From b2e112a03ad84d901e5bb1f608b24fb1522acc5d Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Fri, 8 Mar 2019 21:08:17 +0000 Subject: [PATCH 001/271] HAFS branch: Point to the HAFS branch of the EMC FV3 submodule. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 02028deaeb..75a264070e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "FV3"] path = FV3 url = gerrit:FV3 + branch = HAFS [submodule "NEMS"] path = NEMS url = gerrit:NEMS From e02a137e7f2ecaf0399c404d74675fbf8f4a5687 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Sat, 30 Mar 2019 02:27:31 +0000 Subject: [PATCH 002/271] add support for jet --- modulefiles/jet/fv3 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modulefiles/jet/fv3 b/modulefiles/jet/fv3 index fb21f3bf58..ec50341a76 100644 --- a/modulefiles/jet/fv3 +++ b/modulefiles/jet/fv3 @@ -7,12 +7,12 @@ proc ModulesHelp {} { puts stderr "The prerequisites for compiling or running FV3 on Jet. " } -module load newdefaults module load intel/15.0.3.187 -module load impi/5.1.1.109 +module load impi module load szip module load hdf5 module load netcdf4/4.2.1.1 +module load netcdf/4.2.1.1 set libdir /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib @@ -26,5 +26,8 @@ module load w3nco-intel-sandybridge/2.0.6 module load w3emc-intel-sandybridge/2.2.0 module load nemsio-intel-sandybridge/2.2.2 -module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles -module load esmf/8.0.0bs21 +#module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles +#module load esmf/8.0.0bs21 +# +module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles +module load esmflocal/7_1_0r From ee87d689b18787e3ad298adefbc95dc8e9c05fc6 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Sat, 30 Mar 2019 02:34:24 +0000 Subject: [PATCH 003/271] modify submodule NEMS to check out HAFS --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 75a264070e..a7a5fe02a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,6 +5,7 @@ [submodule "NEMS"] path = NEMS url = gerrit:NEMS + branch = HAFS [submodule "FMS"] path = FMS url = git://github.com/NOAA-EMC/FMS From 7bfc7644e4fd658e7a95a8db28fa83cfdd9f33fd Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 30 Apr 2019 17:45:48 +0000 Subject: [PATCH 004/271] Add a symbolic link for the modulefiles/theia dir. --- NEMS | 2 +- modulefiles/theia | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 modulefiles/theia diff --git a/NEMS b/NEMS index c1c570160f..8d7f8af8f7 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit c1c570160f327dff957764b0dce058d7361febed +Subproject commit 8d7f8af8f791defe62c248de23efa552f4be3398 diff --git a/modulefiles/theia b/modulefiles/theia new file mode 120000 index 0000000000..fbb38a2a03 --- /dev/null +++ b/modulefiles/theia @@ -0,0 +1 @@ +theia.intel \ No newline at end of file From 5a508d426d80bca2ad8c06c9e296b3ac5d72aaf5 Mon Sep 17 00:00:00 2001 From: Zhan Zhang Date: Thu, 23 May 2019 17:48:07 +0000 Subject: [PATCH 005/271] Added unload netcdf/netcdf4 before loading netcdf/netcdf4 modules to avoid conflicts --- modulefiles/jet/fv3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modulefiles/jet/fv3 b/modulefiles/jet/fv3 index ec50341a76..438697d0f7 100644 --- a/modulefiles/jet/fv3 +++ b/modulefiles/jet/fv3 @@ -11,6 +11,8 @@ module load intel/15.0.3.187 module load impi module load szip module load hdf5 +module unload netcdf/4.2.1.1 +module unload netcdf4/4.2.1.1 module load netcdf4/4.2.1.1 module load netcdf/4.2.1.1 @@ -30,4 +32,4 @@ module load nemsio-intel-sandybridge/2.2.2 #module load esmf/8.0.0bs21 # module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles -module load esmflocal/7_1_0r +module load esmflocal/8.1.21b From 720e51123d3b597c2ca4f8fe979deabf49d55236 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Sat, 22 Jun 2019 16:46:58 +0000 Subject: [PATCH 006/271] HAFS: Point to the proper submodules and branches. --- .gitmodules | 6 +++--- FV3 | 2 +- NEMS | 2 +- ccpp/framework | 2 +- ccpp/physics | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6e8d2c76b9..41a6862bcc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,13 +5,13 @@ [submodule "NEMS"] path = NEMS url = gerrit:NEMS - branch = HAFS + branch = HAFS [submodule "ccpp/framework"] path = ccpp/framework - url = https://github.com/NCAR/ccpp-framework + url = https://github.com/hafs-community/ccpp-framework [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/NCAR/ccpp-physics + url = https://github.com/hafs-community/ccpp-physics [submodule "FMS"] path = FMS url = https://github.com/NOAA-EMC/FMS diff --git a/FV3 b/FV3 index 7db18fbb66..7161e25e1e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7db18fbb66edb6eaf16434c287926ce902e95372 +Subproject commit 7161e25e1e5ee362f1cb696c683522d59102db04 diff --git a/NEMS b/NEMS index 8d7f8af8f7..c8242aa718 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 8d7f8af8f791defe62c248de23efa552f4be3398 +Subproject commit c8242aa7183c227688667562403a36c45c6d1a7a diff --git a/ccpp/framework b/ccpp/framework index 40edeb5251..8f69c3accb 160000 --- a/ccpp/framework +++ b/ccpp/framework @@ -1 +1 @@ -Subproject commit 40edeb5251a883abc421c430812468f4d7cf0f4d +Subproject commit 8f69c3accbfc65a5e54584b59e6a94bcbc6e3714 diff --git a/ccpp/physics b/ccpp/physics index 1c75de1fd2..bb314010da 160000 --- a/ccpp/physics +++ b/ccpp/physics @@ -1 +1 @@ -Subproject commit 1c75de1fd2c606e9930ca6c63cda5431bddf1519 +Subproject commit bb314010da9e798ae374baa268d93ce8a3c89c4a From 6b2c54702ab56824233d3f4250723def9b6fc22b Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 24 Jun 2019 20:12:42 +0000 Subject: [PATCH 007/271] HAFS: Point to the NCAR ccpp repos for the corresponding submodules. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 41a6862bcc..2a737977a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,10 +8,10 @@ branch = HAFS [submodule "ccpp/framework"] path = ccpp/framework - url = https://github.com/hafs-community/ccpp-framework + url = https://github.com/NCAR/ccpp-framework [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/hafs-community/ccpp-physics + url = https://github.com/NCAR/ccpp-physics [submodule "FMS"] path = FMS url = https://github.com/NOAA-EMC/FMS From 63d2bfb306458651f0a4239127df6ae0565e684f Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Tue, 2 Jul 2019 13:33:29 +0000 Subject: [PATCH 008/271] Update HAFS with HWRF PBL/sfc drag --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7db18fbb66..c5353c1b8b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7db18fbb66edb6eaf16434c287926ce902e95372 +Subproject commit c5353c1b8b665c4d3b481418b7c3adc684a2c765 From e716359f96ec8deba5e3214577dae0eb6d0ec654 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 1 Aug 2019 00:00:35 +0000 Subject: [PATCH 009/271] HAFS: Restore Jet support. --- conf/before_components.mk | 4 +-- modulefiles/jet.intel/fv3 | 54 +++++++++++++++------------------- modulefiles/jet.intel/fv3_orig | 41 ++++++++++++++++++++++++++ modulefiles/jet/fv3 | 35 ---------------------- 4 files changed, 67 insertions(+), 67 deletions(-) create mode 100644 modulefiles/jet.intel/fv3_orig delete mode 100644 modulefiles/jet/fv3 diff --git a/conf/before_components.mk b/conf/before_components.mk index 168baf7250..2063857c2f 100644 --- a/conf/before_components.mk +++ b/conf/before_components.mk @@ -22,8 +22,8 @@ CONFIGURE_NEMS_FILE=configure.fv3.$(BUILD_TARGET) # Exit for systems that are currently not supported ifeq ($(BUILD_TARGET),gaea.intel) $(error NEMSfv3gfs currently not supported on $(BUILD_TARGET)) -else ifeq ($(BUILD_TARGET),jet.intel) - $(error NEMSfv3gfs currently not supported on $(BUILD_TARGET)) +#else ifeq ($(BUILD_TARGET),jet.intel) +# $(error NEMSfv3gfs currently not supported on $(BUILD_TARGET)) else ifeq ($(BUILD_TARGET),theia.gnu) $(error NEMSfv3gfs currently not supported on $(BUILD_TARGET)) else ifeq ($(BUILD_TARGET),theia.pgi) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 9a649960d9..438697d0f7 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -4,38 +4,32 @@ ## proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Jet." + puts stderr "The prerequisites for compiling or running FV3 on Jet. " } -module purge -module load intel/18.0.5.274 -module load impi/2018.4.274 -module load szip/2.1 -module load hdf5/1.8.9 +module load intel/15.0.3.187 +module load impi +module load szip +module load hdf5 +module unload netcdf/4.2.1.1 +module unload netcdf4/4.2.1.1 +module load netcdf4/4.2.1.1 module load netcdf/4.2.1.1 -module load contrib anaconda -## -### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) -### -set NCEPLIBS_DIR /lfs3/projects/hfv3gfs/GMTB/NCEPlibs/20190402/intel-18.0.5.274/impi-2018.4.274 -setenv NCEPLIBS_DIR ${NCEPLIBS_DIR} -setenv NEMSIO_INC ${NCEPLIBS_DIR}/include -setenv NEMSIO_LIB ${NCEPLIBS_DIR}/lib/libnemsio_d.a -setenv BACIO_LIB4 ${NCEPLIBS_DIR}/lib/libbacio_4.a -setenv SP_LIBd ${NCEPLIBS_DIR}/lib/libsp_v2.0.2_d.a -setenv W3EMC_LIBd ${NCEPLIBS_DIR}/lib/libw3emc_d.a -setenv W3NCO_LIBd ${NCEPLIBS_DIR}/lib/libw3nco_d.a +set libdir /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib -## -### use pre-compiled EMSF library for above compiler / MPI combination -## -set ESMF_DIR /lfs3/projects/hfv3gfs/GMTB/esmf-8.0.0_bs21/intel-18.0.5.274/impi-2018.4.274 -setenv ESMF_DIR ${ESMF_DIR} -setenv ESMF_INC ${ESMF_DIR}/include -setenv ESMF_BIN ${ESMF_DIR}/bin -setenv ESMF_LIB ${ESMF_DIR}/lib -setenv ESMF_MOD ${ESMF_DIR}/mod -setenv ESMFMKFILE ${ESMF_DIR}/lib/esmf.mk -prepend-path PATH ${ESMF_DIR}/bin -prepend-path LD_LIBRARY_PATH ${ESMF_DIR}/lib +setenv NCEPLIBS /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib +module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles + +module load bacio-intel-sandybridge/2.0.2 +module load sp-intel-sandybridge/2.0.2 +module load ip-intel-sandybridge/2.0.0 +module load w3nco-intel-sandybridge/2.0.6 +module load w3emc-intel-sandybridge/2.2.0 +module load nemsio-intel-sandybridge/2.2.2 + +#module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles +#module load esmf/8.0.0bs21 +# +module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles +module load esmflocal/8.1.21b diff --git a/modulefiles/jet.intel/fv3_orig b/modulefiles/jet.intel/fv3_orig new file mode 100644 index 0000000000..9a649960d9 --- /dev/null +++ b/modulefiles/jet.intel/fv3_orig @@ -0,0 +1,41 @@ +#%Module###################################################################### +## +## nems prerequisites +## + +proc ModulesHelp {} { + puts stderr "The prerequisites for compiling or running FV3 on Jet." +} + +module purge +module load intel/18.0.5.274 +module load impi/2018.4.274 +module load szip/2.1 +module load hdf5/1.8.9 +module load netcdf/4.2.1.1 +module load contrib anaconda + +## +### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) +### +set NCEPLIBS_DIR /lfs3/projects/hfv3gfs/GMTB/NCEPlibs/20190402/intel-18.0.5.274/impi-2018.4.274 +setenv NCEPLIBS_DIR ${NCEPLIBS_DIR} +setenv NEMSIO_INC ${NCEPLIBS_DIR}/include +setenv NEMSIO_LIB ${NCEPLIBS_DIR}/lib/libnemsio_d.a +setenv BACIO_LIB4 ${NCEPLIBS_DIR}/lib/libbacio_4.a +setenv SP_LIBd ${NCEPLIBS_DIR}/lib/libsp_v2.0.2_d.a +setenv W3EMC_LIBd ${NCEPLIBS_DIR}/lib/libw3emc_d.a +setenv W3NCO_LIBd ${NCEPLIBS_DIR}/lib/libw3nco_d.a + +## +### use pre-compiled EMSF library for above compiler / MPI combination +## +set ESMF_DIR /lfs3/projects/hfv3gfs/GMTB/esmf-8.0.0_bs21/intel-18.0.5.274/impi-2018.4.274 +setenv ESMF_DIR ${ESMF_DIR} +setenv ESMF_INC ${ESMF_DIR}/include +setenv ESMF_BIN ${ESMF_DIR}/bin +setenv ESMF_LIB ${ESMF_DIR}/lib +setenv ESMF_MOD ${ESMF_DIR}/mod +setenv ESMFMKFILE ${ESMF_DIR}/lib/esmf.mk +prepend-path PATH ${ESMF_DIR}/bin +prepend-path LD_LIBRARY_PATH ${ESMF_DIR}/lib diff --git a/modulefiles/jet/fv3 b/modulefiles/jet/fv3 deleted file mode 100644 index 438697d0f7..0000000000 --- a/modulefiles/jet/fv3 +++ /dev/null @@ -1,35 +0,0 @@ -#%Module###################################################################### -## -## nems prerequisites -## - -proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Jet. " -} - -module load intel/15.0.3.187 -module load impi -module load szip -module load hdf5 -module unload netcdf/4.2.1.1 -module unload netcdf4/4.2.1.1 -module load netcdf4/4.2.1.1 -module load netcdf/4.2.1.1 - -set libdir /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib - -setenv NCEPLIBS /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib -module use /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib/modulefiles - -module load bacio-intel-sandybridge/2.0.2 -module load sp-intel-sandybridge/2.0.2 -module load ip-intel-sandybridge/2.0.0 -module load w3nco-intel-sandybridge/2.0.6 -module load w3emc-intel-sandybridge/2.2.0 -module load nemsio-intel-sandybridge/2.2.2 - -#module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles -#module load esmf/8.0.0bs21 -# -module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles -module load esmflocal/8.1.21b From d6ee59445e71252f45c895fe77e0db2a253df6fb Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Fri, 2 Aug 2019 19:06:08 +0000 Subject: [PATCH 010/271] HAFS: Link modulefiles/jet.intel to modulefiles/jet to restore the jet support. --- modulefiles/jet | 1 + 1 file changed, 1 insertion(+) create mode 120000 modulefiles/jet diff --git a/modulefiles/jet b/modulefiles/jet new file mode 120000 index 0000000000..714daaabac --- /dev/null +++ b/modulefiles/jet @@ -0,0 +1 @@ +jet.intel \ No newline at end of file From 51875bd027a935302de52f3731388da03cd866ad Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Mon, 26 Aug 2019 20:22:34 +0000 Subject: [PATCH 011/271] add option to switch GWD on/off in FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 674938dc13..ffc1f7e909 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 674938dc138c50d0267080e95ce86a72137e2f72 +Subproject commit ffc1f7e909b626e5d1ade3cafd16fee2ba20b205 From 3465937f972ad7edbe672d6b83b6076a649161e3 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Fri, 13 Sep 2019 00:49:44 +0000 Subject: [PATCH 012/271] HAFS: update the submodule of NEMS. --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index c9f427e9e2..cabd6a5719 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit c9f427e9e23ac4d4ab7d04021b2602f1d7dacfb7 +Subproject commit cabd6a5719e6e578d6f3084b2ec28e47798f039c From e41c4365bbc7c16ef93c8ef32693e3b6f50c31bf Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Sat, 14 Sep 2019 01:06:33 +0000 Subject: [PATCH 013/271] HAFS: Use the proper esmf version on Jet. --- modulefiles/jet.intel/fv3 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 438697d0f7..90aedaf782 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -7,14 +7,12 @@ proc ModulesHelp {} { puts stderr "The prerequisites for compiling or running FV3 on Jet. " } -module load intel/15.0.3.187 -module load impi -module load szip -module load hdf5 -module unload netcdf/4.2.1.1 -module unload netcdf4/4.2.1.1 -module load netcdf4/4.2.1.1 +module load intel/18.0.5.274 +module load impi/2018.4.274 +module load szip/2.1 +module load hdf5/1.8.9 module load netcdf/4.2.1.1 +module load contrib anaconda set libdir /mnt/lfs3/projects/hfv3gfs/gwv/ljtjet/lib @@ -31,5 +29,8 @@ module load nemsio-intel-sandybridge/2.2.2 #module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles #module load esmf/8.0.0bs21 # -module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles -module load esmflocal/8.1.21b +#module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles +#module load esmflocal/8.1.21b +# +module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles/esmf +module load esmf/8.0.0bs48 From f3417de47a2a7bfccaf7b898645d409774a0a98a Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 17 Sep 2019 14:08:59 +0000 Subject: [PATCH 014/271] HAFS: Update the FV3 and NEMS submodules. --- FV3 | 2 +- NEMS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index d69f8ade8d..75ac7af9e7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d69f8ade8d717662111d7a9c7d28147a7d2b5b43 +Subproject commit 75ac7af9e7647c3c31bf79c9c0aac837fa9523be diff --git a/NEMS b/NEMS index cabd6a5719..e05bf2a554 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit cabd6a5719e6e578d6f3084b2ec28e47798f039c +Subproject commit e05bf2a554544093f02bf177658ad432cbafbaa8 From d942b5e601bb56757cb62c8f78cf006bbdf70961 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 20 Sep 2019 17:43:11 +0000 Subject: [PATCH 015/271] HAFS: Support HAFS build and use new libraries on Hera. --- modulefiles/hera | 1 + modulefiles/hera.intel/fv3 | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 120000 modulefiles/hera diff --git a/modulefiles/hera b/modulefiles/hera new file mode 120000 index 0000000000..1bbb9797a1 --- /dev/null +++ b/modulefiles/hera @@ -0,0 +1 @@ +hera.intel \ No newline at end of file diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index 8349991299..28d7152588 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -37,13 +37,9 @@ module load w3emc/2.3.1 module load w3nco/2.0.7 module load g2/3.1.1 -## -## load modules for WW3 grib -## -module use -a /scratch1/NCEPDEV/global/gwv/l819/lib/modulefiles -module load jasper-intel-sandybridge/1.900.1 -module load png-intel-sandybridge/1.2.44 -module load zlib-intel-sandybridge/1.2.6 +module load jasper/1.900.1 +module load png/1.2.44 +module load z/1.2.11 ## ## load ESMF library for above compiler / MPI combination From 27d94d45e650886e5dd4bd972cb0ad42d5a6e472 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 25 Sep 2019 00:50:03 +0000 Subject: [PATCH 016/271] HAFS: Fix a typo in modulefiles/jet.intel/fv3 for loading the esmf module. --- modulefiles/jet.intel/fv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 90aedaf782..bea121cd60 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -32,5 +32,5 @@ module load nemsio-intel-sandybridge/2.2.2 #module use /mnt/lfs3/projects/hfv3gfs/gwv/ltmp2/lib//modulefiles #module load esmflocal/8.1.21b # -module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles/esmf +module use /lfs3/projects/hfv3gfs/emc.nemspara/soft/modulefiles module load esmf/8.0.0bs48 From 3ae22f0616bff3581e4ca2d835af6adaa9ae1cae Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 27 Sep 2019 00:42:20 +0000 Subject: [PATCH 017/271] HAFS: Update the ccpp submodules: ccpp/framework and ccpp/physics. --- ccpp/framework | 2 +- ccpp/physics | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccpp/framework b/ccpp/framework index 063732f85f..257252ee61 160000 --- a/ccpp/framework +++ b/ccpp/framework @@ -1 +1 @@ -Subproject commit 063732f85f6e3d54238ba750f6aeb7574ca4f85e +Subproject commit 257252ee619406b35eb812ab8c1d8d820dac326d diff --git a/ccpp/physics b/ccpp/physics index 243abfc6c9..12c416aabb 160000 --- a/ccpp/physics +++ b/ccpp/physics @@ -1 +1 @@ -Subproject commit 243abfc6c9470f8b24f8545795198a231dea35d5 +Subproject commit 12c416aabb55397037694c2cc11d3fc61c137be2 From b0ab8db24ba8ff7974ea23e22e7705bef0f9d281 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 28 Sep 2019 00:59:26 +0000 Subject: [PATCH 018/271] HAFS: Switch to use netcdf/4.6.1 on hera. --- modulefiles/hera.intel/fv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index 28d7152588..7906ce515d 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -23,7 +23,7 @@ module load contrib sutils ## module load intel/18.0.5.274 module load impi/2018.0.4 -module load netcdf/4.7.0 +module load netcdf/4.6.1 ## ## NCEP libraries (temporary version to match the CCPP requirements) From 724dcabfac05162dc308a0592f472348087661b4 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 22 Oct 2019 23:06:46 +0000 Subject: [PATCH 019/271] support/HAFS: Update to point to the proper external for the FV3 submodule. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 101c4463b9..a049cdf8e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = gerrit:FV3 - branch = HAFS + url = https://github.com/hafs-community/fv3atm + branch = support/HAFS [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS From 5fe33827e6c2d28dd39ed7526a2dc354c5889d02 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 8 Nov 2019 20:28:54 +0000 Subject: [PATCH 020/271] support/HAFS: Clean up some unneeded files to make sure this branch is very close to the develop branch. --- modulefiles/jet.intel/fv3 | 2 +- modulefiles/jet.intel/fv3_orig | 41 ---------------------------------- modulefiles/theia | 1 - 3 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 modulefiles/jet.intel/fv3_orig delete mode 120000 modulefiles/theia diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index c1ceae97fa..9e8aab3806 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -4,7 +4,7 @@ ## proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Jet. " + puts stderr "The prerequisites for compiling or running FV3 on Jet." } module purge diff --git a/modulefiles/jet.intel/fv3_orig b/modulefiles/jet.intel/fv3_orig deleted file mode 100644 index 9a649960d9..0000000000 --- a/modulefiles/jet.intel/fv3_orig +++ /dev/null @@ -1,41 +0,0 @@ -#%Module###################################################################### -## -## nems prerequisites -## - -proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Jet." -} - -module purge -module load intel/18.0.5.274 -module load impi/2018.4.274 -module load szip/2.1 -module load hdf5/1.8.9 -module load netcdf/4.2.1.1 -module load contrib anaconda - -## -### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) -### -set NCEPLIBS_DIR /lfs3/projects/hfv3gfs/GMTB/NCEPlibs/20190402/intel-18.0.5.274/impi-2018.4.274 -setenv NCEPLIBS_DIR ${NCEPLIBS_DIR} -setenv NEMSIO_INC ${NCEPLIBS_DIR}/include -setenv NEMSIO_LIB ${NCEPLIBS_DIR}/lib/libnemsio_d.a -setenv BACIO_LIB4 ${NCEPLIBS_DIR}/lib/libbacio_4.a -setenv SP_LIBd ${NCEPLIBS_DIR}/lib/libsp_v2.0.2_d.a -setenv W3EMC_LIBd ${NCEPLIBS_DIR}/lib/libw3emc_d.a -setenv W3NCO_LIBd ${NCEPLIBS_DIR}/lib/libw3nco_d.a - -## -### use pre-compiled EMSF library for above compiler / MPI combination -## -set ESMF_DIR /lfs3/projects/hfv3gfs/GMTB/esmf-8.0.0_bs21/intel-18.0.5.274/impi-2018.4.274 -setenv ESMF_DIR ${ESMF_DIR} -setenv ESMF_INC ${ESMF_DIR}/include -setenv ESMF_BIN ${ESMF_DIR}/bin -setenv ESMF_LIB ${ESMF_DIR}/lib -setenv ESMF_MOD ${ESMF_DIR}/mod -setenv ESMFMKFILE ${ESMF_DIR}/lib/esmf.mk -prepend-path PATH ${ESMF_DIR}/bin -prepend-path LD_LIBRARY_PATH ${ESMF_DIR}/lib diff --git a/modulefiles/theia b/modulefiles/theia deleted file mode 120000 index fbb38a2a03..0000000000 --- a/modulefiles/theia +++ /dev/null @@ -1 +0,0 @@ -theia.intel \ No newline at end of file From 85cbaa38c873960c32e171b652d234c204c65ed5 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Mon, 18 Nov 2019 21:33:56 +0000 Subject: [PATCH 021/271] Add HYCOM component, which is currently referencing the hafs-community repository. Development for HYCOM cap will occur on the feature/NUOPC branch. --- .gitmodules | 5 ++++- HYCOM | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 HYCOM diff --git a/.gitmodules b/.gitmodules index 80defc1cb8..bd33af1b21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,10 @@ path = FMS url = https://github.com/NOAA-EMC/FMS branch = GFS-FMS +[submodule "HYCOM"] + path = HYCOM + url = https://github.com/hafs-community/HYCOM-src.git + branch = feature/NUOPC [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -17,4 +21,3 @@ [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics - diff --git a/HYCOM b/HYCOM new file mode 160000 index 0000000000..c78e61505f --- /dev/null +++ b/HYCOM @@ -0,0 +1 @@ +Subproject commit c78e61505f9ec32d973a7f2b4a29cd30dfa20a4d From 93dcbaa3903e3c2a109c3029ee1dbf2798845d98 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Fri, 6 Dec 2019 22:34:32 +0000 Subject: [PATCH 022/271] Update NEMS to use hafs-community repository. Update NEMS and HYCOM components for HYCOM build and standalone HYCOM run. Update compile.sh script to include HYCOM build component. --- .gitmodules | 4 ++-- HYCOM | 2 +- NEMS | 2 +- tests/compile.sh | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index bd33af1b21..a29da056de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = support/HAFS [submodule "NEMS"] path = NEMS - url = https://github.com/NOAA-EMC/NEMS - branch = develop + url = https://github.com/hafs-community/NEMS + branch = feature/hafs_couplehycom [submodule "FMS"] path = FMS url = https://github.com/NOAA-EMC/FMS diff --git a/HYCOM b/HYCOM index c78e61505f..5675e6cfef 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit c78e61505f9ec32d973a7f2b4a29cd30dfa20a4d +Subproject commit 5675e6cfefc76c6aac335e59127a85201b5cd0ef diff --git a/NEMS b/NEMS index 22be22b0ad..363dedac75 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 22be22b0ad8836a6c8264075f79cbcca64ba74a7 +Subproject commit 363dedac7579bef7b995d52ed82476f10811c49a diff --git a/tests/compile.sh b/tests/compile.sh index f97c101521..de263d1f54 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -66,6 +66,10 @@ if [[ "${MAKE_OPT}" == *"WW3=Y"* ]]; then COMPONENTS="WW3,$COMPONENTS" fi +if [[ "${MAKE_OPT}" == *"HYCOM=Y"* ]]; then + COMPONENTS="HYCOM,$COMPONENTS" +fi + # Make variables: # COMPONENTS = list of components to build # BUILD_ENV = theia.intel, wcoss_dell_p3, etc. From 7b1ab14cab6f6698c6ee54abf0b46e80a021d2c1 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Thu, 9 Jan 2020 15:52:06 +0000 Subject: [PATCH 023/271] merge FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 02865a8111..ea91f65017 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 02865a8111d211ae42817065b91730043bfdcae2 +Subproject commit ea91f650177a326846a0e257772d7249804f0df7 From 71e736e8647cebe7257ef5250df328e5b3362650 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Thu, 16 Jan 2020 14:54:22 -0500 Subject: [PATCH 024/271] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 80defc1cb8..971c19ad08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "FV3"] path = FV3 - url = https://github.com/hafs-community/fv3atm + url = https://github.com/JiliDong-NOAA/fv3atm branch = support/HAFS [submodule "NEMS"] path = NEMS From f02b455d8aaaed115e095c7a67865af10f44cd5a Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Thu, 16 Jan 2020 16:28:08 -0500 Subject: [PATCH 025/271] Update .gitmodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 902a3870e3..80defc1cb8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "FV3"] path = FV3 - url = https://github.com/JiliDong-NOAA/fv3atm + url = https://github.com/hafs-community/fv3atm branch = support/HAFS [submodule "NEMS"] path = NEMS @@ -8,8 +8,8 @@ branch = develop [submodule "FMS"] path = FMS - url = https://github.com/NOAA-GFDL/FMS - branch = master + url = https://github.com/NOAA-EMC/FMS + branch = GFS-FMS [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From 5bee5721c86af47850805bd6bb7c84b06352a913 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 17 Jan 2020 16:38:11 +0000 Subject: [PATCH 026/271] support/HAFS: Update the FMS submodule to point to the GFDL repo. Update the FV3 submodule. --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 80defc1cb8..32d5327128 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,8 @@ branch = develop [submodule "FMS"] path = FMS - url = https://github.com/NOAA-EMC/FMS - branch = GFS-FMS + url = https://github.com/NOAA-GFDL/FMS + branch = master [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index b1ddd67b83..6ca9eb1ba9 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b1ddd67b83bd170160c1ebcca7010172335f120b +Subproject commit 6ca9eb1ba90ac6f1715807c633f787a597c15d4d From 4cc166dbb9b8270208f81c2831e35248d7263f86 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 3 Mar 2020 17:02:30 +0000 Subject: [PATCH 027/271] Update the commit of the FV3 submodule, with the hafs ccpp transition. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6ca9eb1ba9..a38a8ce165 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6ca9eb1ba90ac6f1715807c633f787a597c15d4d +Subproject commit a38a8ce165416b2813f4f4ccb0c21b75d9fee2ed From b6fbf8b405e2c45caa9941074d8c5e013e18ef3a Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 25 Mar 2020 22:00:07 +0000 Subject: [PATCH 028/271] Update to point the proper commit for the FV3 submodule. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index abe4966572..23c49d0df3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit abe496657239840aabaaff3c3c38e84ffa86e10f +Subproject commit 23c49d0df3dee47bd7d13f0cbefc5de23c7b2663 From c2643caf49ff350b66f35fd72afbcdaa65f609bd Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 26 Mar 2020 13:59:33 +0000 Subject: [PATCH 029/271] Add module use so that the cmake module can be loaded properly on wcoss cray. --- modulefiles/wcoss_cray/fv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/wcoss_cray/fv3 b/modulefiles/wcoss_cray/fv3 index 4fb6a9e1ed..94c0fa3a3c 100644 --- a/modulefiles/wcoss_cray/fv3 +++ b/modulefiles/wcoss_cray/fv3 @@ -24,7 +24,6 @@ module load cray-hdf5/1.8.14 module load xt-lsfhpc/9.1.3 module load craype-haswell module load python/2.7.14 -module load cmake/3.6.2 # ## WCOSS cray for WW3 module load gcc/4.9.2 @@ -65,6 +64,7 @@ module swap pmi pmi/5.0.11 ## ## load cmake ## +module use -a /usrx/local/dev/modulefiles module load cmake/3.6.2 setenv CMAKE_C_COMPILER cc setenv CMAKE_CXX_COMPILER CC From fefc91de67ce0a0b87a0906a07c737d440fcad5d Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 1 Apr 2020 14:43:40 -0600 Subject: [PATCH 030/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index dade981c8e..982e2824f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/climbfuji/fv3atm + branch = man_hafs_sas_for_develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 083dc6c7aa..3d4862ef09 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 083dc6c7aadf7bea36908e2dde8de453dfd70433 +Subproject commit 3d4862ef099f45b16dd704c4176625b839f43803 From 4a3c418693e798ff06fdaf92b70557aa78d2b778 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 1 Apr 2020 14:44:05 -0600 Subject: [PATCH 031/271] Add regression test for HWRF SAS shallow+deep convection --- parm/ccpp_gfdlmp.nml.IN | 2 + tests/default_vars.sh | 2 + tests/rt.conf | 1 + tests/tests/fv3_ccpp_gfdlmp_hwrfsas | 72 +++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 tests/tests/fv3_ccpp_gfdlmp_hwrfsas diff --git a/parm/ccpp_gfdlmp.nml.IN b/parm/ccpp_gfdlmp.nml.IN index 6cf8a3bbcc..1260b12e49 100644 --- a/parm/ccpp_gfdlmp.nml.IN +++ b/parm/ccpp_gfdlmp.nml.IN @@ -155,7 +155,9 @@ trans_trac = .false. cnvcld = .true. imfshalcnv = @[IMFSHALCNV] + hwrf_samfshal = @[HWRF_SAMFSHAL] imfdeepcnv = @[IMFDEEPCNV] + hwrf_samfdeep = @[HWRF_SAMFDEEP] cdmbgwd = 3.5,0.25 prslrd0 = 0. ivegsrc = 1 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index c5b57b2c80..4c8b1402a7 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -144,7 +144,9 @@ export DO_MYJPBL=.F. # Shallow/deep convection export IMFSHALCNV=2 +export HWRF_SAMFSHAL=.F. export IMFDEEPCNV=2 +export HWRF_SAMFDEEP=.F. # SFC export DO_MYJSFC=.F. diff --git a/tests/rt.conf b/tests/rt.conf index 1fbbcba8eb..d1be762d7d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -342,6 +342,7 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp RUN | fv3_ccpp_gfdlmp | standard | | fv3 | RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | +RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | diff --git a/tests/tests/fv3_ccpp_gfdlmp_hwrfsas b/tests/tests/fv3_ccpp_gfdlmp_hwrfsas new file mode 100644 index 0000000000..cae950969f --- /dev/null +++ b/tests/tests/fv3_ccpp_gfdlmp_hwrfsas @@ -0,0 +1,72 @@ +############################################################################### +# +# FV3 CCPP GFDL-MP using HWRF SAS (deep and shallow) test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP GFDL-MP HWRF SAS results with previous trunk version" + +export CNTL_DIR=fv3_gfdlmp_hwrfsas + +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 HWRF_SAMFDEEP=.T. +export HWRF_SAMFSHAL=.T. + +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 From e4ebb212cf0ccd2675ee5b94f36eab022fc3c39c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 3 Apr 2020 09:51:27 -0600 Subject: [PATCH 032/271] Update .gitmodules and add CODEOWNERS for HWRF physics development --- .gitmodules | 4 ++-- CODEOWNERS | 14 ++++++++++++++ FV3 | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CODEOWNERS diff --git a/.gitmodules b/.gitmodules index 32d5327128..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/hafs-community/fv3atm - branch = support/HAFS + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..a419f106aa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +#* @defunkt +* @climbfuji @llpcarson @grantfirl @mzhangw + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. +#*.js @octocat @github/js + +# You can also use email addresses if you prefer. +#docs/* docs@example.com diff --git a/FV3 b/FV3 index 23c49d0df3..33e01da278 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 23c49d0df3dee47bd7d13f0cbefc5de23c7b2663 +Subproject commit 33e01da2780dfbd51fe562803e29f37c5be7adc6 From e0e1422ad83e5b68c93334f55d76c8b8bf54e4e5 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 3 Apr 2020 15:42:50 -0600 Subject: [PATCH 033/271] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 3d4862ef09..a727ae0c40 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3d4862ef099f45b16dd704c4176625b839f43803 +Subproject commit a727ae0c40cf580dd42b90d8609c832b32e918a0 From cb6c3e209bace30e2fc3a476dfde3048299af02a Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 12 Dec 2019 10:47:57 -0700 Subject: [PATCH 034/271] add HWRF_PBL test to rt_ccpp_hafs.conf (no changes in SDF or other run configuration required other than one namelist value - hurr_pbl = T) --- parm/ccpp_regional_c768_HWRF_PBL.nml.IN | 306 ++++++++++++++++++++ tests/tests/fv3_ccpp_regional_c768_HWRF_PBL | 27 ++ 2 files changed, 333 insertions(+) create mode 100644 parm/ccpp_regional_c768_HWRF_PBL.nml.IN create mode 100644 tests/tests/fv3_ccpp_regional_c768_HWRF_PBL diff --git a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN new file mode 100644 index 0000000000..deb7618b3b --- /dev/null +++ b/parm/ccpp_regional_c768_HWRF_PBL.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 + 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 = 24,20 + 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 = 4 + 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 = 15 + spec_adv = .true. + RHGRD = 0.98 + 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 = .false. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + lheatstrg = @[LHEATSTRG] + hurr_pbl = .true. + 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/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL new file mode 100644 index 0000000000..901bedc755 --- /dev/null +++ b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL @@ -0,0 +1,27 @@ +############################################################################### +# +# FV3 CCPP regional c768 test with HWRF PBL scheme +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme and HWRF PBL 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_FA_run.IN + +export CCPP_SUITE=FV3_HAFS_ferhires_update_moist +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_regional_c768_HWRF_PBL.nml.IN +export LRADAR=.T. +export WRITE_DOPOST=.true. From 9446593c7ad19c20995661f9d40c2267c4845b50 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 12 Dec 2019 11:30:30 -0700 Subject: [PATCH 035/271] add non-default value of moninq_fac for HWRF PBL --- parm/ccpp_regional_c768_HWRF_PBL.nml.IN | 1 + 1 file changed, 1 insertion(+) diff --git a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN index deb7618b3b..bdc64ef4e3 100644 --- a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN +++ b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN @@ -153,6 +153,7 @@ satmedmf = @[SATMEDMF] lheatstrg = @[LHEATSTRG] hurr_pbl = .true. + moninq_fac = 0.7 random_clds = .false. trans_trac = .true. cnvcld = .false. From a2095c5e8c4b8552c669db9e8b11243a690d99b3 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Fri, 13 Dec 2019 13:55:55 -0700 Subject: [PATCH 036/271] change moninq_fac for HWRF_PBL namelist to have a value of -1.0 (after consulting with Weiguo Wang) --- parm/ccpp_regional_c768_HWRF_PBL.nml.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN index bdc64ef4e3..63b3f97859 100644 --- a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN +++ b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN @@ -153,7 +153,7 @@ satmedmf = @[SATMEDMF] lheatstrg = @[LHEATSTRG] hurr_pbl = .true. - moninq_fac = 0.7 + moninq_fac = -1.0 random_clds = .false. trans_trac = .true. cnvcld = .false. From 2b256065637cb64c26dbee353939b16656acf575 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Fri, 27 Mar 2020 10:50:35 -0600 Subject: [PATCH 037/271] add HURR_PBL and MONINQ_FAC to default_vars.sh, remove separate namelist for HWRF PBL, add test to rt_ccpp_dtc.conf --- parm/ccpp_regional_c768_FA.nml.IN | 2 + parm/ccpp_regional_c768_HWRF_PBL.nml.IN | 307 -------------------- tests/default_vars.sh | 2 + tests/rt.conf | 10 + tests/tests/fv3_ccpp_regional_c768_HWRF_PBL | 5 +- 5 files changed, 18 insertions(+), 308 deletions(-) delete mode 100644 parm/ccpp_regional_c768_HWRF_PBL.nml.IN diff --git a/parm/ccpp_regional_c768_FA.nml.IN b/parm/ccpp_regional_c768_FA.nml.IN index c6f5435227..dbaee979ce 100644 --- a/parm/ccpp_regional_c768_FA.nml.IN +++ b/parm/ccpp_regional_c768_FA.nml.IN @@ -152,6 +152,8 @@ hybedmf = @[HYBEDMF] satmedmf = @[SATMEDMF] lheatstrg = @[LHEATSTRG] + hurr_pbl = @[HURR_PBL] + moninq_fac = @[MONINQ_FAC] random_clds = .false. trans_trac = .true. cnvcld = .false. diff --git a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN b/parm/ccpp_regional_c768_HWRF_PBL.nml.IN deleted file mode 100644 index 63b3f97859..0000000000 --- a/parm/ccpp_regional_c768_HWRF_PBL.nml.IN +++ /dev/null @@ -1,307 +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 = 24,20 - 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 = 4 - 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 = 15 - spec_adv = .true. - RHGRD = 0.98 - 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 = .false. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = @[HYBEDMF] - satmedmf = @[SATMEDMF] - lheatstrg = @[LHEATSTRG] - hurr_pbl = .true. - moninq_fac = -1.0 - 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/tests/default_vars.sh b/tests/default_vars.sh index c5b57b2c80..756be58daf 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -141,6 +141,8 @@ export SHINHONG=.F. export DO_YSU=.F. export DO_MYNNEDMF=.F. export DO_MYJPBL=.F. +export HURR_PBL=.F. +export MONINQ_FAC=1.0 # Shallow/deep convection export IMFSHALCNV=2 diff --git a/tests/rt.conf b/tests/rt.conf index 1fbbcba8eb..80a89b9f78 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -252,6 +252,11 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | + +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | + ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### @@ -369,6 +374,11 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | + +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | + ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### diff --git a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL index 901bedc755..f4cfad1711 100644 --- a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL +++ b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL @@ -22,6 +22,9 @@ export FV3_RUN=ccpp_regional_FA_run.IN export CCPP_SUITE=FV3_HAFS_ferhires_update_moist export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_HWRF_PBL.nml.IN +export INPUT_NML=ccpp_regional_c768_FA.nml.IN export LRADAR=.T. export WRITE_DOPOST=.true. + +export HURR_PBL=.T. +export MONINQ_FAC=-1.0 From caaecf9dd6ecca035ddb0ff7e226c36bda295e9b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 10:15:52 -0600 Subject: [PATCH 038/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing; add README_HWRF_PHYSICS.txt --- .gitmodules | 6 ++++-- FV3 | 2 +- README_HWRF_PHYSICS.txt | 47 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 README_HWRF_PHYSICS.txt diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..83ebf8e89f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = dtc-hwrf-physics-add-moninedmf [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 33e01da278..a9ba3a6296 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 33e01da2780dfbd51fe562803e29f37c5be7adc6 +Subproject commit a9ba3a6296268138e04c0b3d89c55a5a594be640 diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt new file mode 100644 index 0000000000..fe71ec0993 --- /dev/null +++ b/README_HWRF_PHYSICS.txt @@ -0,0 +1,47 @@ +Introduction +============ + +The three branches dtc/hwrf-physics in ccpp-physics, fv3atm and ufs-weather-model +were created from the hafs-community repository on April 3, 2020: + +git clone -b support/HAFS --recursive https://github.com/hafs-community/ufs-weather-model + +The original hashes were: + +ccpp-physics 31a294a610a538ade4670d9e32856c4a2b7e59ad +fv3atm 23c49d0df3dee47bd7d13f0cbefc5de23c7b2663 +ufs-weather-model c2643caf49ff350b66f35fd72afbcdaa65f609bd + + +PRs pulled into the dtc/hwrf-physics branches +============================================= + +The following PRs were pulled into these branches on the given dates +and with the given hashes (further down is later): + + +ccpp-physics +------------ + +04/06/2020 MONINEDMF https://github.com/NCAR/ccpp-physics/pull/395 + git cherry-pick 942889ab0acace519254712cb4e14b6aaf3e0415 + git cherry-pick 500d53a21027f362a9c12c10767f0b4f8cf3361c + git cherry-pick b0f04b210bd588673182023ea36b56ee94642c3e + git cherry-pick e895c62cf49b908927678d72c1ad21ad828e3587 + + +fv3atm +------ + +04/06/2020 MONINEDMF https://github.com/NCAR/fv3atm/pull/18 + git cherry-pick 80ce8591b6af615c9f85a2b3becf8aadc836d734 + + +ufs-weather-model +----------------- + +04/06/2020 MONINEDMF https://github.com/NCAR/ufs-weather-model/pull/15 + git cherry-pick e6fe22ffde6425800b7ed2e1cf3748b606806d28 + git cherry-pick a99d5e73f94f5ffb3bd9bbb1a3dc04171026b6d7 + git cherry-pick 5570528f22a9815437e0ef5b413435a8b9fd5881 + git cherry-pick 2bb15be8cc15c69c178b6e443c0ab8c0d75ef318 From b112926f499f8044c12f7f3de7c235adaff0445e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 15:18:15 -0600 Subject: [PATCH 039/271] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a9ba3a6296..338b0b156f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a9ba3a6296268138e04c0b3d89c55a5a594be640 +Subproject commit 338b0b156f47b8aa2d0ddd690e69dc41e70d5ef8 From a47841491ba5a8303a5ead96a932b89e29535153 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 16:42:26 -0600 Subject: [PATCH 040/271] Correct regression test baseline (control) directories for tests fv3_ccpp_regional_c768_FA_update_moist and fv3_ccpp_regional_c768_HWRF_PBL --- tests/tests/fv3_ccpp_regional_c768_FA_update_moist | 2 +- tests/tests/fv3_ccpp_regional_c768_HWRF_PBL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist index 55e31e207a..a6cca9b942 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist +++ b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist @@ -6,7 +6,7 @@ export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" -export CNTL_DIR=fv3_regional_c768 +export CNTL_DIR=fv3_regional_c768_FA_update_moist export LIST_FILES=" atmos_4xdaily.nc \ fv3_history2d.nc \ diff --git a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL index f4cfad1711..5a0b91ee01 100644 --- a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL +++ b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL @@ -6,7 +6,7 @@ export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme and HWRF PBL results with previous trunk version" -export CNTL_DIR=fv3_regional_c768 +export CNTL_DIR=fv3_regional_c768_HWRF_PBL export LIST_FILES=" atmos_4xdaily.nc \ fv3_history2d.nc \ From f8b82a3cb2c033395d12277d611b3222c9023a30 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 17:10:53 -0600 Subject: [PATCH 041/271] Avoid using non-uniform block sizes in regression tests fv3_(ccpp_)stretched_nest and fv3_(ccpp_)regional_c768 --- parm/ccpp_regional_c768.nml.IN | 2 +- parm/ccpp_stretched-nest-input.nml.IN | 2 +- parm/regional_c768.nml.IN | 2 +- parm/stretched-nest-input.nml.IN | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/parm/ccpp_regional_c768.nml.IN b/parm/ccpp_regional_c768.nml.IN index 74548b2d53..4c38adec34 100644 --- a/parm/ccpp_regional_c768.nml.IN +++ b/parm/ccpp_regional_c768.nml.IN @@ -36,7 +36,7 @@ / &fv_core_nml - layout = 20,24 + layout = 24,20 io_layout = 1,1 npx = 1729 npy = 1441 diff --git a/parm/ccpp_stretched-nest-input.nml.IN b/parm/ccpp_stretched-nest-input.nml.IN index 4e026df37d..7450874e4c 100644 --- a/parm/ccpp_stretched-nest-input.nml.IN +++ b/parm/ccpp_stretched-nest-input.nml.IN @@ -8,7 +8,7 @@ / &atmos_model_nml - blocksize = 32 + blocksize = 24 chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] diff --git a/parm/regional_c768.nml.IN b/parm/regional_c768.nml.IN index 90b8995434..4301728653 100644 --- a/parm/regional_c768.nml.IN +++ b/parm/regional_c768.nml.IN @@ -35,7 +35,7 @@ / &fv_core_nml - layout = 20,24 + layout = 24,20 io_layout = 1,1 npx = 1729 npy = 1441 diff --git a/parm/stretched-nest-input.nml.IN b/parm/stretched-nest-input.nml.IN index 93111894ee..84868a9187 100644 --- a/parm/stretched-nest-input.nml.IN +++ b/parm/stretched-nest-input.nml.IN @@ -8,7 +8,7 @@ / &atmos_model_nml - blocksize = 32 + blocksize = 24 chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] From 0db8818b8c75b08bd6c18a113d39030786681584 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 17:11:07 -0600 Subject: [PATCH 042/271] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a727ae0c40..82a00343b0 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a727ae0c40cf580dd42b90d8609c832b32e918a0 +Subproject commit 82a00343b048cbe72446603c94d04abacafb95d4 From 91be9eab0a378151a55d0cd1fe49468a253cfa81 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Apr 2020 20:22:23 -0600 Subject: [PATCH 043/271] tests/fv3_conf/ccpp_regional_FA_run.IN: use correct input directory to set up the tests --- tests/fv3_conf/ccpp_regional_FA_run.IN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index f3181c4be4..c5daf162b5 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -1,10 +1,10 @@ rsync -arv @[RTPWD]/FV3_regional_input_data/. . -rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure . +rsync -arv @[RTPWD]/fv3_regional_c768/model_configure . rm -rf INPUT RESTART mkdir INPUT RESTART -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. +rsync -arv @[RTPWD]/fv3_regional_c768/INPUT/. INPUT/. if [ $WARM_START = .T. ]; then cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res From 3e5fc5ef539b102663a03b10a961f446ee3bd6da Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 7 Apr 2020 08:09:01 -0600 Subject: [PATCH 044/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 83ebf8e89f..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = dtc-hwrf-physics-add-moninedmf + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 338b0b156f..fe3f57d417 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 338b0b156f47b8aa2d0ddd690e69dc41e70d5ef8 +Subproject commit fe3f57d41736b34b97868430ae7790ce771be8dd From c28c0967239cfe96410af5d3b5db551e6346856b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 7 Apr 2020 10:32:02 -0600 Subject: [PATCH 045/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..6b8753e2d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = dtc_hwrf-physics_add_rrtmg [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index fe3f57d417..43d469c241 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fe3f57d41736b34b97868430ae7790ce771be8dd +Subproject commit 43d469c2412c81e5ba1aef22c694c26533523e55 From be78a423928df6e8a2fe620230c24dc8ac5f8520 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Tue, 4 Feb 2020 07:33:14 -0700 Subject: [PATCH 046/271] initialize HWRF_RRTMG branch --- parm/ccpp_hwrf_rrtmg.nml.IN | 309 ++++++++++++++++++++++++++++++++ tests/tests/fv3_ccpp_hwrf_rrtmg | 85 +++++++++ 2 files changed, 394 insertions(+) create mode 100644 parm/ccpp_hwrf_rrtmg.nml.IN create mode 100644 tests/tests/fv3_ccpp_hwrf_rrtmg diff --git a/parm/ccpp_hwrf_rrtmg.nml.IN b/parm/ccpp_hwrf_rrtmg.nml.IN new file mode 100644 index 0000000000..6fbe0c48c8 --- /dev/null +++ b/parm/ccpp_hwrf_rrtmg.nml.IN @@ -0,0 +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 = '@[CCPP_SUITE]' +/ + +&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/tests/tests/fv3_ccpp_hwrf_rrtmg b/tests/tests/fv3_ccpp_hwrf_rrtmg new file mode 100644 index 0000000000..c5859fc2ab --- /dev/null +++ b/tests/tests/fv3_ccpp_hwrf_rrtmg @@ -0,0 +1,85 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS HWRF RRTMG results with previous trunk version" + +export CNTL_DIR=fv3_gfs_hwrf_rrtmg + +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_HWRF_RRTMG +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_hwrf_rrtmg.nml.IN + +RUN_SCRIPT=rt_fv3.sh From 6d1cf9f5aaacceea3e7ced67eccf9be46f0f9080 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Tue, 11 Feb 2020 10:50:01 -0700 Subject: [PATCH 047/271] add FA+HRRTMG configuration --- parm/ccpp_regional_c768_FA_HRRTMG.nml.IN | 306 ++++++++++++++++++ tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN | 30 ++ tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG | 27 ++ 3 files changed, 363 insertions(+) create mode 100644 parm/ccpp_regional_c768_FA_HRRTMG.nml.IN create mode 100644 tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN create mode 100644 tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG diff --git a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN new file mode 100644 index 0000000000..4bee5d70da --- /dev/null +++ b/parm/ccpp_regional_c768_FA_HRRTMG.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 + 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 = 24,20 + 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 = 4 + 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 = 15 + icloud = 3 + spec_adv = .true. + RHGRD = 0.98 + 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 = .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/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN b/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN new file mode 100644 index 0000000000..f3181c4be4 --- /dev/null +++ b/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN @@ -0,0 +1,30 @@ +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 @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table + +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/tests/fv3_ccpp_regional_c768_FA_HRRTMG b/tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG new file mode 100644 index 0000000000..02fe2d0557 --- /dev/null +++ b/tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG @@ -0,0 +1,27 @@ +############################################################################### +# +# FV3 CCPP regional c768 test with Ferrier-Aligo MP scheme +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme 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_FA_HRRTMG_run.IN + +export CCPP_SUITE=FV3_HAFS_FA_HRRTMG +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_regional_c768_FA_HRRTMG.nml.IN +export LRADAR=.T. +export WRITE_DOPOST=.true. From 27bd242d27c89698f95bf83eddc37b38756272b2 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Thu, 13 Feb 2020 13:07:01 -0700 Subject: [PATCH 048/271] activate iovr_lw=4 for exponential cloud overlapping method --- parm/ccpp_regional_c768_FA_HRRTMG.nml.IN | 1 + 1 file changed, 1 insertion(+) diff --git a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN index 4bee5d70da..4ad8a2a7fe 100644 --- a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN +++ b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN @@ -130,6 +130,7 @@ ncld = 5 imp_physics = 15 icloud = 3 + iovr_lw = 4 spec_adv = .true. RHGRD = 0.98 lradar = @[LRADAR] From ae442c5f44d6e4c0eb8a4778888de06d2e065099 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Sun, 16 Feb 2020 11:22:22 -0700 Subject: [PATCH 049/271] enable iovr_lw only --- parm/ccpp_regional_c768_FA_HRRTMG.nml.IN | 1 + 1 file changed, 1 insertion(+) diff --git a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN index 4ad8a2a7fe..91b9e591be 100644 --- a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN +++ b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN @@ -131,6 +131,7 @@ imp_physics = 15 icloud = 3 iovr_lw = 4 + !iovr_sw = 4 spec_adv = .true. RHGRD = 0.98 lradar = @[LRADAR] From 10d712ea42836941c6eb00d5fe2eed081c62a9d8 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Tue, 17 Mar 2020 10:14:16 -0600 Subject: [PATCH 050/271] update HWRF RRTMG configuration --- parm/ccpp_regional_c768_FA_HRRTMG.nml.IN | 2 +- tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN index 91b9e591be..f9cb21f611 100644 --- a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN +++ b/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN @@ -131,7 +131,7 @@ imp_physics = 15 icloud = 3 iovr_lw = 4 - !iovr_sw = 4 + iovr_sw = 4 spec_adv = .true. RHGRD = 0.98 lradar = @[LRADAR] diff --git a/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN b/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN index f3181c4be4..26d5a75280 100644 --- a/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN @@ -18,7 +18,8 @@ fi cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table +#cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table +cp /home/Man.Zhang/diag_table_HWRF diag_table cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml From 649fa6af19af571c5e3d022beb48c56010ba3791 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 7 Apr 2020 10:50:46 -0600 Subject: [PATCH 051/271] Rename new HWRF RRTMG files for a little more consistency, add tests to rt.conf --- ...rf_rrtmg.nml.IN => ccpp_HWRF_RRTMG.nml.IN} | 0 ...> ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN} | 0 ....IN => ccpp_regional_FA_HWRF_RRTMG_run.IN} | 7 ++--- tests/rt.conf | 28 +++++++++++-------- ...v3_ccpp_hwrf_rrtmg => fv3_ccpp_HWRF_RRTMG} | 4 +-- ...G => fv3_ccpp_regional_c768_FA_HWRF_RRTMG} | 6 ++-- 6 files changed, 24 insertions(+), 21 deletions(-) rename parm/{ccpp_hwrf_rrtmg.nml.IN => ccpp_HWRF_RRTMG.nml.IN} (100%) rename parm/{ccpp_regional_c768_FA_HRRTMG.nml.IN => ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN} (100%) rename tests/fv3_conf/{ccpp_regional_FA_HRRTMG_run.IN => ccpp_regional_FA_HWRF_RRTMG_run.IN} (86%) rename tests/tests/{fv3_ccpp_hwrf_rrtmg => fv3_ccpp_HWRF_RRTMG} (96%) rename tests/tests/{fv3_ccpp_regional_c768_FA_HRRTMG => fv3_ccpp_regional_c768_FA_HWRF_RRTMG} (81%) diff --git a/parm/ccpp_hwrf_rrtmg.nml.IN b/parm/ccpp_HWRF_RRTMG.nml.IN similarity index 100% rename from parm/ccpp_hwrf_rrtmg.nml.IN rename to parm/ccpp_HWRF_RRTMG.nml.IN diff --git a/parm/ccpp_regional_c768_FA_HRRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN similarity index 100% rename from parm/ccpp_regional_c768_FA_HRRTMG.nml.IN rename to parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN diff --git a/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN b/tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN similarity index 86% rename from tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN rename to tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN index 26d5a75280..38c4022125 100644 --- a/tests/fv3_conf/ccpp_regional_FA_HRRTMG_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN @@ -1,10 +1,10 @@ rsync -arv @[RTPWD]/FV3_regional_input_data/. . -rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure . +rsync -arv @[RTPWD]/fv3_regional_c768/model_configure . rm -rf INPUT RESTART mkdir INPUT RESTART -rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. +rsync -arv @[RTPWD]/fv3_regional_c768/INPUT/. INPUT/. if [ $WARM_START = .T. ]; then cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res @@ -18,8 +18,7 @@ fi cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -#cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table -cp /home/Man.Zhang/diag_table_HWRF diag_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA_HWRF diag_table cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/rt.conf b/tests/rt.conf index 80a89b9f78..bc4024f68d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -239,11 +239,11 @@ COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_cs RUN | fv3_ccpp_csawmg | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | @@ -251,11 +251,13 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | +RUN | fv3_fv3_ccpp_HWRF_RRTMG | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # @@ -359,11 +361,11 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3 RUN | fv3_ccpp_csawmg | standard | | fv3 | RUN | fv3_ccpp_satmedmf | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | jet.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | @@ -373,11 +375,13 @@ RUN | fv3_ccpp_cpt RUN | fv3_ccpp_gsd | standard | | fv3 | RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | +RUN | fv3_fv3_ccpp_HWRF_RRTMG | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # diff --git a/tests/tests/fv3_ccpp_hwrf_rrtmg b/tests/tests/fv3_ccpp_HWRF_RRTMG similarity index 96% rename from tests/tests/fv3_ccpp_hwrf_rrtmg rename to tests/tests/fv3_ccpp_HWRF_RRTMG index c5859fc2ab..2c43de9348 100644 --- a/tests/tests/fv3_ccpp_hwrf_rrtmg +++ b/tests/tests/fv3_ccpp_HWRF_RRTMG @@ -1,6 +1,6 @@ ############################################################################### # -# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# FV3 CCPP GFS HWRF RRTMG compiled with 32-bit dynamics test # ############################################################################### @@ -80,6 +80,6 @@ DT_ATMOS="1200" export FV3_RUN=ccpp_gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_HWRF_RRTMG export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_hwrf_rrtmg.nml.IN +export INPUT_NML=ccpp_HWRF_RRTMG.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG similarity index 81% rename from tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG rename to tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG index 02fe2d0557..93e7580207 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_HRRTMG +++ b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG @@ -18,10 +18,10 @@ export TASKS=480 export WLCLK=30 export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_FA_HRRTMG_run.IN +export FV3_RUN=ccpp_regional_FA_HWRF_RRTMG_run.IN -export CCPP_SUITE=FV3_HAFS_FA_HRRTMG +export CCPP_SUITE=FV3_HAFS_FA_HWRF_RRTMG export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_FA_HRRTMG.nml.IN +export INPUT_NML=ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN export LRADAR=.T. export WRITE_DOPOST=.true. From f795c4fa561639f8c4e22ac090b9f9fd84a88dc6 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 8 Apr 2020 05:26:08 -0600 Subject: [PATCH 052/271] Produce diagnostic output from ccpp_regional_c768_FA* tests for the first three hours, not just the first one --- FV3 | 2 +- parm/ccpp_HWRF_RRTMG.nml.IN | 309 ------------------- parm/ccpp_regional_c768_FA.nml.IN | 2 +- parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN | 2 +- tests/rt.conf | 22 +- tests/tests/fv3_ccpp_HWRF_RRTMG | 85 ----- 6 files changed, 13 insertions(+), 409 deletions(-) delete mode 100644 parm/ccpp_HWRF_RRTMG.nml.IN delete mode 100644 tests/tests/fv3_ccpp_HWRF_RRTMG diff --git a/FV3 b/FV3 index 43d469c241..480a86c460 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 43d469c2412c81e5ba1aef22c694c26533523e55 +Subproject commit 480a86c460c58946f968559594999dfc5a3f12a4 diff --git a/parm/ccpp_HWRF_RRTMG.nml.IN b/parm/ccpp_HWRF_RRTMG.nml.IN deleted file mode 100644 index 6fbe0c48c8..0000000000 --- a/parm/ccpp_HWRF_RRTMG.nml.IN +++ /dev/null @@ -1,309 +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 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = '@[CCPP_SUITE]' -/ - -&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_regional_c768_FA.nml.IN b/parm/ccpp_regional_c768_FA.nml.IN index dbaee979ce..1972c6fd2f 100644 --- a/parm/ccpp_regional_c768_FA.nml.IN +++ b/parm/ccpp_regional_c768_FA.nml.IN @@ -11,7 +11,7 @@ blocksize = 32 chksum_debug = .false. dycore_only = .false. - fdiag = 1 + fdiag = 0,1,2,3 ccpp_suite = '@[CCPP_SUITE]' / diff --git a/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN index f9cb21f611..53a1c7593e 100644 --- a/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN +++ b/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN @@ -11,7 +11,7 @@ blocksize = 32 chksum_debug = .false. dycore_only = .false. - fdiag = 1 + fdiag = 0,1,2,3 ccpp_suite = '@[CCPP_SUITE]' / diff --git a/tests/rt.conf b/tests/rt.conf index bc4024f68d..21fd94699b 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -239,11 +239,11 @@ COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_cs RUN | fv3_ccpp_csawmg | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | jet.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | @@ -251,7 +251,6 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | -RUN | fv3_fv3_ccpp_HWRF_RRTMG | standard | hera.intel | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | @@ -361,11 +360,11 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3 RUN | fv3_ccpp_csawmg | standard | | fv3 | RUN | fv3_ccpp_satmedmf | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_GFS_HWRF_RRTMG 32BIT=Y | standard | jet.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | @@ -375,7 +374,6 @@ RUN | fv3_ccpp_cpt RUN | fv3_ccpp_gsd | standard | | fv3 | RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -RUN | fv3_fv3_ccpp_HWRF_RRTMG | standard | hera.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | diff --git a/tests/tests/fv3_ccpp_HWRF_RRTMG b/tests/tests/fv3_ccpp_HWRF_RRTMG deleted file mode 100644 index 2c43de9348..0000000000 --- a/tests/tests/fv3_ccpp_HWRF_RRTMG +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS HWRF RRTMG compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS HWRF RRTMG results with previous trunk version" - -export CNTL_DIR=fv3_gfs_hwrf_rrtmg - -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_HWRF_RRTMG -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_HWRF_RRTMG.nml.IN - -RUN_SCRIPT=rt_fv3.sh From 703c4d947fdb86489f668ddd4957c2af61b045bb Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 8 Apr 2020 06:27:43 -0600 Subject: [PATCH 053/271] tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG: bugfix, use correct CNTL_DIR --- tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG index 93e7580207..e27b668152 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG +++ b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG @@ -6,7 +6,7 @@ export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" -export CNTL_DIR=fv3_regional_c768 +export CNTL_DIR=fv3_regional_c768_FA_HWRF_RRTMG export LIST_FILES=" atmos_4xdaily.nc \ fv3_history2d.nc \ From fbcb253903d42fb10cc2b303b1df18f6142232e1 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 8 Apr 2020 06:48:18 -0600 Subject: [PATCH 054/271] Update README_HWRF_PHYSICS.txt --- README_HWRF_PHYSICS.txt | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index fe71ec0993..7ab8d51549 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -17,31 +17,54 @@ PRs pulled into the dtc/hwrf-physics branches ============================================= The following PRs were pulled into these branches on the given dates -and with the given hashes (further down is later): - +and with the given hashes (further down is later). Additional commits +were made by @climbfuji as required for changing the target branch +(from dtc/develop to dtc/hwrf-physics), bug fixes, cleanup, and as +a result of the code review processes. ccpp-physics ------------ -04/06/2020 MONINEDMF https://github.com/NCAR/ccpp-physics/pull/395 +04/06/2020 MONINEDMF https://github.com/NCAR/ccpp-physics/pull/395 -> https://github.com/NCAR/ccpp-physics/pull/428 git cherry-pick 942889ab0acace519254712cb4e14b6aaf3e0415 git cherry-pick 500d53a21027f362a9c12c10767f0b4f8cf3361c git cherry-pick b0f04b210bd588673182023ea36b56ee94642c3e git cherry-pick e895c62cf49b908927678d72c1ad21ad828e3587 +04/08/2020 RRTMG https://github.com/NCAR/ccpp-physics/pull/412 -> https://github.com/NCAR/ccpp-physics/pull/430 + git cherry-pick 9e9222a470dd8a644ba4c3d010766c62dc71de59 + git cherry-pick 4d9e68fc27bb3974f1a6c5733bf1b8127165581d + git cherry-pick 6f9fec9d183531c81475b3496504dc3225011472 + git cherry-pick 57873f2045e1cd2d09c71481c0593f3d7eee24ef + git cherry-pick 7e492ca69cab20d2457af82c5d535d8b64e2ab1e + git cherry-pick 298d1aed7b2f29ccf624a71be7d9f804eaf9e8ab + git cherry-pick 5404462a72fe10477595c25baab0ae28fe667f0f fv3atm ------ -04/06/2020 MONINEDMF https://github.com/NCAR/fv3atm/pull/18 +04/06/2020 MONINEDMF https://github.com/NCAR/fv3atm/pull/18 -> https://github.com/NCAR/fv3atm/pull/37 git cherry-pick 80ce8591b6af615c9f85a2b3becf8aadc836d734 +04/08/2020 RRTMG https://github.com/NCAR/fv3atm/pull/33 -> https://github.com/NCAR/fv3atm/pull/38 + git cherry-pick 1bae50c9fd5a365226088d861b9d80af9b60de7d + git cherry-pick ed8347eb0f001de2f53989054c024ad24394a483 + git cherry-pick f1cad8833735ce833bc2ed08a318b77c04e3f536 + git cherry-pick d9841c8d353c262c5aa8e0394ab3ed02542ca8f6 + git cherry-pick 3c64b5a3eaa7608edef1d7c91066d4265e442b27 ufs-weather-model ----------------- -04/06/2020 MONINEDMF https://github.com/NCAR/ufs-weather-model/pull/15 +04/06/2020 MONINEDMF https://github.com/NCAR/ufs-weather-model/pull/15 -> https://github.com/NCAR/ufs-weather-model/pull/35 git cherry-pick e6fe22ffde6425800b7ed2e1cf3748b606806d28 git cherry-pick a99d5e73f94f5ffb3bd9bbb1a3dc04171026b6d7 git cherry-pick 5570528f22a9815437e0ef5b413435a8b9fd5881 git cherry-pick 2bb15be8cc15c69c178b6e443c0ab8c0d75ef318 + +04/08/2020 RRTMG https://github.com/NCAR/ufs-weather-model/pull/30 -> https://github.com/NCAR/ufs-weather-model/pull/36 + git cherry-pick 5ab446fe423d9a7ba0172ec782e6346c47c98116 + git cherry-pick 1cbc515c6dff00e729523ff6f922e046179d7dcf + git cherry-pick c6f51f5090411c737a8d79a27bbf08b8d9b00c28 + git cherry-pick 2a43ab170916fbe60c3d918ff16a510928964e51 + git cherry-pick 73f5dcbc93ae297a6a9880988a8f7a7109f99c2e From b77b4abda57e007f3f8b7a9f57efbffdf209f27b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 8 Apr 2020 13:55:31 -0600 Subject: [PATCH 055/271] Final cleanup work for new FA HWRF RRTMG tests - combine regression test namelist templates and run scripts, use own HWRF regression test baseline --- parm/ccpp_regional_c768_FA.nml.IN | 3 + parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN | 308 ------------------ tests/default_vars.sh | 5 + .../ccpp_regional_FA_HWRF_RRTMG_run.IN | 30 -- tests/fv3_conf/ccpp_regional_FA_run.IN | 10 +- tests/rt.sh | 22 +- .../fv3_ccpp_regional_c768_FA_HWRF_RRTMG | 8 +- 7 files changed, 37 insertions(+), 349 deletions(-) delete mode 100644 parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN delete mode 100644 tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN diff --git a/parm/ccpp_regional_c768_FA.nml.IN b/parm/ccpp_regional_c768_FA.nml.IN index 1972c6fd2f..d75f3387d3 100644 --- a/parm/ccpp_regional_c768_FA.nml.IN +++ b/parm/ccpp_regional_c768_FA.nml.IN @@ -129,6 +129,9 @@ pre_rad = .false. ncld = 5 imp_physics = 15 + icloud = @[ICLOUD] + iovr_lw = @[IOVR_LW] + iovr_sw = @[IOVR_SW] spec_adv = .true. RHGRD = 0.98 lradar = @[LRADAR] diff --git a/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN b/parm/ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN deleted file mode 100644 index 53a1c7593e..0000000000 --- a/parm/ccpp_regional_c768_FA_HWRF_RRTMG.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 = 0,1,2,3 - 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 = 24,20 - 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 = 4 - 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 = 15 - icloud = 3 - iovr_lw = 4 - iovr_sw = 4 - spec_adv = .true. - RHGRD = 0.98 - 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 = .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/tests/default_vars.sh b/tests/default_vars.sh index 756be58daf..6476442499 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -115,6 +115,11 @@ export MAKE_NH=.T. export MOUNTAIN=.F. export NA_INIT=1 +# Radiation +export ICLOUD=0 +export IOVR_LW=1 +export IOVR_SW=1 + # Microphysics export IMP_PHYSICS=11 # GFDL MP diff --git a/tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN b/tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN deleted file mode 100644 index 38c4022125..0000000000 --- a/tests/fv3_conf/ccpp_regional_FA_HWRF_RRTMG_run.IN +++ /dev/null @@ -1,30 +0,0 @@ -rsync -arv @[RTPWD]/FV3_regional_input_data/. . -rsync -arv @[RTPWD]/fv3_regional_c768/model_configure . - -rm -rf INPUT RESTART -mkdir INPUT RESTART - -rsync -arv @[RTPWD]/fv3_regional_c768/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 @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA_HWRF diag_table -cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table - -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_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index c5daf162b5..3f99ef90c5 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -18,8 +18,14 @@ fi cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table -cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table +# Copy diag table for HWRF RRTMG or GFS RRTMG +if [ $IOVR_LW = 4 ] && [ $IOVR_SW = 4 ]; then + cp @[RTPWD]/FV3_input_data_hafs/diag_table_FA_HWRF diag_table +else + cp @[RTPWD]/FV3_input_data_hafs/diag_table_FA diag_table +fi +# Copy field table for Ferrier-Aligo MP +cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/rt.sh b/tests/rt.sh index a77e0918b0..9b3fabae0c 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -195,10 +195,18 @@ elif [[ $MACHINE_ID = hera.* ]]; then QUEUE=debug # ACCNR=fv3-cpu PARTITION= - dprefix=/scratch1/NCEPDEV - DISKNM=$dprefix/nems/emc.nemspara/RT - STMP=$dprefix/stmp4 - PTMP=$dprefix/stmp2 + # + # DTC HWRF baseline + dprefix=/scratch1/BMC/gmtb + DISKNM=$dprefix/ufs-weather-model/RT + STMP=$dprefix + PTMP=$dprefix + # EMC baseline + #dprefix=/scratch1/NCEPDEV + #DISKNM=$dprefix/nems/emc.nemspara/RT + #STMP=$dprefix/stmp4 + #PTMP=$dprefix/stmp2 + # SCHEDULER=slurm cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN @@ -375,11 +383,11 @@ done # Fix me - make those definitions and DISKNM consistent if [[ $MACHINE_ID = hera.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200317/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200317/${COMPILER^^}} elif [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/develop-20200317/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200317/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200317} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200317} fi shift $((OPTIND-1)) diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG index e27b668152..c06255dec9 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG +++ b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG @@ -17,11 +17,15 @@ export_fv3 export TASKS=480 export WLCLK=30 +export ICLOUD=3 +export IOVR_LW=4 +export IOVR_SW=4 + export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_FA_HWRF_RRTMG_run.IN +export FV3_RUN=ccpp_regional_FA_run.IN export CCPP_SUITE=FV3_HAFS_FA_HWRF_RRTMG export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_FA_HWRF_RRTMG.nml.IN +export INPUT_NML=ccpp_regional_c768_FA.nml.IN export LRADAR=.T. export WRITE_DOPOST=.true. From a8f03639560e62ef96f04a91d0a739090f670fc3 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Apr 2020 13:32:47 -0600 Subject: [PATCH 056/271] Revert change of .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6b8753e2d9..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = dtc_hwrf-physics_add_rrtmg + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 480a86c460..fd70a2c41d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 480a86c460c58946f968559594999dfc5a3f12a4 +Subproject commit fd70a2c41d92d17380f9a342758e97aed95568a0 From c747f25c614f7757bc2f7956b1bc4086cedbbc5e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 10 Apr 2020 15:20:03 -0600 Subject: [PATCH 057/271] Bugfix, apply change of blocksize from 32 to 24 in parm/input_nest02.nml.IN; this was done in parm/ccpp_input_nest02.nml.IN, but forgotten in parm/input_nest02.nml.IN --- parm/input_nest02.nml.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/input_nest02.nml.IN b/parm/input_nest02.nml.IN index 8186d5b222..bb4471870c 100644 --- a/parm/input_nest02.nml.IN +++ b/parm/input_nest02.nml.IN @@ -8,7 +8,7 @@ / &atmos_model_nml - blocksize = 32 + blocksize = 24 chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] From dfee9ad412af67311aa58f12e6b0717183f31102 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 10 Apr 2020 15:39:45 -0600 Subject: [PATCH 058/271] Add fv3_ccpp_gfdlmp_hwrfsas test in REPRO mode to rt.conf --- tests/rt.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index e6d0ee1823..3d859f8b32 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -218,15 +218,16 @@ RUN | fv3_ccpp_regional_c768 RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp | standard | | | RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | From f96ddf996a915edda82d4f1f97d4ed6f0b63cd0a Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 10 Apr 2020 16:43:12 -0600 Subject: [PATCH 059/271] Update regression test baseline datetag in tests/rt.sh --- tests/rt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 9b3fabae0c..f376570ff8 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -383,11 +383,11 @@ done # Fix me - make those definitions and DISKNM consistent if [[ $MACHINE_ID = hera.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200317/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200410/${COMPILER^^}} elif [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200317/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200410/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200317} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200410} fi shift $((OPTIND-1)) From 6e195b4f03edb32b0e6ae31152362126f39239bd Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 13 Apr 2020 16:11:30 -0600 Subject: [PATCH 060/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ac69989e65..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = merge_hwrf-sasas_into_dtc_hwrf-physics + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 817fe36b95..9e44026039 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 817fe36b95968a0143d69e86fd0fb7862c7d257e +Subproject commit 9e44026039e951e90519f67e00d569986e280a4e From af14505fdda9c5188e2c82b6389b8dfac19d79d8 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 14 Apr 2020 14:57:23 -0600 Subject: [PATCH 061/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..1cdbabbdd3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = HAFS_fer_hires_for_dtc_hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 9e44026039..0aeeaad1db 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9e44026039e951e90519f67e00d569986e280a4e +Subproject commit 0aeeaad1dbfb76fac37db66adb63d867f127290c From fa355b9a4fccb603e5142c939309f10fba84ae34 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Mon, 25 Nov 2019 11:31:40 -0700 Subject: [PATCH 062/271] make FA test name concise --- ..._regional_c768_FA_update_moist => fv3_ccpp_regional_c768_FA} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/tests/{fv3_ccpp_regional_c768_FA_update_moist => fv3_ccpp_regional_c768_FA} (93%) diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist b/tests/tests/fv3_ccpp_regional_c768_FA similarity index 93% rename from tests/tests/fv3_ccpp_regional_c768_FA_update_moist rename to tests/tests/fv3_ccpp_regional_c768_FA index a6cca9b942..3accf32fa2 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist +++ b/tests/tests/fv3_ccpp_regional_c768_FA @@ -20,7 +20,7 @@ export WLCLK=30 export RUN_SCRIPT=rt_fv3.sh export FV3_RUN=ccpp_regional_FA_run.IN -export CCPP_SUITE=FV3_HAFS_ferhires_update_moist +export CCPP_SUITE=FV3_HAFS_ferhires export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_regional_c768_FA.nml.IN export LRADAR=.T. From c58fb57e8bb120d35ef4d6d1099195cc1321f601 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 14 Apr 2020 15:00:48 -0600 Subject: [PATCH 063/271] tests/rt.conf: rename regression test fv3_ccpp_regional_c768_FA_update_moist to fv3_ccpp_regional_c768_FA --- tests/rt.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 3d859f8b32..b3d17f4046 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -255,7 +255,7 @@ RUN | fv3_ccpp_gsd COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | @@ -379,7 +379,7 @@ RUN | fv3_ccpp_thompson_no_aero COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | From 05b564a8ce31fae0189e86e8321ba9dbce4d8a2a Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 15 Apr 2020 08:24:57 -0600 Subject: [PATCH 064/271] Missing updates for various regression test files as a result of the SDF name change FV3_HAFS_ferhires_update_moist -> FV3_HAFS_ferhires, new rt_intel.conf for Cheyenne, additional tests in rt_gnu.conf --- tests/rt.conf | 4 +- tests/rt.sh | 6 +- tests/rt_gnu.conf | 12 +++ tests/rt_intel.conf | 104 ++++++++++++++++++++ tests/tests/fv3_ccpp_regional_c768_HWRF_PBL | 2 +- 5 files changed, 122 insertions(+), 6 deletions(-) create mode 100644 tests/rt_intel.conf diff --git a/tests/rt.conf b/tests/rt.conf index b3d17f4046..113f59ae97 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -253,7 +253,7 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | @@ -377,7 +377,7 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index f376570ff8..2f390bf0c3 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -383,11 +383,11 @@ done # Fix me - make those definitions and DISKNM consistent if [[ $MACHINE_ID = hera.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200410/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415/${COMPILER^^}} elif [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200410/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200415/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200410} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415} fi shift $((OPTIND-1)) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 81951f6337..d712d39902 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -22,6 +22,12 @@ RUN | fv3_gfdlmp COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | | RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | + +RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | + ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### @@ -37,6 +43,12 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | + +RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | + ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf new file mode 100644 index 0000000000..0a526928de --- /dev/null +++ b/tests/rt_intel.conf @@ -0,0 +1,104 @@ +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_decomp | standard | cheyenne.intel | | +RUN | fv3_ccpp_2threads | standard | cheyenne.intel | | +RUN | fv3_ccpp_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_read_inc | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_netcdf | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stochy | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_iau | standard | cheyenne.intel | fv3 | + +# WW3 not yet working on Cheyenne +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_gfdlmprad | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| CCPP | standard | cheyenne.intel | | +RUN | fv3_ccpp_appbuild | standard | cheyenne.intel | | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control_32bit | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | fv3 | +# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +#RUN | fv3_ccpp_regional_c768 | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched_nest_debug | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_csawmg3shoc127 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | fv3 | +# inline post not yet working on Cheyenne +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_rrtmgp | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_rrtmgp_debug | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gsd_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_thompson_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_thompson_no_aero_debug | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP REPRO tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP REPRO=Y | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_rrtmgp | standard | cheyenne.intel | fv3 | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | diff --git a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL index 5a0b91ee01..06746895ee 100644 --- a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL +++ b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL @@ -20,7 +20,7 @@ export WLCLK=30 export RUN_SCRIPT=rt_fv3.sh export FV3_RUN=ccpp_regional_FA_run.IN -export CCPP_SUITE=FV3_HAFS_ferhires_update_moist +export CCPP_SUITE=FV3_HAFS_ferhires export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_regional_c768_FA.nml.IN export LRADAR=.T. From 032de194be4e065788e60de127a31ca0fa80b760 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 15 Apr 2020 13:35:11 -0600 Subject: [PATCH 065/271] Turn off FA tests for GNU, currently either running out of time or crashing --- tests/rt_gnu.conf | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index d712d39902..e447b4b6e4 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -22,11 +22,12 @@ RUN | fv3_gfdlmp COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | | RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | - -RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +# Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | +# +#RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | +#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | +#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # @@ -43,11 +44,12 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | - -RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +# Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | +# +#RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | +#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | +#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | ####################################################################################################################################################################################### # CCPP DEBUG tests # From 340cdecfb9beb706a3de1b541d0d9c48e365fa11 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 15 Apr 2020 16:47:47 -0600 Subject: [PATCH 066/271] Remove RRMTGP tests from tests/rt_intel.conf, these were copied over by mistake --- tests/rt_intel.conf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf index 0a526928de..46c7e48ef4 100644 --- a/tests/rt_intel.conf +++ b/tests/rt_intel.conf @@ -65,21 +65,14 @@ RUN | fv3_ccpp_regional_c768_FA RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_rrtmgp | standard | cheyenne.intel | fv3 | - ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_rrtmgp_debug | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | @@ -91,11 +84,10 @@ RUN | fv3_ccpp_thompson_no_aero_debug # CCPP REPRO tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP REPRO=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_rrtmgp | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | From de915136c673ba3b54b356e29d155f6c8cc98d35 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 16 Apr 2020 09:33:19 -0600 Subject: [PATCH 067/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1cdbabbdd3..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = HAFS_fer_hires_for_dtc_hwrf-physics + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 0aeeaad1db..fd9afd726d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0aeeaad1dbfb76fac37db66adb63d867f127290c +Subproject commit fd9afd726d00aa64ece3f5b2de8d66a1dd28d03b From 1a84b6bf72bbbd3ac5eb5e931b1a3ce2bb69804d Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Wed, 22 Apr 2020 15:36:57 +0000 Subject: [PATCH 068/271] Update FV3 and HYCOM submodule components with corners and diagnostics. --- .gitmodules | 2 +- FV3 | 2 +- HYCOM | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a29da056de..42e13accd1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 url = https://github.com/hafs-community/fv3atm - branch = support/HAFS + branch = feature/hafs_couplehycom [submodule "NEMS"] path = NEMS url = https://github.com/hafs-community/NEMS diff --git a/FV3 b/FV3 index 02865a8111..dac1aa8440 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 02865a8111d211ae42817065b91730043bfdcae2 +Subproject commit dac1aa844099391b87c04dc71ae6b4e0fe79c146 diff --git a/HYCOM b/HYCOM index 5675e6cfef..03fcae4874 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit 5675e6cfefc76c6aac335e59127a85201b5cd0ef +Subproject commit 03fcae4874bf0417f3bf4d99f93983ae72e51516 From 09a37a2e23453e16e41986d768266a7a0e7fd368 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Wed, 22 Apr 2020 18:06:05 +0000 Subject: [PATCH 069/271] Update HYCOM submodule component with missing read latlon file. --- HYCOM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HYCOM b/HYCOM index 03fcae4874..01bf2a3d72 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit 03fcae4874bf0417f3bf4d99f93983ae72e51516 +Subproject commit 01bf2a3d7279ee7514f548386fe5b341ad6ee74c From 08d237641f16d4dca36767333553f236b9942eec Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 23 Apr 2020 07:32:10 -0600 Subject: [PATCH 070/271] Update README_HWRF_PHYSICS.txt --- README_HWRF_PHYSICS.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index 7ab8d51549..1b55eda726 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -40,6 +40,15 @@ ccpp-physics git cherry-pick 298d1aed7b2f29ccf624a71be7d9f804eaf9e8ab git cherry-pick 5404462a72fe10477595c25baab0ae28fe667f0f +04/13/2020 SAS https://github.com/NCAR/ccpp-physics/pull/423 -> https://github.com/NCAR/ccpp-physics/pull/433 + (entire PR) + --> this PR and other SAS PRs below need to be merged separately + into the authoritative repositories, because the answer of some + of the IPD and CCPP prod tests change (kept PRs open) + +04/16/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/405 -> https://github.com/NCAR/ccpp-physics/pull/435 + (entire PR) + fv3atm ------ @@ -53,6 +62,12 @@ fv3atm git cherry-pick d9841c8d353c262c5aa8e0394ab3ed02542ca8f6 git cherry-pick 3c64b5a3eaa7608edef1d7c91066d4265e442b27 +04/13/2020 SAS https://github.com/NOAA-EMC/fv3atm/pull/93 -> https://github.com/NCAR/fv3atm/pull/41 + (entire PR) + +04/16/2020 FA MP updates https://github.com/NCAR/fv3atm/pull/28 -> https://github.com/NCAR/fv3atm/pull/43 + (entire PR) + ufs-weather-model ----------------- @@ -68,3 +83,9 @@ ufs-weather-model git cherry-pick c6f51f5090411c737a8d79a27bbf08b8d9b00c28 git cherry-pick 2a43ab170916fbe60c3d918ff16a510928964e51 git cherry-pick 73f5dcbc93ae297a6a9880988a8f7a7109f99c2e + +04/13/2020 SAS https://github.com/ufs-community/ufs-weather-model/pull/94 -> https://github.com/NCAR/ufs-weather-model/pull/39 + (entire PR) + +04/16/2020 FA MP updates https://github.com/NCAR/ufs-weather-model/pull/41 (replaced https://github.com/NCAR/ufs-weather-model/pull/25) + From 11849ebc9626d516359c61eb03337ea0241b94a2 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 4 May 2020 02:45:05 +0000 Subject: [PATCH 071/271] Load a newer version cmake on Jet. --- modulefiles/jet.intel/fv3 | 1 + 1 file changed, 1 insertion(+) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 9cdc8b20d6..3812350635 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -35,6 +35,7 @@ module load esmf/8.0.0 ## ## load cmake ## +module load cmake/3.16.1 setenv CMAKE_C_COMPILER mpiicc setenv CMAKE_CXX_COMPILER mpiicpc setenv CMAKE_Fortran_COMPILER mpiifort From 93701aec12d704fdf4fa8f445393670f6c880080 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 4 May 2020 19:59:11 -0600 Subject: [PATCH 072/271] Update .gitmodules and submodule pointer for fv3atm --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..80886ab626 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = dtc-hwrf-physics-man-bugfix-fa [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index fd9afd726d..fe607ea1dd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fd9afd726d00aa64ece3f5b2de8d66a1dd28d03b +Subproject commit fe607ea1dd2ebcf29bc1f05aeb0a070c01a745b1 From 4ee3b1bccd6432917abfd7b3358fcfc9466243af Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 4 May 2020 19:59:28 -0600 Subject: [PATCH 073/271] Update regression test baseline date tag in tests/rt.sh --- tests/rt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 2f390bf0c3..824048895e 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -383,11 +383,11 @@ done # Fix me - make those definitions and DISKNM consistent if [[ $MACHINE_ID = hera.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200504/${COMPILER^^}} elif [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200415/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200504/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200504} fi shift $((OPTIND-1)) From b1b32f8a10f3b9132b94c865ab24b69ad601d9d0 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 5 May 2020 20:29:21 -0600 Subject: [PATCH 074/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 80886ab626..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = dtc-hwrf-physics-man-bugfix-fa + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index fe607ea1dd..5d483d712a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fe607ea1dd2ebcf29bc1f05aeb0a070c01a745b1 +Subproject commit 5d483d712a5c93040bb694193cb8de4e83256968 From c3a13c0250e7d93bdb034d18ed98dc8b3b2d9488 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 7 May 2020 09:40:13 -0500 Subject: [PATCH 075/271] Link modulefiles/orion.intel into modulefiles/orion to supoort HAFS workflow. --- modulefiles/orion | 1 + 1 file changed, 1 insertion(+) create mode 120000 modulefiles/orion diff --git a/modulefiles/orion b/modulefiles/orion new file mode 120000 index 0000000000..4b2923080a --- /dev/null +++ b/modulefiles/orion @@ -0,0 +1 @@ +orion.intel \ No newline at end of file From 69a9e0b82ef1d8e2f92e591835186f8b1a39a87e Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Wed, 13 May 2020 19:51:25 -0600 Subject: [PATCH 076/271] add UFS RTs for the GFS_v15p2 suite with drop-in HWRF LSM and SL components, add HWRF test for C96 --- parm/ccpp_c96_HAFS_v0_hwrf.nml.IN | 337 +++++++++++++++ parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN | 310 ++++++++++++++ parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN | 311 ++++++++++++++ parm/ccpp_v15p2_c96_HWRF_SL.nml.IN | 310 ++++++++++++++ tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN | 39 ++ tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN | 30 ++ tests/rt_HWRF_LSM_SL.conf | 440 ++++++++++++++++++++ tests/tests/fv3_ccpp_HAFS_v0_hwrf | 112 +++++ tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM | 87 ++++ tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | 88 ++++ tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL | 87 ++++ 11 files changed, 2151 insertions(+) create mode 100644 parm/ccpp_c96_HAFS_v0_hwrf.nml.IN create mode 100644 parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN create mode 100644 parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN create mode 100644 parm/ccpp_v15p2_c96_HWRF_SL.nml.IN create mode 100644 tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN create mode 100644 tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN create mode 100644 tests/rt_HWRF_LSM_SL.conf create mode 100644 tests/tests/fv3_ccpp_HAFS_v0_hwrf create mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM create mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL create mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL diff --git a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN new file mode 100644 index 0000000000..16a24fd10d --- /dev/null +++ b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN @@ -0,0 +1,337 @@ +&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 = '@[CCPP_SUITE]' +/ + +&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 = 3. + ldiag3d = .false. + fhcyc = 24. + nst_anl = .true. + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 15 ! HWRF F-A + spec_adv = .true. ! HWRF F-A + RHGRD = 0.98 ! HWRF F-A + icloud = 3 ! HWRF RRTMG + iovr_lw = 4 ! HWRF RRTMG + iovr_sw = 4 ! HWRF RRTMG + hwrf_samfdeep = .true. ! HWRF SASdeep + hwrf_samfshal = .true. ! HWRF SASshal + asolfac_deep = 0.89 ! HWRF SASdeep; GFS SAS:0.958 + asolfac_shal = 0.89 ! HWRF SASdeep; GFS SAS:0.958 + hurr_pbl = .T. ! HWRF moninedmf + moninq_fac = -1.0 !HWRF moninedmf + 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. !true ->no gwdc + shal_cnv = .true. + 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.01 ! NCEP default + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsm = @[LSM] !HWRF set to 4 + sfc_z0_type = @[SFC_Z0_TYPE] !HWRF set to 4 + 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 = .F. + oz_phys_2015 = .T. + h2o_phys = .true. + nstf_name = 2,0,0,0,0 + 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] +/ + +&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_v15p2_c96_HWRF_LSM.nml.IN b/parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN new file mode 100644 index 0000000000..3de62cb5eb --- /dev/null +++ b/parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN @@ -0,0 +1,310 @@ +&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 = '@[CCPP_SUITE]' +/ + +&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 = 0. + 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 + lsm = @[LSM] + 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_v15p2_c96_HWRF_LSM_SL.nml.IN b/parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN new file mode 100644 index 0000000000..338d859971 --- /dev/null +++ b/parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN @@ -0,0 +1,311 @@ +&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 = '@[CCPP_SUITE]' +/ + +&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 = 0. + 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 + lsm = @[LSM] + 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. + sfc_z0_type = @[SFC_Z0_TYPE] +/ + +&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_v15p2_c96_HWRF_SL.nml.IN b/parm/ccpp_v15p2_c96_HWRF_SL.nml.IN new file mode 100644 index 0000000000..6d6beabaa3 --- /dev/null +++ b/parm/ccpp_v15p2_c96_HWRF_SL.nml.IN @@ -0,0 +1,310 @@ +&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 = '@[CCPP_SUITE]' +/ + +&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. + sfc_z0_type = @[SFC_Z0_TYPE] +/ + +&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/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN new file mode 100644 index 0000000000..08fb24bc51 --- /dev/null +++ b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN @@ -0,0 +1,39 @@ +rm -fr INPUT RESTART +if [ $WARM_START = .F. ]; then + cp -r @[RTPWD]/FV3_input_data/INPUT . + mkdir RESTART +else + mkdir INPUT RESTART + cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT +fi +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table +cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table +cp @[RTPWD]/FV3_input_data/*configure . +cp /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . + +# Copy diag table for HWRF RRTMG or GFS RRTMG +if [ $IOVR_LW = 4 ] && [ $IOVR_SW = 4 ]; then + cp @[RTPWD]/FV3_input_data_hafs/diag_table_FA_HWRF diag_table +else + cp @[RTPWD]/FV3_input_data_hafs/diag_table_FA diag_table +fi +# Copy field table for Ferrier-Aligo MP +cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table + +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_HWRF_LSM_run.IN b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN new file mode 100644 index 0000000000..b2e774a372 --- /dev/null +++ b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN @@ -0,0 +1,30 @@ +rm -fr INPUT RESTART +if [ $WARM_START = .F. ]; then + cp -r @[RTPWD]/FV3_input_data/INPUT . + mkdir RESTART +else + mkdir INPUT RESTART + cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT +fi +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table +cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table +cp @[RTPWD]/FV3_input_data/*configure . +cp /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . +cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . + +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/rt_HWRF_LSM_SL.conf b/tests/rt_HWRF_LSM_SL.conf new file mode 100644 index 0000000000..8e784e0afb --- /dev/null +++ b/tests/rt_HWRF_LSM_SL.conf @@ -0,0 +1,440 @@ +####################################################################################################################################################################################### +# IPD PROD tests # +####################################################################################################################################################################################### +# +#COMPILE | | standard | wcoss_cray | fv3 | +#COMPILE | | standard | wcoss_dell_p3 | fv3 | +#COMPILE | | standard | hera.intel | fv3 | +#COMPILE | | standard | gaea.intel | fv3 | +#COMPILE | | standard | jet.intel | fv3 | +# +## Run most tests using the compile.sh version of fv3: +#RUN | fv3_control | standard | | fv3 | +#RUN | fv3_decomp | standard | | | +#RUN | fv3_2threads | standard | | | +#RUN | fv3_restart | standard | | fv3 | +#RUN | fv3_read_inc | standard | | fv3 | +#RUN | fv3_gfdlmp | standard | | fv3 | +#RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +#RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +#RUN | fv3_wsm6 | standard | | fv3 | +#RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +#RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +#RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +#RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +#RUN | fv3_stochy | standard | | fv3 | +#RUN | fv3_iau | standard | | fv3 | +#RUN | fv3_csawmgshoc | standard | | fv3 | +#RUN | fv3_csawmg | standard | | fv3 | +#RUN | fv3_rasmgshoc | standard | | fv3 | +#RUN | fv3_csawmg3shoc127 | standard | | fv3 | +#RUN | fv3_satmedmf | standard | | fv3 | +#RUN | fv3_lheatstrg | standard | | fv3 | +# +#COMPILE | WW3=Y | standard | wcoss_cray | fv3 | +#COMPILE | WW3=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | WW3=Y | standard | hera.intel | fv3 | +#RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | hera.intel | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | +# +## Run one test using the NEMSAppBuilder, to ensure we don't break it: +#APPBUILD| standaloneFV3 | standard | wcoss_cray | | +#APPBUILD| standaloneFV3 | standard | wcoss_dell_p3 | | +#APPBUILD| standaloneFV3 | standard | hera.intel | | +#APPBUILD| standaloneFV3 | standard | gaea.intel | | +#APPBUILD| standaloneFV3 | standard | jet.intel | | +#RUN | fv3_appbuild | standard | | | +# +#COMPILE | 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | 32BIT=Y | standard | jet.intel | fv3 | +#RUN | fv3_control_32bit | standard | | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +#RUN | fv3_stretched | standard | | fv3 | +#RUN | fv3_stretched_nest | standard | | fv3 | +#RUN | fv3_stretched_nest_quilt | standard | wcoss_cray | fv3 | +#RUN | fv3_stretched_nest_quilt | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | +# +#RUN | fv3_regional_control | standard | | fv3 | +#RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +#RUN | fv3_regional_quilt | standard | | fv3 | +#RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +#RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +#RUN | fv3_regional_c768 | standard | jet.intel | fv3 | +# +#COMPILE | 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +#RUN | fv3_control_debug | standard | hera.intel | fv3 | +#RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | +# +######################################################################################################################################################################################## +## IPD REPRO tests # +######################################################################################################################################################################################## +# +#COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y | standard | hera.intel | fv3 | +#COMPILE | REPRO=Y | standard | gaea.intel | fv3 | +#COMPILE | REPRO=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_control | standard | | fv3 | +#RUN | fv3_decomp | standard | | | +#RUN | fv3_2threads | standard | | | +#RUN | fv3_restart | standard | | fv3 | +#RUN | fv3_read_inc | standard | | fv3 | +#RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +#RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +#RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +#RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +#RUN | fv3_stochy | standard | | | +#RUN | fv3_iau | standard | | fv3 | +#RUN | fv3_gfdlmp | standard | | fv3 | +#RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +#RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +#RUN | fv3_csawmgshoc | standard | | fv3 | +#RUN | fv3_csawmg3shoc127 | standard | | fv3 | +#RUN | fv3_csawmg | standard | | fv3 | +#RUN | fv3_satmedmf | standard | | fv3 | +# +#COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | +#RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad_atmwav | standard | hera.intel | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | +# +## Run one test using the NEMSAppBuilder, to ensure we don't break it: +#APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | +#APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | +#APPBUILD| standaloneFV3_repro | standard | hera.intel | | +#APPBUILD| standaloneFV3_repro | standard | gaea.intel | | +#APPBUILD| standaloneFV3_repro | standard | jet.intel | | +#RUN | fv3_appbuild | standard | | | +# +#COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_control_32bit | standard | | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +#RUN | fv3_stretched | standard | | fv3 | +#RUN | fv3_stretched_nest | standard | | fv3 | +#RUN | fv3_regional_control | standard | | fv3 | +#RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +#RUN | fv3_regional_quilt | standard | | fv3 | +#RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +#RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +#RUN | fv3_regional_c768 | standard | jet.intel | fv3 | +#RUN | fv3_gfdlmp_32bit | standard | | fv3 | +#RUN | fv3_cpt | standard | | fv3 | + +####################################################################################################################################################################################### +# CCPP REPRO tests # +####################################################################################################################################################################################### + +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_control | standard | | | +#RUN | fv3_ccpp_decomp | standard | | | +#RUN | fv3_ccpp_2threads | standard | | | +#RUN | fv3_ccpp_restart | standard | | | +#RUN | fv3_ccpp_read_inc | standard | | | +#RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | | +#RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | +#RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | +#RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | +#RUN | fv3_ccpp_stochy | standard | | fv3 | +#RUN | fv3_ccpp_iau | standard | | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | +#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | +#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | +#RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_cray | | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_dell_p3 | | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | hera.intel | | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | +####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | +####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | | +# +## Run one test using the NEMSAppBuilder, to ensure we don't break it: +#APPBUILD| CCPP_repro | standard | wcoss_cray | | +#APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | +#APPBUILD| CCPP_repro | standard | hera.intel | | +#APPBUILD| CCPP_repro | standard | gaea.intel | | +#APPBUILD| CCPP_repro | standard | jet.intel | | +#RUN | fv3_ccpp_appbuild | standard | | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | +# +#RUN | fv3_ccpp_control_32bit | standard | | | +#RUN | fv3_ccpp_stretched | standard | | | +#RUN | fv3_ccpp_stretched_nest | standard | | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | +# +#RUN | fv3_ccpp_regional_control | standard | | | +#RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control +#RUN | fv3_ccpp_regional_quilt | standard | | | +#RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | +#RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | +#RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | +#RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_gfdlmp | standard | | | +#RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | +#RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +#RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | +# +##RUN | fv3_ccpp_csawmgshoc | standard | | | +##RUN | fv3_ccpp_csawmg3shoc127 | standard | | | +#RUN | fv3_ccpp_csawmg | standard | | | +#RUN | fv3_ccpp_satmedmf | standard | | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | +#RUN | fv3_ccpp_cpt | standard | | | +#RUN | fv3_ccpp_gsd | standard | | fv3 | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | + +#RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | + + +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_control | standard | | fv3 | +#RUN | fv3_ccpp_decomp | standard | | | +#RUN | fv3_ccpp_2threads | standard | | | +#RUN | fv3_ccpp_restart | standard | | fv3 | +#RUN | fv3_ccpp_read_inc | standard | | fv3 | +#RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | fv3 | +#RUN | fv3_ccpp_wrtGauss_netcdf | standard | | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio | standard | | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | fv3 | +#RUN | fv3_ccpp_stochy | standard | | fv3 | +#RUN | fv3_ccpp_iau | standard | wcoss_cray | fv3 | +#RUN | fv3_ccpp_iau | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_ccpp_iau | standard | hera.intel | fv3 | +## temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it +##RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | +#RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | +#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | +# +## Run one test using the NEMSAppBuilder, to ensure we don't break it: +#APPBUILD| CCPP | standard | wcoss_cray | | +#APPBUILD| CCPP | standard | wcoss_dell_p3 | | +#APPBUILD| CCPP | standard | hera.intel | | +#APPBUILD| CCPP | standard | gaea.intel | | +#APPBUILD| CCPP | standard | jet.intel | | +#RUN | fv3_ccpp_appbuild | standard | | | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_control_32bit | standard | | fv3 | +#RUN | fv3_ccpp_stretched | standard | | fv3 | +#RUN | fv3_ccpp_stretched_nest | standard | | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_regional_control | standard | | fv3 | +#RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control +#RUN | fv3_ccpp_regional_quilt | standard | | fv3 | +#RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | +#RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_control_debug | standard | | fv3 | +#RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_gfdlmp | standard | | fv3 | +#RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | +#RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | +#RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | +# +##RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | +##RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | +#RUN | fv3_ccpp_csawmg | standard | | fv3 | +#RUN | fv3_ccpp_satmedmf | standard | | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_cpt | standard | | fv3 | +#RUN | fv3_ccpp_gsd | standard | | fv3 | +#RUN | fv3_ccpp_thompson | standard | | fv3 | +#RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | + +#RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | + + +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | +# +#RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | +# +#RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | +# +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | +# +#RUN | fv3_ccpp_gsd_debug | standard | | fv3 | +#RUN | fv3_ccpp_thompson_debug | standard | | fv3 | +#RUN | fv3_ccpp_thompson_no_aero_debug | standard | | fv3 | + +####################################################################################################################################################################################### +# CCPP REPRO tests # +####################################################################################################################################################################################### + +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | +# +#RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | + +####################################################################################################################################################################################### +# IPD REPRO tests (verify against CCPP REPRO tests) # +####################################################################################################################################################################################### + +#COMPILE | REPRO=Y | standard | hera.intel | | +# +#RUN | fv3_gfs_v15p2 | standard | hera.intel | | +#RUN | fv3_gfs_v16beta | standard | hera.intel | | diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf b/tests/tests/fv3_ccpp_HAFS_v0_hwrf new file mode 100644 index 0000000000..1133f3a64e --- /dev/null +++ b/tests/tests/fv3_ccpp_HAFS_v0_hwrf @@ -0,0 +1,112 @@ +############################################################################### +# +# FV3 CCPP HAFS v0 HWRF compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare HAFS 32bit CCPP HWRF suite results with previous trunk version" + +export CNTL_DIR=HAFS_v0_HWRF + +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_HAFS_v0_hwrf_run.IN +export CCPP_SUITE=HAFS_v0_hwrf +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_c96_HAFS_v0_hwrf.nml.IN + +export OZ_PHYS_OLD=.F. +export OZ_PHYS_NEW=.T. + +#F-A microphysics +export LRADAR=.T. + +#hurricane options for hybrid EDMF +export HURR_PBL=.T. +export MONINQFAC=-1.0 + +#HWRF options for RRTMG +export ICLOUD=3 +export IOVR_LW=4 +export IOVR_SW=4 + +#HWRF NOAH LSM +export LSM=4 + +#HWRF GFDL surface layer +export SFC_Z0_TYPE=4 + +#HWRF options for SAS +export HWRF_SAMFDEEP=.T. +export HWRF_SAMFSHAL=.T. + +export WRITE_DOPOST=.true. + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM new file mode 100644 index 0000000000..96b5a725f3 --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM @@ -0,0 +1,87 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 with HWRF NOAH results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v15p2_HWRF_LSM + +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_HWRF_LSM_run.IN +export CCPP_SUITE=FV3_GFS_v15p2_HWRF_LSM +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v15p2_c96_HWRF_LSM.nml.IN + +export LSM=4 + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL new file mode 100644 index 0000000000..bf7ed6099d --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL @@ -0,0 +1,88 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 with HWRF NOAH and GFDL sfc layer results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v15p2_HWRF_LSM_SL + +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_HWRF_LSM_run.IN +export CCPP_SUITE=FV3_GFS_v15p2_HWRF_LSM_SL +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN + +export LSM=4 +export SFC_Z0_TYPE=4 + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL new file mode 100644 index 0000000000..ee42b0a9aa --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL @@ -0,0 +1,87 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 using GFDL surface layer results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v15p2_HWRF_SL + +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_v15p2_HWRF_SL +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v15p2_c96_HWRF_SL.nml.IN + +export SFC_Z0_TYPE=4 + +RUN_SCRIPT=rt_fv3.sh From 95613c9f02ba4bb6268e6c61bff89adcc12ec8e9 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 11:06:37 -0600 Subject: [PATCH 077/271] change nwat to 4 in HWRF suite namelist --- parm/ccpp_c96_HAFS_v0_hwrf.nml.IN | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN index 16a24fd10d..5430081489 100644 --- a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN +++ b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN @@ -35,6 +35,10 @@ print_memory_usage = .false. / +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + &fv_core_nml layout = 3,8 io_layout = 1,1 @@ -66,7 +70,7 @@ p_fac = 0.1 k_split = 2 n_split = 6 - nwat = 6 + nwat = 4 na_init = 0 d_ext = 0. dnats = 1 @@ -289,10 +293,6 @@ FABSL = 99999 / -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - &nam_stochy ntrunc = 766 lon_s = 1536 From 0f03658b6847774eda36065e5512658e2cfe3334 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 12:33:48 -0600 Subject: [PATCH 078/271] turn do_sat_adj off for HWRF suite that uses FA MP --- parm/ccpp_c96_HAFS_v0_hwrf.nml.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN index 5430081489..b8c3997656 100644 --- a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN +++ b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN @@ -97,7 +97,7 @@ hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. - do_sat_adj = .true. + do_sat_adj = .false. consv_am = .false. fill = .true. dwind_2d = .false. From ba5d6ceeb5bce32a8490e2669eb938664b9a471b Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 13:14:41 -0600 Subject: [PATCH 079/271] set fhcyc to zero when using WRFv4 Noah LSM --- parm/ccpp_c96_HAFS_v0_hwrf.nml.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN index b8c3997656..701302e491 100644 --- a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN +++ b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN @@ -121,7 +121,7 @@ &gfs_physics_nml fhzero = 3. ldiag3d = .false. - fhcyc = 24. + fhcyc = 0 nst_anl = .true. use_ufo = .true. pre_rad = .false. From ef5fafcb7d146ffc2fda4a2ea7d9e6d0ef2d960e Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 15:37:21 -0600 Subject: [PATCH 080/271] add DATAMPNEW_DATA* to fix files copied in ccpp_HAFS_v0_hwrf_run.IN --- tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN index 08fb24bc51..9cb0e2ad90 100644 --- a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN +++ b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN @@ -30,6 +30,9 @@ fi # Copy field table for Ferrier-Aligo MP cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table +cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . + + 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 From 8be42ad63c07c3adc4044b5610e1cf8a2ea5cb1c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 14 May 2020 16:39:34 -0600 Subject: [PATCH 081/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- README_HWRF_PHYSICS.txt | 11 +++++++++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..fa9025eb8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = update_dtc_hwrf_physics_from_hafs_community_and_fix_FA_table_initialization [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 5d483d712a..8be9fec250 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5d483d712a5c93040bb694193cb8de4e83256968 +Subproject commit 8be9fec2504a5544c2480d062ac094699e55e234 diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index 1b55eda726..cddaee4958 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -19,8 +19,9 @@ PRs pulled into the dtc/hwrf-physics branches The following PRs were pulled into these branches on the given dates and with the given hashes (further down is later). Additional commits were made by @climbfuji as required for changing the target branch -(from dtc/develop to dtc/hwrf-physics), bug fixes, cleanup, and as -a result of the code review processes. +(from dtc/develop to dtc/hwrf-physics), pulling in updates from +upstream (i.e. the hafs-community repositories), bug fixes, cleanup, +and as a result of the code review processes. ccpp-physics ------------ @@ -49,6 +50,9 @@ ccpp-physics 04/16/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/405 -> https://github.com/NCAR/ccpp-physics/pull/435 (entire PR) +05/14/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453 + (entire PR) + fv3atm ------ @@ -68,6 +72,9 @@ fv3atm 04/16/2020 FA MP updates https://github.com/NCAR/fv3atm/pull/28 -> https://github.com/NCAR/fv3atm/pull/43 (entire PR) +05/14/2020 SDFs for HWRF physics test https://github.com/NCAR/fv3atm/pull/44 -> https://github.com/NCAR/fv3atm/pull/50 + (entire PR) + ufs-weather-model ----------------- From 1ade57b8d17dee16be120489ad0a0ad6fd2e4c1a Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 16:44:39 -0600 Subject: [PATCH 082/271] change a few namelist settings in HAFS_v0_hwrf test --- parm/ccpp_c96_HAFS_v0_hwrf.nml.IN | 6 +++--- tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN | 5 +++-- tests/tests/fv3_ccpp_HAFS_v0_hwrf | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN index 701302e491..4712ff8f38 100644 --- a/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN +++ b/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN @@ -161,10 +161,10 @@ lheatstrg = @[LHEATSTRG] random_clds = .false. trans_trac = .true. - cnvcld = .false. + cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - cdmbgwd = 3.5, 0.01 ! NCEP default + cdmbgwd = 3.5, 0.25 ! NCEP default prslrd0 = 0. ivegsrc = 1 isot = 1 @@ -186,7 +186,7 @@ oz_phys = .F. oz_phys_2015 = .T. h2o_phys = .true. - nstf_name = 2,0,0,0,0 + nstf_name = 2,1,0,0,0 cplflx = .F. iau_delthrs = 6 iaufhrs = 30 diff --git a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN index 9cb0e2ad90..2f73c2274f 100644 --- a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN +++ b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN @@ -6,6 +6,7 @@ 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 . @@ -14,8 +15,8 @@ cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./globa 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/field_table_gfdlmp field_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 /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf b/tests/tests/fv3_ccpp_HAFS_v0_hwrf index 1133f3a64e..3429a31418 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf +++ b/tests/tests/fv3_ccpp_HAFS_v0_hwrf @@ -75,7 +75,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -DT_ATMOS="1200" +DT_ATMOS="600" export FV3_RUN=ccpp_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf From 1f3ceb63beedb1bf9592d2676d035fa2788100de Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 18:48:08 -0600 Subject: [PATCH 083/271] remove write_do_post from hwrf global test --- tests/tests/fv3_ccpp_HAFS_v0_hwrf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf b/tests/tests/fv3_ccpp_HAFS_v0_hwrf index 3429a31418..a090321ec8 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf +++ b/tests/tests/fv3_ccpp_HAFS_v0_hwrf @@ -107,6 +107,4 @@ export SFC_Z0_TYPE=4 export HWRF_SAMFDEEP=.T. export HWRF_SAMFSHAL=.T. -export WRITE_DOPOST=.true. - RUN_SCRIPT=rt_fv3.sh From ce08dcca81d3c2f2b1d77e1251cc999888753ebb Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 May 2020 20:08:18 -0600 Subject: [PATCH 084/271] add new tests to rt.conf --- tests/rt.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 113f59ae97..19642f7c72 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -253,11 +253,15 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # @@ -377,11 +381,15 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # From 359b54a420b7d7dd06f880f651872463f0e2b1e2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 15 May 2020 14:54:58 -0600 Subject: [PATCH 085/271] Update README_HWRF_PHYSICS.txt --- FV3 | 2 +- README_HWRF_PHYSICS.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8be9fec250..418412f4be 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8be9fec2504a5544c2480d062ac094699e55e234 +Subproject commit 418412f4beeeacee27539c76f1e47019bbad42fd diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index 875238e04e..ab995a18e8 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -50,6 +50,9 @@ ccpp-physics 04/16/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/405 -> https://github.com/NCAR/ccpp-physics/pull/435 (entire PR) +05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ccpp-physics/pull/447 + (entire PR) + 05/14/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453 (entire PR) @@ -72,6 +75,9 @@ fv3atm 04/16/2020 FA MP updates https://github.com/NCAR/fv3atm/pull/28 -> https://github.com/NCAR/fv3atm/pull/43 (entire PR) +05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/fv3atm/pull/47 + (entire PR) + 05/14/2020 SDFs for HWRF physics test https://github.com/NCAR/fv3atm/pull/44 -> https://github.com/NCAR/fv3atm/pull/50 (entire PR) @@ -96,3 +102,6 @@ ufs-weather-model 04/16/2020 FA MP updates https://github.com/NCAR/ufs-weather-model/pull/41 (replaced https://github.com/NCAR/ufs-weather-model/pull/25) (entire PR) + +05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ufs-weather-model/pull/45 + (entire PR) From 9684a31c64be7a3720768b7c9c4399875bd14f5c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 15 May 2020 16:56:31 -0600 Subject: [PATCH 086/271] Add missing job dependency in tests/rt_intel.conf --- tests/rt_intel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf index 46c7e48ef4..2f31b7d617 100644 --- a/tests/rt_intel.conf +++ b/tests/rt_intel.conf @@ -31,7 +31,7 @@ RUN | fv3_ccpp_stretched_nest COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | fv3_ccpp_regional_control RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | fv3 | # fv3_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors From 5ddab542ef179791cd516d5f578d0ec891266c3d Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 May 2020 07:15:30 -0600 Subject: [PATCH 087/271] tests/rt_gnu.conf: turn off IPD PROD, IPD REPRO and CCPP REPRO tests --- tests/rt_gnu.conf | 77 ++++++----------------------------------------- 1 file changed, 10 insertions(+), 67 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index d625cc4f27..fe5c2a4a74 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -1,37 +1,12 @@ -####################################################################################################################################################################################### -####################################################################################################################################################################################### -####################################################################################################################################################################################### -# OLD TESTS # -####################################################################################################################################################################################### -####################################################################################################################################################################################### -####################################################################################################################################################################################### - -####################################################################################################################################################################################### -# IPD PROD tests # -####################################################################################################################################################################################### - -COMPILE | | standard | | fv3 | -RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | - -COMPILE | 32BIT=Y DEBUG=Y | standard | | fv3 | -RUN | fv3_control_debug | standard | | fv3 | - -####################################################################################################################################################################################### -# IPD REPRO tests # -####################################################################################################################################################################################### - -COMPILE | REPRO=Y | standard | | fv3 | -RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | - ####################################################################################################################################################################################### # CCPP REPRO tests # ####################################################################################################################################################################################### -COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | +COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_2017_gfdlmp | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | fv3 | # Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | # #RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | @@ -41,33 +16,20 @@ RUN | fv3_ccpp_gfdlmp # CCPP PROD tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | fv3 | -COMPILE | CCPP=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | | fv3 | -RUN | fv3_ccpp_control_debug | standard | | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_control_debug | standard | cheyenne.gnu | fv3 | - -####################################################################################################################################################################################### -####################################################################################################################################################################################### -####################################################################################################################################################################################### -# NEW TESTS # -####################################################################################################################################################################################### -####################################################################################################################################################################################### -####################################################################################################################################################################################### - -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP | standard | | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_rrtmgp | standard | cheyenne.gnu | fv3 | # Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | # #RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | @@ -77,34 +39,15 @@ RUN | fv3_ccpp_rrtmgp # CCPP DEBUG tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_rrtmgp_debug | standard | cheyenne.gnu | fv3 | # FIX ME - THESE ARE ALL CRASHING ON CHEYENNE WITH GNU 9.1.0 -#COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | | fv3 | +#COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | # #RUN | fv3_ccpp_gsd_debug | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_thompson_debug | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_thompson_no_aero_debug | standard | cheyenne.gnu | fv3 | - -####################################################################################################################################################################################### -# CCPP REPRO tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP REPRO=Y | standard | | fv3 | - -RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_rrtmgp | standard | cheyenne.gnu | fv3 | - -####################################################################################################################################################################################### -# IPD REPRO tests (verify against CCPP REPRO tests) # -####################################################################################################################################################################################### - -COMPILE | REPRO=Y | standard | | | - -RUN | fv3_gfs_v15p2 | standard | cheyenne.gnu | | -RUN | fv3_gfs_v16beta | standard | cheyenne.gnu | | From 5e077259186bc3aa420be3abb31fe6cab0c0fb6c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 20 May 2020 16:34:29 -0600 Subject: [PATCH 088/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index fa9025eb8f..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = update_dtc_hwrf_physics_from_hafs_community_and_fix_FA_table_initialization + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 418412f4be..db7ac624ea 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 418412f4beeeacee27539c76f1e47019bbad42fd +Subproject commit db7ac624eab55a358f66dd4dd66c6a9760e53cfe From 37dd70cf932ec877ae95a2921fa9841a2ea14e31 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 20 May 2020 16:37:36 -0600 Subject: [PATCH 089/271] Update README_HWRF_PHYSICS.txt --- README_HWRF_PHYSICS.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index ab995a18e8..6e35fc3865 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -53,7 +53,10 @@ ccpp-physics 05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ccpp-physics/pull/447 (entire PR) -05/14/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453 +05/20/2020 fix FA table initialization https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453 + (entire PR) + +05/20/2020 update from HAFS community https://github.com/NCAR/ccpp-physics/pull/453 (entire PR) fv3atm @@ -81,6 +84,9 @@ fv3atm 05/14/2020 SDFs for HWRF physics test https://github.com/NCAR/fv3atm/pull/44 -> https://github.com/NCAR/fv3atm/pull/50 (entire PR) +05/20/2020 update from HAFS community https://github.com/NCAR/fv3atm/pull/50 + (entire PR) + ufs-weather-model ----------------- @@ -105,3 +111,6 @@ ufs-weather-model 05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ufs-weather-model/pull/45 (entire PR) + +05/20/2020 update from HAFS community https://github.com/NCAR/ufs-weather-model/pull/48 + (entire PR) From e6de09e89ff356d8784d9e8743b8323276f04386 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 28 May 2020 16:10:35 -0600 Subject: [PATCH 090/271] change fv3atm to point to grantfirl fork and hwrf_sfc_PR branch --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1ca6efa77..9fae70926d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + url = https://github.com/grantfirl/fv3atm + branch = hwrf_sfc_PR + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS From f4f4faa1e012d3ac3f0cd5e85a168edd25c16bc7 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 28 May 2020 16:29:37 -0600 Subject: [PATCH 091/271] update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index db7ac624ea..89566cb9d6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit db7ac624eab55a358f66dd4dd66c6a9760e53cfe +Subproject commit 89566cb9d6211dc7eb2d7695adc166b61ddf1d01 From e070b94e9b9b757c4ddb18e6d0e0d8584f50f659 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 28 May 2020 20:41:03 -0600 Subject: [PATCH 092/271] Update of regression tests for new LSM and SFCLAY physics --- tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN | 15 +- tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN | 12 +- tests/rt.conf | 4 +- tests/rt.sh | 4 +- tests/rt_HWRF_LSM_SL.conf | 440 -------------------- tests/rt_gnu.conf | 18 +- tests/rt_intel.conf | 40 +- 7 files changed, 53 insertions(+), 480 deletions(-) delete mode 100644 tests/rt_HWRF_LSM_SL.conf diff --git a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN index 2f73c2274f..a6880cc739 100644 --- a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN +++ b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN @@ -15,12 +15,10 @@ cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./globa 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/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . -cp /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . -cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . -cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/GENPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . # Copy diag table for HWRF RRTMG or GFS RRTMG if [ $IOVR_LW = 4 ] && [ $IOVR_SW = 4 ]; then @@ -33,11 +31,4 @@ cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . - 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_HWRF_LSM_run.IN b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN index b2e774a372..252a1098b0 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN @@ -17,14 +17,8 @@ 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 /scratch1/BMC/gmtb/Grant.Firl/GENPARM.TBL . -cp /scratch1/BMC/gmtb/Grant.Firl/SOILPARM.TBL . -cp /scratch1/BMC/gmtb/Grant.Firl/VEGPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/GENPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . +cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . 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/rt.conf b/tests/rt.conf index f71559f290..cf6c4b08d7 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -267,7 +267,7 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_cpt | standard | | | RUN | fv3_ccpp_gsd | standard | | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | @@ -397,7 +397,7 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index a047483d35..0b8ff3af79 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -386,9 +386,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200514/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200528/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200514} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200528} fi shift $((OPTIND-1)) diff --git a/tests/rt_HWRF_LSM_SL.conf b/tests/rt_HWRF_LSM_SL.conf deleted file mode 100644 index 8e784e0afb..0000000000 --- a/tests/rt_HWRF_LSM_SL.conf +++ /dev/null @@ -1,440 +0,0 @@ -####################################################################################################################################################################################### -# IPD PROD tests # -####################################################################################################################################################################################### -# -#COMPILE | | standard | wcoss_cray | fv3 | -#COMPILE | | standard | wcoss_dell_p3 | fv3 | -#COMPILE | | standard | hera.intel | fv3 | -#COMPILE | | standard | gaea.intel | fv3 | -#COMPILE | | standard | jet.intel | fv3 | -# -## Run most tests using the compile.sh version of fv3: -#RUN | fv3_control | standard | | fv3 | -#RUN | fv3_decomp | standard | | | -#RUN | fv3_2threads | standard | | | -#RUN | fv3_restart | standard | | fv3 | -#RUN | fv3_read_inc | standard | | fv3 | -#RUN | fv3_gfdlmp | standard | | fv3 | -#RUN | fv3_gfdlmprad_gwd | standard | | fv3 | -#RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -#RUN | fv3_wsm6 | standard | | fv3 | -#RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | -#RUN | fv3_wrtGauss_netcdf | standard | | fv3 | -#RUN | fv3_wrtGauss_nemsio | standard | | fv3 | -#RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -#RUN | fv3_stochy | standard | | fv3 | -#RUN | fv3_iau | standard | | fv3 | -#RUN | fv3_csawmgshoc | standard | | fv3 | -#RUN | fv3_csawmg | standard | | fv3 | -#RUN | fv3_rasmgshoc | standard | | fv3 | -#RUN | fv3_csawmg3shoc127 | standard | | fv3 | -#RUN | fv3_satmedmf | standard | | fv3 | -#RUN | fv3_lheatstrg | standard | | fv3 | -# -#COMPILE | WW3=Y | standard | wcoss_cray | fv3 | -#COMPILE | WW3=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | WW3=Y | standard | hera.intel | fv3 | -#RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | hera.intel | fv3 | -#RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | -####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | -# -## Run one test using the NEMSAppBuilder, to ensure we don't break it: -#APPBUILD| standaloneFV3 | standard | wcoss_cray | | -#APPBUILD| standaloneFV3 | standard | wcoss_dell_p3 | | -#APPBUILD| standaloneFV3 | standard | hera.intel | | -#APPBUILD| standaloneFV3 | standard | gaea.intel | | -#APPBUILD| standaloneFV3 | standard | jet.intel | | -#RUN | fv3_appbuild | standard | | | -# -#COMPILE | 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | 32BIT=Y | standard | jet.intel | fv3 | -#RUN | fv3_control_32bit | standard | | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -#RUN | fv3_stretched | standard | | fv3 | -#RUN | fv3_stretched_nest | standard | | fv3 | -#RUN | fv3_stretched_nest_quilt | standard | wcoss_cray | fv3 | -#RUN | fv3_stretched_nest_quilt | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | -# -#RUN | fv3_regional_control | standard | | fv3 | -#RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control -#RUN | fv3_regional_quilt | standard | | fv3 | -#RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -#RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | -#RUN | fv3_regional_c768 | standard | jet.intel | fv3 | -# -#COMPILE | 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -#RUN | fv3_control_debug | standard | hera.intel | fv3 | -#RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | -# -######################################################################################################################################################################################## -## IPD REPRO tests # -######################################################################################################################################################################################## -# -#COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y | standard | hera.intel | fv3 | -#COMPILE | REPRO=Y | standard | gaea.intel | fv3 | -#COMPILE | REPRO=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_control | standard | | fv3 | -#RUN | fv3_decomp | standard | | | -#RUN | fv3_2threads | standard | | | -#RUN | fv3_restart | standard | | fv3 | -#RUN | fv3_read_inc | standard | | fv3 | -#RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | -#RUN | fv3_wrtGauss_netcdf | standard | | fv3 | -#RUN | fv3_wrtGauss_nemsio | standard | | fv3 | -#RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -#RUN | fv3_stochy | standard | | | -#RUN | fv3_iau | standard | | fv3 | -#RUN | fv3_gfdlmp | standard | | fv3 | -#RUN | fv3_gfdlmprad_gwd | standard | | fv3 | -#RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -#RUN | fv3_csawmgshoc | standard | | fv3 | -#RUN | fv3_csawmg3shoc127 | standard | | fv3 | -#RUN | fv3_csawmg | standard | | fv3 | -#RUN | fv3_satmedmf | standard | | fv3 | -# -#COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | -#RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad_atmwav | standard | hera.intel | fv3 | -#RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | -####RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | -# -## Run one test using the NEMSAppBuilder, to ensure we don't break it: -#APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | -#APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | -#APPBUILD| standaloneFV3_repro | standard | hera.intel | | -#APPBUILD| standaloneFV3_repro | standard | gaea.intel | | -#APPBUILD| standaloneFV3_repro | standard | jet.intel | | -#RUN | fv3_appbuild | standard | | | -# -#COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_control_32bit | standard | | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -#RUN | fv3_stretched | standard | | fv3 | -#RUN | fv3_stretched_nest | standard | | fv3 | -#RUN | fv3_regional_control | standard | | fv3 | -#RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control -#RUN | fv3_regional_quilt | standard | | fv3 | -#RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -#RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | -#RUN | fv3_regional_c768 | standard | jet.intel | fv3 | -#RUN | fv3_gfdlmp_32bit | standard | | fv3 | -#RUN | fv3_cpt | standard | | fv3 | - -####################################################################################################################################################################################### -# CCPP REPRO tests # -####################################################################################################################################################################################### - -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_control | standard | | | -#RUN | fv3_ccpp_decomp | standard | | | -#RUN | fv3_ccpp_2threads | standard | | | -#RUN | fv3_ccpp_restart | standard | | | -#RUN | fv3_ccpp_read_inc | standard | | | -#RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | | -#RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | -#RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | -#RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | -#RUN | fv3_ccpp_stochy | standard | | fv3 | -#RUN | fv3_ccpp_iau | standard | | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | -#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | -#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | -#RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_cray | | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_dell_p3 | | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | hera.intel | | -#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | -####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | -####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | | -# -## Run one test using the NEMSAppBuilder, to ensure we don't break it: -#APPBUILD| CCPP_repro | standard | wcoss_cray | | -#APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | -#APPBUILD| CCPP_repro | standard | hera.intel | | -#APPBUILD| CCPP_repro | standard | gaea.intel | | -#APPBUILD| CCPP_repro | standard | jet.intel | | -#RUN | fv3_ccpp_appbuild | standard | | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | -# -#RUN | fv3_ccpp_control_32bit | standard | | | -#RUN | fv3_ccpp_stretched | standard | | | -#RUN | fv3_ccpp_stretched_nest | standard | | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | -# -#RUN | fv3_ccpp_regional_control | standard | | | -#RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control -#RUN | fv3_ccpp_regional_quilt | standard | | | -#RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | -#RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | -#RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | -#RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_gfdlmp | standard | | | -#RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | -#RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | -#RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | -# -##RUN | fv3_ccpp_csawmgshoc | standard | | | -##RUN | fv3_ccpp_csawmg3shoc127 | standard | | | -#RUN | fv3_ccpp_csawmg | standard | | | -#RUN | fv3_ccpp_satmedmf | standard | | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_gfdlmp_32bit | standard | | | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | -#RUN | fv3_ccpp_cpt | standard | | | -#RUN | fv3_ccpp_gsd | standard | | fv3 | - -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | - -#RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | - - -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_control | standard | | fv3 | -#RUN | fv3_ccpp_decomp | standard | | | -#RUN | fv3_ccpp_2threads | standard | | | -#RUN | fv3_ccpp_restart | standard | | fv3 | -#RUN | fv3_ccpp_read_inc | standard | | fv3 | -#RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | fv3 | -#RUN | fv3_ccpp_wrtGauss_netcdf | standard | | fv3 | -#RUN | fv3_ccpp_wrtGauss_nemsio | standard | | fv3 | -#RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | fv3 | -#RUN | fv3_ccpp_stochy | standard | | fv3 | -#RUN | fv3_ccpp_iau | standard | wcoss_cray | fv3 | -#RUN | fv3_ccpp_iau | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_iau | standard | hera.intel | fv3 | -## temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it -##RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | -#RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | -#RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_gfdlmprad_atmwav | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | -####RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | -# -## Run one test using the NEMSAppBuilder, to ensure we don't break it: -#APPBUILD| CCPP | standard | wcoss_cray | | -#APPBUILD| CCPP | standard | wcoss_dell_p3 | | -#APPBUILD| CCPP | standard | hera.intel | | -#APPBUILD| CCPP | standard | gaea.intel | | -#APPBUILD| CCPP | standard | jet.intel | | -#RUN | fv3_ccpp_appbuild | standard | | | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_control_32bit | standard | | fv3 | -#RUN | fv3_ccpp_stretched | standard | | fv3 | -#RUN | fv3_ccpp_stretched_nest | standard | | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_regional_control | standard | | fv3 | -#RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control -#RUN | fv3_ccpp_regional_quilt | standard | | fv3 | -#RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | -#RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_control_debug | standard | | fv3 | -#RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_gfdlmp | standard | | fv3 | -#RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | -#RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | -#RUN | fv3_ccpp_gfdlmp_hwrfsas | standard | | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | -# -##RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | -##RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | -#RUN | fv3_ccpp_csawmg | standard | | fv3 | -#RUN | fv3_ccpp_satmedmf | standard | | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_cpt | standard | | fv3 | -#RUN | fv3_ccpp_gsd | standard | | fv3 | -#RUN | fv3_ccpp_thompson | standard | | fv3 | -#RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | - -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | - -#RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | - - -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | -# -#RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | - -####################################################################################################################################################################################### -# CCPP DEBUG tests # -####################################################################################################################################################################################### - -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | -# -#RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | -# -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | -# -#RUN | fv3_ccpp_gsd_debug | standard | | fv3 | -#RUN | fv3_ccpp_thompson_debug | standard | | fv3 | -#RUN | fv3_ccpp_thompson_no_aero_debug | standard | | fv3 | - -####################################################################################################################################################################################### -# CCPP REPRO tests # -####################################################################################################################################################################################### - -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | -# -#RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | -#RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | - -####################################################################################################################################################################################### -# IPD REPRO tests (verify against CCPP REPRO tests) # -####################################################################################################################################################################################### - -#COMPILE | REPRO=Y | standard | hera.intel | | -# -#RUN | fv3_gfs_v15p2 | standard | hera.intel | | -#RUN | fv3_gfs_v16beta | standard | hera.intel | | diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index fe5c2a4a74..52c4b2cef8 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -6,12 +6,19 @@ COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_2017_gfdlmp RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | fv3 | # Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +#COMPILE | REPRO=Y CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | # #RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.gnu | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.gnu | fv3 | + ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### @@ -29,12 +36,19 @@ RUN | fv3_ccpp_gfs_v16beta RUN | fv3_ccpp_rrtmgp | standard | cheyenne.gnu | fv3 | # Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +#COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | # #RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.gnu | fv3 | #RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.gnu | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.gnu | fv3 | + ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf index 2f31b7d617..667fe94f24 100644 --- a/tests/rt_intel.conf +++ b/tests/rt_intel.conf @@ -2,7 +2,7 @@ # CCPP PROD tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_control | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_decomp | standard | cheyenne.intel | | RUN | fv3_ccpp_2threads | standard | cheyenne.intel | | @@ -16,7 +16,7 @@ RUN | fv3_ccpp_stochy RUN | fv3_ccpp_iau | standard | cheyenne.intel | fv3 | # WW3 not yet working on Cheyenne -#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | +#COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | #RUN | fv3_ccpp_gfdlmprad | standard | cheyenne.intel | fv3 | #RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | @@ -24,12 +24,12 @@ RUN | fv3_ccpp_iau APPBUILD| CCPP | standard | cheyenne.intel | | RUN | fv3_ccpp_appbuild | standard | cheyenne.intel | | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_control_32bit | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_stretched | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | fv3_ccpp_regional_control RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | fv3 | @@ -37,44 +37,51 @@ RUN | fv3_ccpp_regional_quilt # for surface pressure, out of range warnings and all other sorts of errors #RUN | fv3_ccpp_regional_c768 | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_control_debug | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_stretched_nest_debug | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmp | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | #RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | fv3 | #RUN | fv3_ccpp_csawmg3shoc127 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | fv3 | # inline post not yet working on Cheyenne #RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | + ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gsd_debug | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_thompson_debug | standard | cheyenne.intel | fv3 | @@ -84,13 +91,20 @@ RUN | fv3_ccpp_thompson_no_aero_debug # CCPP REPRO tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | + +COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | From 4bb262cca8dd283875c61452370a1d809e10ba5f Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Fri, 29 May 2020 10:05:56 -0600 Subject: [PATCH 093/271] update submodule pointer for FV3 after merge and revert changes to .gitmodules --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9fae70926d..e1ca6efa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/grantfirl/fv3atm - branch = hwrf_sfc_PR - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 89566cb9d6..a261378c57 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 89566cb9d6211dc7eb2d7695adc166b61ddf1d01 +Subproject commit a261378c5738540ca35bdd706d4823fb82c1128e From a75649dc1577cc940dbc9eefa7c80f53710a0146 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Sat, 30 May 2020 17:53:18 +0000 Subject: [PATCH 094/271] Update the FV3 submodule after adding a new ccpp suite of suite_HAFS_v0_gfdlmp_nocpugwd.xml. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 4afd8a490f..d589a5dbc1 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 4afd8a490ffc81c4530f1f9cb66b6726c1c1581c +Subproject commit d589a5dbc1de836dc5fdd16e545c8f6143100906 From 2bc83e6ff1bdd3b5adf343ca23f3b1b39e286614 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 2 Jun 2020 18:48:33 +0000 Subject: [PATCH 095/271] Update modulefiles/jet.intel/fv3 for Jet disk location changes. --- modulefiles/jet.intel/fv3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 3812350635..89b9b33e39 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -19,8 +19,9 @@ module load intel/18.0.5.274 module load impi/2018.4.274 module load hdf5/1.10.4 module load netcdf/4.6.1 +module load cmake/3.16.1 -module use -a /lfs3/projects/hfv3gfs/GMTB/modulefiles/intel-18.0.5.274 +module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274 ## ### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) @@ -35,7 +36,6 @@ module load esmf/8.0.0 ## ## load cmake ## -module load cmake/3.16.1 setenv CMAKE_C_COMPILER mpiicc setenv CMAKE_CXX_COMPILER mpiicpc setenv CMAKE_Fortran_COMPILER mpiifort From 0a2967a403383bd57c6f3e70119d5cb2b080da83 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 10 Jun 2020 17:33:48 +0000 Subject: [PATCH 096/271] Update the submodule of NEMS. --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index 750ee645a0..5992a16aa0 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 750ee645a03c61383a8827069c188f8bce25061c +Subproject commit 5992a16aa0086ee079b62b1f4a19a1a9e1245ba6 From bf937f22e132d6a0cd2494a9a648bd18532635d8 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Thu, 11 Jun 2020 05:15:42 +0000 Subject: [PATCH 097/271] Update HYCOM and FV3 submodules with merge data for unmapped points feature. Update ESMF library to version 8.1.0bs19. --- FV3 | 2 +- HYCOM | 2 +- modulefiles/hera.intel/fv3 | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/FV3 b/FV3 index 79a6e9955a..f9c3eaa373 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 79a6e9955ab3bdb3c95e9985c20028cddbca79b1 +Subproject commit f9c3eaa373d779aefd6baeaf19fd9ac74a834290 diff --git a/HYCOM b/HYCOM index 01bf2a3d72..2e1c405987 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit 01bf2a3d7279ee7514f548386fe5b341ad6ee74c +Subproject commit 2e1c405987a531f75275b460a9ce729454f06e07 diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index cb5f6b0ee7..c8aaaa4728 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -50,7 +50,8 @@ module load post/8.0.6 module use -a /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles module load hdf5_parallel/1.10.6 module load netcdf_parallel/4.7.4 -module load esmf/8.0.0_ParallelNetCDF +module use -a /scratch1/NCEPDEV/hwrf/save/modulefiles +module load esmf/8.1.0bs19_ParallelNetCDF.hafs_couplehycom ## ## load cmake From 0d37744594fd38ce9fc3962bbbe04524f46d9995 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 11 Jun 2020 18:42:09 +0000 Subject: [PATCH 098/271] Update the submodules of FV3 and NEMS after being synced with the corresponding support/HAFS branches. --- FV3 | 2 +- NEMS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index f9c3eaa373..f96d5fc4cf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f9c3eaa373d779aefd6baeaf19fd9ac74a834290 +Subproject commit f96d5fc4cf704f17f058d105300b51076ab4abcf diff --git a/NEMS b/NEMS index 5992a16aa0..8f64271836 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 5992a16aa0086ee079b62b1f4a19a1a9e1245ba6 +Subproject commit 8f6427183622ac5b441f1f56f3135a6b5b905dc5 From 7aeed8db3f0bc2629d960600a61568a85b0c7ebc Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 3 Jun 2020 14:28:14 -0600 Subject: [PATCH 099/271] Change the way the sutils module is loaded on hera.{gnu,intel} and jet.intel --- modulefiles/hera.gnu/fv3 | 3 ++- modulefiles/hera.intel/fv3 | 3 ++- modulefiles/jet.intel/fv3 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modulefiles/hera.gnu/fv3 b/modulefiles/hera.gnu/fv3 index ec7a2d5aae..b2a264cd78 100644 --- a/modulefiles/hera.gnu/fv3 +++ b/modulefiles/hera.gnu/fv3 @@ -15,7 +15,8 @@ setenv NCEPLIBS /scratch2/NCEPDEV/nwprod/NCEPLIBS ## load contrib environment ## load slurm utils (arbitrary.pl layout.pl) ## -module load contrib sutils +module use -a /contrib/sutils/modulefiles +module load sutils ## ## load programming environment diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index cb5f6b0ee7..8679607dbb 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -15,7 +15,8 @@ setenv NCEPLIBS /scratch2/NCEPDEV/nwprod/NCEPLIBS ## load contrib environment ## load slurm utils (arbitrary.pl layout.pl) ## -module load contrib sutils +module use -a /contrib/sutils/modulefiles +module load sutils ## ## load programming environment diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 3812350635..f2426447e5 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -13,7 +13,8 @@ module purge ## load contrib environment ## load slurm utils (arbitrary.pl layout.pl) ## -module load contrib sutils +module use -a /contrib/sutils/modulefiles +module load sutils module load intel/18.0.5.274 module load impi/2018.4.274 From 85a2d9e8f6e886912ad3c2308892aa100a62474d Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 18 Jun 2020 08:53:15 -0600 Subject: [PATCH 100/271] Update .gitmodules and submodule pointer for fv3atm --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 230fb5a935..e7374c572b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/NCAR/fv3atm + #branch = dtc/hwrf-physics + url = https://github.com/climbfuji/fv3atm + branch = update_dtc-hwrf-physics_from_hafs_support_20200618 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index c24b277344..be66b10d31 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c24b277344e7202813f73d8690c1d59a33047c4c +Subproject commit be66b10d310fe17ff73f61bf96c08be12e2a1c4a From e9b700cd212539c080b8d41fe5c84ab433126b64 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 18 Jun 2020 16:13:23 -0600 Subject: [PATCH 101/271] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index be66b10d31..7b95cd5a1e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit be66b10d310fe17ff73f61bf96c08be12e2a1c4a +Subproject commit 7b95cd5a1ee023621c748516a22d6ba4675bdcab From 38b164063e6f1ce0043cc16741b32e15bb05a5ee Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 18 Jun 2020 16:17:00 -0600 Subject: [PATCH 102/271] Update README_HWRF_PHYSICS.txt --- README_HWRF_PHYSICS.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt index 6e35fc3865..11da5d5844 100644 --- a/README_HWRF_PHYSICS.txt +++ b/README_HWRF_PHYSICS.txt @@ -59,6 +59,9 @@ ccpp-physics 05/20/2020 update from HAFS community https://github.com/NCAR/ccpp-physics/pull/453 (entire PR) +06/18/2020 update from HAFS community https://github.com/NCAR/ccpp-physics/pull/463 + (entire PR) + fv3atm ------ @@ -87,6 +90,12 @@ fv3atm 05/20/2020 update from HAFS community https://github.com/NCAR/fv3atm/pull/50 (entire PR) +06/18/2020 modify HAFS_v0_hwrf_nogwdps SDF https://github.com/NCAR/fv3atm/pull/55 + (entire PR) + +06/18/2020 update from HAFS community https://github.com/NCAR/fv3atm/pull/54 + (entire PR) + ufs-weather-model ----------------- @@ -114,3 +123,6 @@ ufs-weather-model 05/20/2020 update from HAFS community https://github.com/NCAR/ufs-weather-model/pull/48 (entire PR) + +06/18/2020 update from HAFS community https://github.com/NCAR/ufs-weather-model/pull/56 + (entire PR) From bbafea84bc8d66dcd955f161731693b22ddf34ae Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 19 Jun 2020 08:27:51 -0600 Subject: [PATCH 103/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e7374c572b..230fb5a935 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/hwrf-physics - url = https://github.com/climbfuji/fv3atm - branch = update_dtc-hwrf-physics_from_hafs_support_20200618 + url = https://github.com/NCAR/fv3atm + branch = dtc/hwrf-physics [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 7b95cd5a1e..f3d196d9d0 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7b95cd5a1ee023621c748516a22d6ba4675bdcab +Subproject commit f3d196d9d0b39c25c73e6c6ba96091678a787b9f From 7193a9cef1cacb1920598149ecf2a50a2e0e0050 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 19 Jun 2020 08:49:50 -0600 Subject: [PATCH 104/271] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- CODEOWNERS | 14 -------------- FV3 | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 CODEOWNERS diff --git a/.gitmodules b/.gitmodules index 230fb5a935..da8785b1f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/hwrf-physics + #url = https://github.com/hafs-community/fv3atm + #branch = support/HAFS + url = https://github.com/climbfuji/fv3atm + branch = update_hafs_from_dtc_hwrf_physics_20200619 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index a419f106aa..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,14 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# These owners will be the default owners for everything in the repo. -#* @defunkt -* @climbfuji @llpcarson @grantfirl @mzhangw - -# Order is important. The last matching pattern has the most precedence. -# So if a pull request only touches javascript files, only these owners -# will be requested to review. -#*.js @octocat @github/js - -# You can also use email addresses if you prefer. -#docs/* docs@example.com diff --git a/FV3 b/FV3 index f3d196d9d0..6c42a05d63 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f3d196d9d0b39c25c73e6c6ba96091678a787b9f +Subproject commit 6c42a05d633f8d099c3864b23b7bcb08fd9926b9 From ee4a1af45afc3fdb270b1d80138bb4e226dd6d1f Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 19 Jun 2020 09:02:26 -0600 Subject: [PATCH 105/271] Cleanup regression test configuration after merge of dtc/hwrf-physics --- README_HWRF_PHYSICS.txt | 128 ------------------------------------- tests/rt.conf | 10 --- tests/rt_gnu.conf | 14 ---- tests/rt_hwrf_physics.conf | 26 ++++++++ tests/rt_intel.conf | 110 ------------------------------- 5 files changed, 26 insertions(+), 262 deletions(-) delete mode 100644 README_HWRF_PHYSICS.txt create mode 100644 tests/rt_hwrf_physics.conf delete mode 100644 tests/rt_intel.conf diff --git a/README_HWRF_PHYSICS.txt b/README_HWRF_PHYSICS.txt deleted file mode 100644 index 11da5d5844..0000000000 --- a/README_HWRF_PHYSICS.txt +++ /dev/null @@ -1,128 +0,0 @@ -Introduction -============ - -The three branches dtc/hwrf-physics in ccpp-physics, fv3atm and ufs-weather-model -were created from the hafs-community repository on April 3, 2020: - -git clone -b support/HAFS --recursive https://github.com/hafs-community/ufs-weather-model - -The original hashes were: - -ccpp-physics 31a294a610a538ade4670d9e32856c4a2b7e59ad -fv3atm 23c49d0df3dee47bd7d13f0cbefc5de23c7b2663 -ufs-weather-model c2643caf49ff350b66f35fd72afbcdaa65f609bd - - -PRs pulled into the dtc/hwrf-physics branches -============================================= - -The following PRs were pulled into these branches on the given dates -and with the given hashes (further down is later). Additional commits -were made by @climbfuji as required for changing the target branch -(from dtc/develop to dtc/hwrf-physics), pulling in updates from -upstream (i.e. the hafs-community repositories), bug fixes, cleanup, -and as a result of the code review processes. - -ccpp-physics ------------- - -04/06/2020 MONINEDMF https://github.com/NCAR/ccpp-physics/pull/395 -> https://github.com/NCAR/ccpp-physics/pull/428 - git cherry-pick 942889ab0acace519254712cb4e14b6aaf3e0415 - git cherry-pick 500d53a21027f362a9c12c10767f0b4f8cf3361c - git cherry-pick b0f04b210bd588673182023ea36b56ee94642c3e - git cherry-pick e895c62cf49b908927678d72c1ad21ad828e3587 - -04/08/2020 RRTMG https://github.com/NCAR/ccpp-physics/pull/412 -> https://github.com/NCAR/ccpp-physics/pull/430 - git cherry-pick 9e9222a470dd8a644ba4c3d010766c62dc71de59 - git cherry-pick 4d9e68fc27bb3974f1a6c5733bf1b8127165581d - git cherry-pick 6f9fec9d183531c81475b3496504dc3225011472 - git cherry-pick 57873f2045e1cd2d09c71481c0593f3d7eee24ef - git cherry-pick 7e492ca69cab20d2457af82c5d535d8b64e2ab1e - git cherry-pick 298d1aed7b2f29ccf624a71be7d9f804eaf9e8ab - git cherry-pick 5404462a72fe10477595c25baab0ae28fe667f0f - -04/13/2020 SAS https://github.com/NCAR/ccpp-physics/pull/423 -> https://github.com/NCAR/ccpp-physics/pull/433 - (entire PR) - --> this PR and other SAS PRs below need to be merged separately - into the authoritative repositories, because the answer of some - of the IPD and CCPP prod tests change (kept PRs open) - -04/16/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/405 -> https://github.com/NCAR/ccpp-physics/pull/435 - (entire PR) - -05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ccpp-physics/pull/447 - (entire PR) - -05/20/2020 fix FA table initialization https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453 - (entire PR) - -05/20/2020 update from HAFS community https://github.com/NCAR/ccpp-physics/pull/453 - (entire PR) - -06/18/2020 update from HAFS community https://github.com/NCAR/ccpp-physics/pull/463 - (entire PR) - -fv3atm ------- - -04/06/2020 MONINEDMF https://github.com/NCAR/fv3atm/pull/18 -> https://github.com/NCAR/fv3atm/pull/37 - git cherry-pick 80ce8591b6af615c9f85a2b3becf8aadc836d734 - -04/08/2020 RRTMG https://github.com/NCAR/fv3atm/pull/33 -> https://github.com/NCAR/fv3atm/pull/38 - git cherry-pick 1bae50c9fd5a365226088d861b9d80af9b60de7d - git cherry-pick ed8347eb0f001de2f53989054c024ad24394a483 - git cherry-pick f1cad8833735ce833bc2ed08a318b77c04e3f536 - git cherry-pick d9841c8d353c262c5aa8e0394ab3ed02542ca8f6 - git cherry-pick 3c64b5a3eaa7608edef1d7c91066d4265e442b27 - -04/13/2020 SAS https://github.com/NOAA-EMC/fv3atm/pull/93 -> https://github.com/NCAR/fv3atm/pull/41 - (entire PR) - -04/16/2020 FA MP updates https://github.com/NCAR/fv3atm/pull/28 -> https://github.com/NCAR/fv3atm/pull/43 - (entire PR) - -05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/fv3atm/pull/47 - (entire PR) - -05/14/2020 SDFs for HWRF physics test https://github.com/NCAR/fv3atm/pull/44 -> https://github.com/NCAR/fv3atm/pull/50 - (entire PR) - -05/20/2020 update from HAFS community https://github.com/NCAR/fv3atm/pull/50 - (entire PR) - -06/18/2020 modify HAFS_v0_hwrf_nogwdps SDF https://github.com/NCAR/fv3atm/pull/55 - (entire PR) - -06/18/2020 update from HAFS community https://github.com/NCAR/fv3atm/pull/54 - (entire PR) - -ufs-weather-model ------------------ - -04/06/2020 MONINEDMF https://github.com/NCAR/ufs-weather-model/pull/15 -> https://github.com/NCAR/ufs-weather-model/pull/35 - git cherry-pick e6fe22ffde6425800b7ed2e1cf3748b606806d28 - git cherry-pick a99d5e73f94f5ffb3bd9bbb1a3dc04171026b6d7 - git cherry-pick 5570528f22a9815437e0ef5b413435a8b9fd5881 - git cherry-pick 2bb15be8cc15c69c178b6e443c0ab8c0d75ef318 - -04/08/2020 RRTMG https://github.com/NCAR/ufs-weather-model/pull/30 -> https://github.com/NCAR/ufs-weather-model/pull/36 - git cherry-pick 5ab446fe423d9a7ba0172ec782e6346c47c98116 - git cherry-pick 1cbc515c6dff00e729523ff6f922e046179d7dcf - git cherry-pick c6f51f5090411c737a8d79a27bbf08b8d9b00c28 - git cherry-pick 2a43ab170916fbe60c3d918ff16a510928964e51 - git cherry-pick 73f5dcbc93ae297a6a9880988a8f7a7109f99c2e - -04/13/2020 SAS https://github.com/ufs-community/ufs-weather-model/pull/94 -> https://github.com/NCAR/ufs-weather-model/pull/39 - (entire PR) - -04/16/2020 FA MP updates https://github.com/NCAR/ufs-weather-model/pull/41 (replaced https://github.com/NCAR/ufs-weather-model/pull/25) - (entire PR) - -05/04/2020 FA/HWRF RRTMG/HWRF SAS bugfixes https://github.com/NCAR/ufs-weather-model/pull/45 - (entire PR) - -05/20/2020 update from HAFS community https://github.com/NCAR/ufs-weather-model/pull/48 - (entire PR) - -06/18/2020 update from HAFS community https://github.com/NCAR/ufs-weather-model/pull/56 - (entire PR) diff --git a/tests/rt.conf b/tests/rt.conf index 5a0d2cc78e..f94c3ad468 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -108,16 +108,6 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG,FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | hera.intel | fv3 | - -RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | hera.intel | fv3 | - ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index e89ca89ac7..29c38fd183 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -17,20 +17,6 @@ RUN | fv3_ccpp_gsd RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | -# Turn off for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -#COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | -# -#RUN | fv3_ccpp_regional_c768_FA | standard | | fv3 | -#RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | | fv3 | -#RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | | fv3 | - ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### diff --git a/tests/rt_hwrf_physics.conf b/tests/rt_hwrf_physics.conf new file mode 100644 index 0000000000..e8d6ebae6d --- /dev/null +++ b/tests/rt_hwrf_physics.conf @@ -0,0 +1,26 @@ +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | + +# Turn off for GNU for now - either running too long or crashing with GNU 9.1.0 on Cheyenne +RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | | fv3 | +RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | | fv3 | +RUN | fv3_ccpp_HAFS_v0_hwrf | standard | | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +# none yet diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf deleted file mode 100644 index 667fe94f24..0000000000 --- a/tests/rt_intel.conf +++ /dev/null @@ -1,110 +0,0 @@ -####################################################################################################################################################################################### -# CCPP PROD tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_control | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_decomp | standard | cheyenne.intel | | -RUN | fv3_ccpp_2threads | standard | cheyenne.intel | | -RUN | fv3_ccpp_restart | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_read_inc | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_stochy | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_iau | standard | cheyenne.intel | fv3 | - -# WW3 not yet working on Cheyenne -#COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | -#RUN | fv3_ccpp_gfdlmprad | standard | cheyenne.intel | fv3 | -#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | - -# Run one test using the NEMSAppBuilder, to ensure we don't break it: -APPBUILD| CCPP | standard | cheyenne.intel | | -RUN | fv3_ccpp_appbuild | standard | cheyenne.intel | | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_control_32bit | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_stretched | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | fv3_ccpp_regional_control -RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | fv3 | -# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors -#RUN | fv3_ccpp_regional_c768 | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_control_debug | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_stretched_nest_debug | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfdlmp | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | -#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | fv3 | -#RUN | fv3_ccpp_csawmg3shoc127 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | fv3 | -# inline post not yet working on Cheyenne -#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | - -####################################################################################################################################################################################### -# CCPP DEBUG tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gsd_debug | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_thompson_debug | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_thompson_no_aero_debug | standard | cheyenne.intel | fv3 | - -####################################################################################################################################################################################### -# CCPP REPRO tests # -####################################################################################################################################################################################### - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | - -COMPILE | REPRO=Y CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | - -COMPILE | REPRO=Y CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf | standard | cheyenne.intel | fv3 | From b6c3f5c136136126483595cb22d67d900638f3bb Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 19 Jun 2020 15:20:21 -0600 Subject: [PATCH 106/271] Add note about location of HAFS input data to several regression test setup scripts --- tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN | 5 +++++ tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN | 5 +++++ tests/fv3_conf/ccpp_regional_FA_run.IN | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN index a6880cc739..7c39e2829e 100644 --- a/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN +++ b/tests/fv3_conf/ccpp_HAFS_v0_hwrf_run.IN @@ -32,3 +32,8 @@ cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# DH* 2020-06-19 Note that the FV3_input_data_hafs is not part of the official EMC baseline. +# on hera: /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/INTEL/FV3_input_data_hafs/ +# on cheyenne: /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/{INTEL,GNU}/FV3_input_data_hafs/ +# *DH 2020-06-19 \ No newline at end of file diff --git a/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN index 252a1098b0..3835fd0bec 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN @@ -22,3 +22,8 @@ cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# DH* 2020-06-19 Note that the FV3_input_data_hafs is not part of the official EMC baseline. +# on hera: /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/INTEL/FV3_input_data_hafs/ +# on cheyenne: /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/{INTEL,GNU}/FV3_input_data_hafs/ +# *DH 2020-06-19 diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index 51577ab2fa..6d2063ccdb 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -28,3 +28,8 @@ fi cp @[RTPWD]/FV3_input_data_hafs/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# DH* 2020-06-19 Note that the FV3_input_data_hafs is not part of the official EMC baseline. +# on hera: /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/INTEL/FV3_input_data_hafs/ +# on cheyenne: /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/{INTEL,GNU}/FV3_input_data_hafs/ +# *DH 2020-06-19 From dadbb0cf3e7017368fe74793d4a050ae1a931156 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 19 Jun 2020 15:21:30 -0600 Subject: [PATCH 107/271] Revert baseline change in tests/rt.sh --- tests/rt.sh | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 039a4c4530..92353a5b38 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -187,18 +187,10 @@ elif [[ $MACHINE_ID = hera.* ]]; then # ACCNR=fv3-cpu PARTITION= - # - # DTC HWRF baseline - dprefix=/scratch1/BMC/gmtb - DISKNM=$dprefix/ufs-weather-model/RT - STMP=$dprefix - PTMP=$dprefix - # EMC baseline - #dprefix=/scratch1/NCEPDEV - #DISKNM=$dprefix/nems/emc.nemspara/RT - #STMP=$dprefix/stmp4 - #PTMP=$dprefix/stmp2 - # + dprefix=/scratch1/NCEPDEV + DISKNM=$dprefix/nems/emc.nemspara/RT + STMP=$dprefix/stmp4 + PTMP=$dprefix/stmp2 SCHEDULER=slurm cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN @@ -386,9 +378,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200618/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200603/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200618} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200603} fi shift $((OPTIND-1)) From 9aa55978d316e219929fd202aff471a808ac2f21 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 22 Jun 2020 12:59:56 +0000 Subject: [PATCH 108/271] Update the modulefile for Jet to use George's builds for esmflocal/8_1_0.19bs and NCEPLIBS. --- modulefiles/jet.intel/fv3 | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index d66de4e61f..a3b2394251 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -7,8 +7,6 @@ proc ModulesHelp {} { puts stderr "The prerequisites for compiling or running FV3 on Jet." } -module purge - ## ## load contrib environment ## load slurm utils (arbitrary.pl layout.pl) @@ -18,21 +16,24 @@ module load sutils module load intel/18.0.5.274 module load impi/2018.4.274 -module load hdf5/1.10.4 -module load netcdf/4.6.1 -module load cmake/3.16.1 -module use -a /lfs4/HFIP/hfv3gfs/software/modulefiles/intel-18.0.5.274/impi-2018.4.274 - -## -### NCEP libraries (download and build manually for the time being; https://github.com/NCAR/NCEPlibs) -### -module load NCEPlibs/9.9.9 - -## -### use pre-compiled EMSF library for above compiler / MPI combination -## -module load esmf/8.0.0 +setenv NCEPLIBS /mnt/lfs4/HFIP/hfv3gfs/gwv/l0530/lib/ +module use /mnt/lfs4/HFIP/hfv3gfs/gwv/l0530/lib/modulefiles +module load netcdfp/4.7.4 +module load esmflocal/8_1_0.19bs + +module load bacio-intel-sandybridge/2.0.2 +module load ip-intel-sandybridge/3.0.0 +module load nemsio-intel-sandybridge/2.2.4 +module load sp-intel-sandybridge/2.0.2 +module load w3emc-intel-sandybridge/2.4.0 +module load w3nco-intel-sandybridge/2.0.6 +module load g2-intel-sandybridge/3.1.0 +module load g2tmpl-intel-sandybridge/1.5.0 +module load crtm-intel-sandybridge/2.3.0 +module load jasper-intel-sandybridge/1.900.1 +module load png-intel-sandybridge/1.2.59 +module load zlib-intel-sandybridge/1.2.7 ## ## load cmake From 7846fe725d06f906d9829d019b23747eb4d88059 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Mon, 22 Jun 2020 20:32:32 +0000 Subject: [PATCH 109/271] Update HYCOM submodule. Use instantaneous sw and lw import variables. --- HYCOM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HYCOM b/HYCOM index 2e1c405987..142b008c78 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit 2e1c405987a531f75275b460a9ce729454f06e07 +Subproject commit 142b008c7879bd7197a64ac36218cc28bb5e1bde From 220bb7683c352afc2ca405f7672b923db098f490 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Mon, 22 Jun 2020 21:00:20 +0000 Subject: [PATCH 110/271] Update the fv3atm submodule. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index f96d5fc4cf..7408974856 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f96d5fc4cf704f17f058d105300b51076ab4abcf +Subproject commit 7408974856f577e89ec5b80b58077161592616a7 From f258bf1c8f4523f782f09bc2f7609abf8cadf218 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 23 Jun 2020 03:39:23 +0000 Subject: [PATCH 111/271] Update submodule fv3atm. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7408974856..a690691bf6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7408974856f577e89ec5b80b58077161592616a7 +Subproject commit a690691bf648b343c7b090be73c642aed54a178d From 348af8e353b110c4b1186a272c9f90bb2d80354e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 24 Jun 2020 20:50:07 -0600 Subject: [PATCH 112/271] Cleanup unnecessary regression test configurations --- FV3 | 2 +- parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN | 310 ----------------- parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN | 311 ------------------ parm/ccpp_v15p2_c96_HWRF_SL.nml.IN | 310 ----------------- tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN | 29 -- tests/rt_hwrf_physics.conf | 15 +- tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM | 87 ----- tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | 88 ----- tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL | 87 ----- tests/tests/fv3_ccpp_regional_c768_FA | 27 -- .../fv3_ccpp_regional_c768_FA_HWRF_RRTMG | 31 -- tests/tests/fv3_ccpp_regional_c768_HWRF_PBL | 30 -- 12 files changed, 2 insertions(+), 1325 deletions(-) delete mode 100644 parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN delete mode 100644 parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN delete mode 100644 parm/ccpp_v15p2_c96_HWRF_SL.nml.IN delete mode 100644 tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN delete mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM delete mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL delete mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL delete mode 100644 tests/tests/fv3_ccpp_regional_c768_FA delete mode 100644 tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG delete mode 100644 tests/tests/fv3_ccpp_regional_c768_HWRF_PBL diff --git a/FV3 b/FV3 index 6c42a05d63..6059a09a0f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6c42a05d633f8d099c3864b23b7bcb08fd9926b9 +Subproject commit 6059a09a0ff397ddb90af4e9f8dbf4a3155b51f1 diff --git a/parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN b/parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN deleted file mode 100644 index 3de62cb5eb..0000000000 --- a/parm/ccpp_v15p2_c96_HWRF_LSM.nml.IN +++ /dev/null @@ -1,310 +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 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = '@[CCPP_SUITE]' -/ - -&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 = 0. - 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 - lsm = @[LSM] - 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_v15p2_c96_HWRF_LSM_SL.nml.IN b/parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN deleted file mode 100644 index 338d859971..0000000000 --- a/parm/ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN +++ /dev/null @@ -1,311 +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 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = '@[CCPP_SUITE]' -/ - -&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 = 0. - 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 - lsm = @[LSM] - 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. - sfc_z0_type = @[SFC_Z0_TYPE] -/ - -&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_v15p2_c96_HWRF_SL.nml.IN b/parm/ccpp_v15p2_c96_HWRF_SL.nml.IN deleted file mode 100644 index 6d6beabaa3..0000000000 --- a/parm/ccpp_v15p2_c96_HWRF_SL.nml.IN +++ /dev/null @@ -1,310 +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 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = '@[CCPP_SUITE]' -/ - -&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. - sfc_z0_type = @[SFC_Z0_TYPE] -/ - -&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/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN b/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN deleted file mode 100644 index 3835fd0bec..0000000000 --- a/tests/fv3_conf/ccpp_gfs_v15_HWRF_LSM_run.IN +++ /dev/null @@ -1,29 +0,0 @@ -rm -fr INPUT RESTART -if [ $WARM_START = .F. ]; then - cp -r @[RTPWD]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . -cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[RTPWD]/FV3_input_data/*grb . -cp @[RTPWD]/FV3_input_data/*_table . -cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table -cp @[RTPWD]/FV3_input_data/*configure . -cp @[RTPWD]/FV3_input_data_hafs/GENPARM.TBL . -cp @[RTPWD]/FV3_input_data_hafs/SOILPARM.TBL . -cp @[RTPWD]/FV3_input_data_hafs/VEGPARM.TBL . - -cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml - -# DH* 2020-06-19 Note that the FV3_input_data_hafs is not part of the official EMC baseline. -# on hera: /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/INTEL/FV3_input_data_hafs/ -# on cheyenne: /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/hwrf-physics-20200618/{INTEL,GNU}/FV3_input_data_hafs/ -# *DH 2020-06-19 diff --git a/tests/rt_hwrf_physics.conf b/tests/rt_hwrf_physics.conf index e8d6ebae6d..e82092e9cc 100644 --- a/tests/rt_hwrf_physics.conf +++ b/tests/rt_hwrf_physics.conf @@ -2,21 +2,8 @@ # CCPP PROD tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y SUITES=FV3_HAFS_ferhires,FV3_HAFS_FA_HWRF_RRTMG | standard | | fv3 | +COMPILE | CCPP=Y SUITES=HAFS_v0_hwrf | standard | | fv3 | -# Turn off for GNU for now - either running too long or crashing with GNU 9.1.0 on Cheyenne -RUN | fv3_ccpp_regional_c768_FA | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_HWRF_PBL | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | hera.intel | fv3 | -RUN | fv3_ccpp_regional_c768_FA_HWRF_RRTMG | standard | cheyenne.intel | fv3 | - -COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2_HWRF_LSM,FV3_GFS_v15p2_HWRF_SL,FV3_GFS_v15p2_HWRF_LSM_SL,HAFS_v0_hwrf | standard | | fv3 | - -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_SL | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_HWRF_LSM_SL | standard | | fv3 | RUN | fv3_ccpp_HAFS_v0_hwrf | standard | | fv3 | ####################################################################################################################################################################################### diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM deleted file mode 100644 index 96b5a725f3..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 with HWRF NOAH results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15p2_HWRF_LSM - -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_HWRF_LSM_run.IN -export CCPP_SUITE=FV3_GFS_v15p2_HWRF_LSM -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v15p2_c96_HWRF_LSM.nml.IN - -export LSM=4 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL deleted file mode 100644 index bf7ed6099d..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_LSM_SL +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 with HWRF NOAH and GFDL sfc layer results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15p2_HWRF_LSM_SL - -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_HWRF_LSM_run.IN -export CCPP_SUITE=FV3_GFS_v15p2_HWRF_LSM_SL -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v15p2_c96_HWRF_LSM_SL.nml.IN - -export LSM=4 -export SFC_Z0_TYPE=4 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL b/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL deleted file mode 100644 index ee42b0a9aa..0000000000 --- a/tests/tests/fv3_ccpp_gfs_v15p2_HWRF_SL +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# -# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test -# -############################################################################### - -export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 using GFDL surface layer results with previous trunk version" - -export CNTL_DIR=fv3_gfs_v15p2_HWRF_SL - -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_v15p2_HWRF_SL -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v15p2_c96_HWRF_SL.nml.IN - -export SFC_Z0_TYPE=4 - -RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_regional_c768_FA b/tests/tests/fv3_ccpp_regional_c768_FA deleted file mode 100644 index 3accf32fa2..0000000000 --- a/tests/tests/fv3_ccpp_regional_c768_FA +++ /dev/null @@ -1,27 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional c768 test with Ferrier-Aligo MP scheme -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" - -export CNTL_DIR=fv3_regional_c768_FA_update_moist - -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_FA_run.IN - -export CCPP_SUITE=FV3_HAFS_ferhires -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_FA.nml.IN -export LRADAR=.T. -export WRITE_DOPOST=.true. diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG b/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG deleted file mode 100644 index c06255dec9..0000000000 --- a/tests/tests/fv3_ccpp_regional_c768_FA_HWRF_RRTMG +++ /dev/null @@ -1,31 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional c768 test with Ferrier-Aligo MP scheme -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" - -export CNTL_DIR=fv3_regional_c768_FA_HWRF_RRTMG - -export LIST_FILES=" atmos_4xdaily.nc \ - fv3_history2d.nc \ - fv3_history.nc " - -export_fv3 - -export TASKS=480 -export WLCLK=30 - -export ICLOUD=3 -export IOVR_LW=4 -export IOVR_SW=4 - -export RUN_SCRIPT=rt_fv3.sh -export FV3_RUN=ccpp_regional_FA_run.IN - -export CCPP_SUITE=FV3_HAFS_FA_HWRF_RRTMG -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_FA.nml.IN -export LRADAR=.T. -export WRITE_DOPOST=.true. diff --git a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL b/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL deleted file mode 100644 index 06746895ee..0000000000 --- a/tests/tests/fv3_ccpp_regional_c768_HWRF_PBL +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# -# FV3 CCPP regional c768 test with HWRF PBL scheme -# -############################################################################### - -export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme and HWRF PBL results with previous trunk version" - -export CNTL_DIR=fv3_regional_c768_HWRF_PBL - -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_FA_run.IN - -export CCPP_SUITE=FV3_HAFS_ferhires -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_regional_c768_FA.nml.IN -export LRADAR=.T. -export WRITE_DOPOST=.true. - -export HURR_PBL=.T. -export MONINQ_FAC=-1.0 From 17feaf4bd1063d60e97bf9334fab496b4c7aa030 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 24 Jun 2020 21:07:46 -0600 Subject: [PATCH 113/271] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6059a09a0f..d90a13e1b4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6059a09a0ff397ddb90af4e9f8dbf4a3155b51f1 +Subproject commit d90a13e1b49bedf5c9ffbffdc67d2a04a67e8e96 From f5f6b393cae922bee4afc16b010dacb78581764c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 25 Jun 2020 10:40:56 -0600 Subject: [PATCH 114/271] Update regression test logs for hera.intel --- tests/Compile_hera.intel.log | 818 +++++++++++++-------------- tests/RegressionTests_hera.intel.log | 108 ++-- 2 files changed, 446 insertions(+), 480 deletions(-) diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index fc56d11e0d..ab5f2f3a19 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,22 +1,22 @@ + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y' + export COMPILE_NR=10 + COMPILE_NR=10 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -29,10 +29,10 @@ ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -65,15 +65,15 @@ + TEST_NR=10 + export JBNME=compile_10 + JBNME=compile_10 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_10 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_10 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -86,40 +86,40 @@ + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370861 +Job id 9056008 TEST 10 compile is waiting to enter the queue 1 min. TEST 10 compile is running, Status: R 2 min. TEST 10 compile is running, Status: R 3 min. TEST 10 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370861 COMPLETED compile_10 -8370861.bat+ COMPLETED batch -8370861.ext+ COMPLETED extern +9056008 COMPLETED compile_10 +9056008.bat+ COMPLETED batch +9056008.ext+ COMPLETED extern 4 min. TEST 10 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=246 -+ echo 'Elapsed time 246 seconds. Compile 10' -Elapsed time 246 seconds. Compile 10 ++ elapsed=245 ++ echo 'Elapsed time 245 seconds. Compile 10' +Elapsed time 245 seconds. Compile 10 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' + export COMPILE_NR=11 + COMPILE_NR=11 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -132,10 +132,10 @@ Elapsed time 246 seconds. Compile 10 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -168,15 +168,15 @@ Elapsed time 246 seconds. Compile 10 + TEST_NR=11 + export JBNME=compile_11 + JBNME=compile_11 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_11 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_11 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -189,48 +189,39 @@ Elapsed time 246 seconds. Compile 10 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370965 +Job id 9056041 TEST 11 compile is waiting to enter the queue -1 min. TEST 11 compile is pending, Status: PD +1 min. TEST 11 compile is running, Status: R 2 min. TEST 11 compile is running, Status: R -3 min. TEST 11 compile is running, Status: R -4 min. TEST 11 compile is running, Status: R -Slurm unknown status CG. Check sacct ... -8370965 COMPLETED compile_11 -8370965.bat+ COMPLETED batch -8370965.ext+ COMPLETED extern -5 min. TEST 11 compile is COMPLETED -COMPLETED -COMPLETED Slurm unknown status -. Check sacct ... -8370965 COMPLETED compile_11 -8370965.bat+ COMPLETED batch -8370965.ext+ COMPLETED extern -6 min. TEST 11 compile is COMPLETED +9056041 COMPLETED compile_11 +9056041.bat+ COMPLETED batch +9056041.ext+ COMPLETED extern +3 min. TEST 11 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=366 -+ echo 'Elapsed time 366 seconds. Compile 11' -Elapsed time 366 seconds. Compile 11 ++ elapsed=185 ++ echo 'Elapsed time 185 seconds. Compile 11' +Elapsed time 185 seconds. Compile 11 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v16_csawmg' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v16_csawmg' + export COMPILE_NR=12 + COMPILE_NR=12 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -243,10 +234,10 @@ Elapsed time 366 seconds. Compile 11 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -279,15 +270,15 @@ Elapsed time 366 seconds. Compile 11 + TEST_NR=12 + export JBNME=compile_12 + JBNME=compile_12 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_12 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_12 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -300,51 +291,43 @@ Elapsed time 366 seconds. Compile 11 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8371020 +Job id 9056045 TEST 12 compile is waiting to enter the queue -1 min. TEST 12 compile is pending, Status: PD -2 min. TEST 12 compile is pending, Status: PD -3 min. TEST 12 compile is pending, Status: PD -4 min. TEST 12 compile is pending, Status: PD -5 min. TEST 12 compile is pending, Status: PD -6 min. TEST 12 compile is pending, Status: PD -7 min. TEST 12 compile is pending, Status: PD -8 min. TEST 12 compile is running, Status: R -9 min. TEST 12 compile is running, Status: R -10 min. TEST 12 compile is running, Status: R -11 min. TEST 12 compile is running, Status: R -12 min. TEST 12 compile is running, Status: R -13 min. TEST 12 compile is running, Status: R -14 min. TEST 12 compile is running, Status: R +1 min. TEST 12 compile is running, Status: R +2 min. TEST 12 compile is running, Status: R +3 min. TEST 12 compile is running, Status: R +4 min. TEST 12 compile is running, Status: R +5 min. TEST 12 compile is running, Status: R +6 min. TEST 12 compile is running, Status: R Slurm unknown status -. Check sacct ... -8371020 COMPLETED compile_12 -8371020.bat+ COMPLETED batch -8371020.ext+ COMPLETED extern -15 min. TEST 12 compile is COMPLETED +9056045 COMPLETED compile_12 +9056045.bat+ COMPLETED batch +9056045.ext+ COMPLETED extern +7 min. TEST 12 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=909 -+ echo 'Elapsed time 909 seconds. Compile 12' -Elapsed time 909 seconds. Compile 12 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 12' +Elapsed time 425 seconds. Compile 12 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' + export COMPILE_NR=13 + COMPILE_NR=13 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -357,10 +340,10 @@ Elapsed time 909 seconds. Compile 12 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -393,15 +376,15 @@ Elapsed time 909 seconds. Compile 12 + TEST_NR=13 + export JBNME=compile_13 + JBNME=compile_13 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_13 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_13 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -414,52 +397,43 @@ Elapsed time 909 seconds. Compile 12 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8371021 +Job id 9056159 TEST 13 compile is waiting to enter the queue -1 min. TEST 13 compile is pending, Status: PD -2 min. TEST 13 compile is pending, Status: PD -3 min. TEST 13 compile is pending, Status: PD -4 min. TEST 13 compile is pending, Status: PD -5 min. TEST 13 compile is pending, Status: PD -6 min. TEST 13 compile is pending, Status: PD -7 min. TEST 13 compile is pending, Status: PD -8 min. TEST 13 compile is pending, Status: PD -9 min. TEST 13 compile is pending, Status: PD -10 min. TEST 13 compile is running, Status: R -11 min. TEST 13 compile is running, Status: R -12 min. TEST 13 compile is running, Status: R -13 min. TEST 13 compile is running, Status: R -14 min. TEST 13 compile is running, Status: R -15 min. TEST 13 compile is running, Status: R +1 min. TEST 13 compile is running, Status: R +2 min. TEST 13 compile is running, Status: R +3 min. TEST 13 compile is running, Status: R +4 min. TEST 13 compile is running, Status: R +5 min. TEST 13 compile is running, Status: R +6 min. TEST 13 compile is running, Status: R Slurm unknown status -. Check sacct ... -8371021 COMPLETED compile_13 -8371021.bat+ COMPLETED batch -8371021.ext+ COMPLETED extern -16 min. TEST 13 compile is COMPLETED +9056159 COMPLETED compile_13 +9056159.bat+ COMPLETED batch +9056159.ext+ COMPLETED extern +7 min. TEST 13 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=968 -+ echo 'Elapsed time 968 seconds. Compile 13' -Elapsed time 968 seconds. Compile 13 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 13' +Elapsed time 425 seconds. Compile 13 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017' + export COMPILE_NR=1 + COMPILE_NR=1 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -472,10 +446,10 @@ Elapsed time 968 seconds. Compile 13 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -508,15 +482,15 @@ Elapsed time 968 seconds. Compile 13 + TEST_NR=1 + export JBNME=compile_1 + JBNME=compile_1 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_1 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_1 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -529,49 +503,46 @@ Elapsed time 968 seconds. Compile 13 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370853 +Job id 9056007 TEST 1 compile is waiting to enter the queue 1 min. TEST 1 compile is running, Status: R 2 min. TEST 1 compile is running, Status: R 3 min. TEST 1 compile is running, Status: R 4 min. TEST 1 compile is running, Status: R 5 min. TEST 1 compile is running, Status: R -Slurm unknown status CG. Check sacct ... -8370853 COMPLETED compile_1 -8370853.bat+ COMPLETED batch -8370853.ext+ COMPLETED extern -6 min. TEST 1 compile is COMPLETED -COMPLETED -COMPLETED +6 min. TEST 1 compile is running, Status: R +7 min. TEST 1 compile is running, Status: R +8 min. TEST 1 compile is running, Status: R +9 min. TEST 1 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370853 COMPLETED compile_1 -8370853.bat+ COMPLETED batch -8370853.ext+ COMPLETED extern -7 min. TEST 1 compile is COMPLETED +9056007 COMPLETED compile_1 +9056007.bat+ COMPLETED batch +9056007.ext+ COMPLETED extern +10 min. TEST 1 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 1' -Elapsed time 426 seconds. Compile 1 ++ elapsed=606 ++ echo 'Elapsed time 606 seconds. Compile 1' +Elapsed time 606 seconds. Compile 1 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' + export COMPILE_NR=2 + COMPILE_NR=2 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -584,10 +555,10 @@ Elapsed time 426 seconds. Compile 1 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -620,15 +591,15 @@ Elapsed time 426 seconds. Compile 1 + TEST_NR=2 + export JBNME=compile_2 + JBNME=compile_2 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_2 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_2 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -641,7 +612,7 @@ Elapsed time 426 seconds. Compile 1 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370854 +Job id 9056004 TEST 2 compile is waiting to enter the queue 1 min. TEST 2 compile is running, Status: R 2 min. TEST 2 compile is running, Status: R @@ -650,34 +621,34 @@ TEST 2 compile is waiting to enter the queue 5 min. TEST 2 compile is running, Status: R 6 min. TEST 2 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370854 COMPLETED compile_2 -8370854.bat+ COMPLETED batch -8370854.ext+ COMPLETED extern +9056004 COMPLETED compile_2 +9056004.bat+ COMPLETED batch +9056004.ext+ COMPLETED extern 7 min. TEST 2 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 2' -Elapsed time 426 seconds. Compile 2 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 2' +Elapsed time 425 seconds. Compile 2 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' + export COMPILE_NR=3 + COMPILE_NR=3 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -690,10 +661,10 @@ Elapsed time 426 seconds. Compile 2 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -726,15 +697,15 @@ Elapsed time 426 seconds. Compile 2 + TEST_NR=3 + export JBNME=compile_3 + JBNME=compile_3 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_3 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_3 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -747,43 +718,49 @@ Elapsed time 426 seconds. Compile 2 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370855 +Job id 9056005 TEST 3 compile is waiting to enter the queue 1 min. TEST 3 compile is running, Status: R 2 min. TEST 3 compile is running, Status: R 3 min. TEST 3 compile is running, Status: R 4 min. TEST 3 compile is running, Status: R 5 min. TEST 3 compile is running, Status: R -6 min. TEST 3 compile is running, Status: R +Slurm unknown status CG. Check sacct ... +9056005 COMPLETED compile_3 +9056005.bat+ COMPLETED batch +9056005.ext+ COMPLETED extern +6 min. TEST 3 compile is COMPLETED +COMPLETED +COMPLETED Slurm unknown status -. Check sacct ... -8370855 COMPLETED compile_3 -8370855.bat+ COMPLETED batch -8370855.ext+ COMPLETED extern +9056005 COMPLETED compile_3 +9056005.bat+ COMPLETED batch +9056005.ext+ COMPLETED extern 7 min. TEST 3 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 3' -Elapsed time 426 seconds. Compile 3 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 3' +Elapsed time 425 seconds. Compile 3 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' + export COMPILE_NR=4 + COMPILE_NR=4 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -796,10 +773,10 @@ Elapsed time 426 seconds. Compile 3 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -832,15 +809,15 @@ Elapsed time 426 seconds. Compile 3 + TEST_NR=4 + export JBNME=compile_4 + JBNME=compile_4 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_4 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_4 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -853,7 +830,7 @@ Elapsed time 426 seconds. Compile 3 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370856 +Job id 9056012 TEST 4 compile is waiting to enter the queue 1 min. TEST 4 compile is running, Status: R 2 min. TEST 4 compile is running, Status: R @@ -862,34 +839,34 @@ TEST 4 compile is waiting to enter the queue 5 min. TEST 4 compile is running, Status: R 6 min. TEST 4 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370856 COMPLETED compile_4 -8370856.bat+ COMPLETED batch -8370856.ext+ COMPLETED extern +9056012 COMPLETED compile_4 +9056012.bat+ COMPLETED batch +9056012.ext+ COMPLETED extern 7 min. TEST 4 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=427 -+ echo 'Elapsed time 427 seconds. Compile 4' -Elapsed time 427 seconds. Compile 4 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 4' +Elapsed time 425 seconds. Compile 4 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' + export COMPILE_NR=5 + COMPILE_NR=5 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -902,10 +879,10 @@ Elapsed time 427 seconds. Compile 4 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -938,15 +915,15 @@ Elapsed time 427 seconds. Compile 4 + TEST_NR=5 + export JBNME=compile_5 + JBNME=compile_5 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_5 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_5 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -959,44 +936,39 @@ Elapsed time 427 seconds. Compile 4 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370857 +Job id 9056006 TEST 5 compile is waiting to enter the queue 1 min. TEST 5 compile is running, Status: R 2 min. TEST 5 compile is running, Status: R -3 min. TEST 5 compile is running, Status: R -4 min. TEST 5 compile is running, Status: R -5 min. TEST 5 compile is running, Status: R -6 min. TEST 5 compile is running, Status: R -7 min. TEST 5 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370857 COMPLETED compile_5 -8370857.bat+ COMPLETED batch -8370857.ext+ COMPLETED extern -8 min. TEST 5 compile is COMPLETED +9056006 COMPLETED compile_5 +9056006.bat+ COMPLETED batch +9056006.ext+ COMPLETED extern +3 min. TEST 5 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=487 -+ echo 'Elapsed time 487 seconds. Compile 5' -Elapsed time 487 seconds. Compile 5 ++ elapsed=185 ++ echo 'Elapsed time 185 seconds. Compile 5' +Elapsed time 185 seconds. Compile 5 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' + export COMPILE_NR=6 + COMPILE_NR=6 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -1009,10 +981,10 @@ Elapsed time 487 seconds. Compile 5 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -1045,15 +1017,15 @@ Elapsed time 487 seconds. Compile 5 + TEST_NR=6 + export JBNME=compile_6 + JBNME=compile_6 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_6 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_6 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -1066,7 +1038,7 @@ Elapsed time 487 seconds. Compile 5 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370858 +Job id 9056013 TEST 6 compile is waiting to enter the queue 1 min. TEST 6 compile is running, Status: R 2 min. TEST 6 compile is running, Status: R @@ -1074,35 +1046,38 @@ TEST 6 compile is waiting to enter the queue 4 min. TEST 6 compile is running, Status: R 5 min. TEST 6 compile is running, Status: R 6 min. TEST 6 compile is running, Status: R +7 min. TEST 6 compile is running, Status: R +8 min. TEST 6 compile is running, Status: R +9 min. TEST 6 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370858 COMPLETED compile_6 -8370858.bat+ COMPLETED batch -8370858.ext+ COMPLETED extern -7 min. TEST 6 compile is COMPLETED +9056013 COMPLETED compile_6 +9056013.bat+ COMPLETED batch +9056013.ext+ COMPLETED extern +10 min. TEST 6 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 6' -Elapsed time 426 seconds. Compile 6 ++ elapsed=606 ++ echo 'Elapsed time 606 seconds. Compile 6' +Elapsed time 606 seconds. Compile 6 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq' + export COMPILE_NR=7 + COMPILE_NR=7 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -1115,10 +1090,10 @@ Elapsed time 426 seconds. Compile 6 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -1151,15 +1126,15 @@ Elapsed time 426 seconds. Compile 6 + TEST_NR=7 + export JBNME=compile_7 + JBNME=compile_7 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_7 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_7 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -1172,7 +1147,7 @@ Elapsed time 426 seconds. Compile 6 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370859 +Job id 9056010 TEST 7 compile is waiting to enter the queue 1 min. TEST 7 compile is running, Status: R 2 min. TEST 7 compile is running, Status: R @@ -1180,35 +1155,40 @@ TEST 7 compile is waiting to enter the queue 4 min. TEST 7 compile is running, Status: R 5 min. TEST 7 compile is running, Status: R 6 min. TEST 7 compile is running, Status: R +7 min. TEST 7 compile is running, Status: R +8 min. TEST 7 compile is running, Status: R +9 min. TEST 7 compile is running, Status: R +10 min. TEST 7 compile is running, Status: R +11 min. TEST 7 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370859 COMPLETED compile_7 -8370859.bat+ COMPLETED batch -8370859.ext+ COMPLETED extern -7 min. TEST 7 compile is COMPLETED +9056010 COMPLETED compile_7 +9056010.bat+ COMPLETED batch +9056010.ext+ COMPLETED extern +12 min. TEST 7 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 7' -Elapsed time 426 seconds. Compile 7 ++ elapsed=726 ++ echo 'Elapsed time 726 seconds. Compile 7' +Elapsed time 726 seconds. Compile 7 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' + export COMPILE_NR=8 + COMPILE_NR=8 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -1221,10 +1201,10 @@ Elapsed time 426 seconds. Compile 7 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -1257,15 +1237,15 @@ Elapsed time 426 seconds. Compile 7 + TEST_NR=8 + export JBNME=compile_8 + JBNME=compile_8 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_8 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_8 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -1278,7 +1258,7 @@ Elapsed time 426 seconds. Compile 7 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370860 +Job id 9056009 TEST 8 compile is waiting to enter the queue 1 min. TEST 8 compile is running, Status: R 2 min. TEST 8 compile is running, Status: R @@ -1286,41 +1266,35 @@ TEST 8 compile is waiting to enter the queue 4 min. TEST 8 compile is running, Status: R 5 min. TEST 8 compile is running, Status: R 6 min. TEST 8 compile is running, Status: R -7 min. TEST 8 compile is running, Status: R -8 min. TEST 8 compile is running, Status: R -9 min. TEST 8 compile is running, Status: R -10 min. TEST 8 compile is running, Status: R -11 min. TEST 8 compile is running, Status: R -12 min. TEST 8 compile is running, Status: R Slurm unknown status -. Check sacct ... -8370860 COMPLETED compile_8 -8370860.bat+ COMPLETED batch -8370860.ext+ COMPLETED extern -13 min. TEST 8 compile is COMPLETED +9056009 COMPLETED compile_8 +9056009.bat+ COMPLETED batch +9056009.ext+ COMPLETED extern +7 min. TEST 8 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=787 -+ echo 'Elapsed time 787 seconds. Compile 8' -Elapsed time 787 seconds. Compile 8 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 8' +Elapsed time 425 seconds. Compile 8 + SECONDS=0 + [[ 4 != 4 ]] -+ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 -+ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298 ++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ export RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 ++ RUNDIR_ROOT=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658 + export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP' + MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP' + export COMPILE_NR=9 + COMPILE_NR=9 -+ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -+ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9.env ]] -+ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9.env ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests ++ [[ -e /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9.env ]] ++ source /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9.env ++ export MACHINE_ID=hera.intel ++ MACHINE_ID=hera.intel -++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests -++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt -++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt +++ export PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ PATHRT=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests +++ export PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt +++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt ++ export SCHEDULER=slurm ++ SCHEDULER=slurm ++ export ACCNR=gsd-hpcs @@ -1333,10 +1307,10 @@ Elapsed time 787 seconds. Compile 8 ++ ROCOTO=false ++ export ECFLOW=true ++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/RegressionTests_hera.intel.log -++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel -++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/log_hera.intel +++ export REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ REGRESSIONTEST_LOG=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/RegressionTests_hera.intel.log +++ export LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel +++ LOG_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/log_hera.intel + source default_vars.sh ++ '[' hera.intel = wcoss ']' ++ '[' hera.intel = wcoss_cray ']' @@ -1369,15 +1343,15 @@ Elapsed time 787 seconds. Compile 8 + TEST_NR=9 + export JBNME=compile_9 + JBNME=compile_9 -+ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9 -+ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9 ++ export RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9 ++ RUNDIR=/scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9 + source rt_utils.sh ++ set -eu -++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200401-merge-hwrf-sas_UPDATE_20200603/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] +++ [[ /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-hafs-support-update-from-dtc-develop-20200619/rt/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] ++ UNIT_TEST=false + source atparse.bash -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9 -+ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/compile_9 ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9 ++ cd /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/compile_9 + [[ slurm = \s\l\u\r\m ]] + atparse + local __set_x @@ -1390,7 +1364,7 @@ Elapsed time 787 seconds. Compile 8 + '[' -o xtrace ']' + set_x='set -x' + set +x -Job id 8370862 +Job id 9056011 TEST 9 compile is waiting to enter the queue 1 min. TEST 9 compile is running, Status: R 2 min. TEST 9 compile is running, Status: R @@ -1398,21 +1372,13 @@ TEST 9 compile is waiting to enter the queue 4 min. TEST 9 compile is running, Status: R 5 min. TEST 9 compile is running, Status: R 6 min. TEST 9 compile is running, Status: R -7 min. TEST 9 compile is running, Status: R -Slurm unknown status CG. Check sacct ... -8370862 COMPLETED compile_9 -8370862.bat+ COMPLETED batch -8370862.ext+ COMPLETED extern -8 min. TEST 9 compile is COMPLETED -COMPLETED -COMPLETED Slurm unknown status -. Check sacct ... -8370862 COMPLETED compile_9 -8370862.bat+ COMPLETED batch -8370862.ext+ COMPLETED extern -9 min. TEST 9 compile is COMPLETED +9056011 COMPLETED compile_9 +9056011.bat+ COMPLETED batch +9056011.ext+ COMPLETED extern +7 min. TEST 9 compile is COMPLETED COMPLETED COMPLETED -+ elapsed=546 -+ echo 'Elapsed time 546 seconds. Compile 9' -Elapsed time 546 seconds. Compile 9 ++ elapsed=425 ++ echo 'Elapsed time 425 seconds. Compile 9' +Elapsed time 425 seconds. Compile 9 diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 84c3e96993..84f55a3ca0 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Wed Jun 3 22:43:24 UTC 2020 +Thu Jun 25 14:10:20 UTC 2020 Start Regression test baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_control_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -71,7 +71,7 @@ Test 001 fv3_ccpp_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_decomp_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -139,7 +139,7 @@ Test 002 fv3_ccpp_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_2threads_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -207,7 +207,7 @@ Test 003 fv3_ccpp_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_restart_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -275,7 +275,7 @@ Test 004 fv3_ccpp_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_read_inc_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_read_inc_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -343,7 +343,7 @@ Test 005 fv3_ccpp_read_inc PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGauss_netcdf_esmf_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -391,7 +391,7 @@ Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGauss_netcdf_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -439,7 +439,7 @@ Test 007 fv3_ccpp_wrtGauss_netcdf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGlatlon_netcdf_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 008 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -487,7 +487,7 @@ Test 008 fv3_ccpp_wrtGlatlon_netcdf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGauss_nemsio_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGauss_nemsio_prod Checking test 009 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -535,7 +535,7 @@ Test 009 fv3_ccpp_wrtGauss_nemsio PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGauss_nemsio_c192_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -583,7 +583,7 @@ Test 010 fv3_ccpp_wrtGauss_nemsio_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_stochy_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_stochy_prod Checking test 011 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -651,7 +651,7 @@ Test 011 fv3_ccpp_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_iau_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_iau_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_iau_prod Checking test 012 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -719,7 +719,7 @@ Test 012 fv3_ccpp_iau PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_ca_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -787,7 +787,7 @@ Test 013 fv3_ccpp_ca PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_lheatstrg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_lheatstrg_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_lheatstrg_prod Checking test 014 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -835,7 +835,7 @@ Test 014 fv3_ccpp_lheatstrg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmprad_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmprad_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmprad_prod Checking test 015 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -884,7 +884,7 @@ Test 015 fv3_ccpp_gfdlmprad PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmprad_atmwav_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 016 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -933,7 +933,7 @@ Test 016 fv3_ccpp_gfdlmprad_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_wrtGauss_nemsio_c768_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_wrtGauss_nemsio_c768_prod Checking test 017 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -982,7 +982,7 @@ Test 017 fv3_ccpp_wrtGauss_nemsio_c768 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_control_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_control_32bit_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_control_32bit_prod Checking test 018 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1050,7 +1050,7 @@ Test 018 fv3_ccpp_control_32bit PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_stretched_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_stretched_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1106,7 +1106,7 @@ Test 019 fv3_ccpp_stretched PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_stretched_nest_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_stretched_nest_prod Checking test 020 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1173,7 +1173,7 @@ Test 020 fv3_ccpp_stretched_nest PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_regional_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_regional_control_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1184,7 +1184,7 @@ Test 021 fv3_ccpp_regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_regional_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_regional_restart_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1193,7 +1193,7 @@ Test 022 fv3_ccpp_regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_regional_quilt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_regional_quilt_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1204,7 +1204,7 @@ Test 023 fv3_ccpp_regional_quilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_regional_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_regional_c768_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_regional_c768_prod Checking test 024 fv3_ccpp_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1213,19 +1213,19 @@ Test 024 fv3_ccpp_regional_c768 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_control_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_control_debug_prod Checking test 025 fv3_ccpp_control_debug results .... Test 025 fv3_ccpp_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_stretched_nest_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_stretched_nest_debug_prod Checking test 026 fv3_ccpp_stretched_nest_debug results .... Test 026 fv3_ccpp_stretched_nest_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmp_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmp_prod Checking test 027 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1273,7 +1273,7 @@ Test 027 fv3_ccpp_gfdlmp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmprad_gwd_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmprad_gwd_prod Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1321,7 +1321,7 @@ Test 028 fv3_ccpp_gfdlmprad_gwd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmprad_noahmp_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1369,7 +1369,7 @@ Test 029 fv3_ccpp_gfdlmprad_noahmp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmp_hwrfsas_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmp_hwrfsas_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmp_hwrfsas_prod Checking test 030 fv3_ccpp_gfdlmp_hwrfsas results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1417,7 +1417,7 @@ Test 030 fv3_ccpp_gfdlmp_hwrfsas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_csawmg_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_csawmg_prod Checking test 031 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1465,7 +1465,7 @@ Test 031 fv3_ccpp_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_satmedmf_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_satmedmf_prod Checking test 032 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1513,7 +1513,7 @@ Test 032 fv3_ccpp_satmedmf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_satmedmfq_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_satmedmfq_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_satmedmfq_prod Checking test 033 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1561,7 +1561,7 @@ Test 033 fv3_ccpp_satmedmfq PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmp_32bit_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmp_32bit_prod Checking test 034 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1609,7 +1609,7 @@ Test 034 fv3_ccpp_gfdlmp_32bit PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfdlmprad_32bit_post_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1661,7 +1661,7 @@ Test 035 fv3_ccpp_gfdlmprad_32bit_post PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_cpt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_cpt_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_cpt_prod Checking test 036 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1715,7 +1715,7 @@ Test 036 fv3_ccpp_cpt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gsd_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gsd_prod Checking test 037 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1807,7 +1807,7 @@ Test 037 fv3_ccpp_gsd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_thompson_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_thompson_prod Checking test 038 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1875,7 +1875,7 @@ Test 038 fv3_ccpp_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_thompson_no_aero_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_thompson_no_aero_prod Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1943,7 +1943,7 @@ Test 039 fv3_ccpp_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfs_v15p2_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfs_v15p2_prod Checking test 040 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2011,7 +2011,7 @@ Test 040 fv3_ccpp_gfs_v15p2 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfs_v16beta_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfs_v16beta_prod Checking test 041 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2079,7 +2079,7 @@ Test 041 fv3_ccpp_gfs_v16beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_rrtmgp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_rrtmgp_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_rrtmgp_prod Checking test 042 fv3_ccpp_rrtmgp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2147,7 +2147,7 @@ Test 042 fv3_ccpp_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfs_v15p2_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfs_v15p2_debug_prod Checking test 043 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2215,7 +2215,7 @@ Test 043 fv3_ccpp_gfs_v15p2_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfs_v16beta_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfs_v16beta_debug_prod Checking test 044 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2283,7 +2283,7 @@ Test 044 fv3_ccpp_gfs_v16beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_rrtmgp_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_rrtmgp_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_rrtmgp_debug_prod Checking test 045 fv3_ccpp_rrtmgp_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2351,7 +2351,7 @@ Test 045 fv3_ccpp_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gsd_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gsd_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gsd_debug_prod Checking test 046 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2419,7 +2419,7 @@ Test 046 fv3_ccpp_gsd_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_thompson_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_thompson_debug_prod Checking test 047 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2487,7 +2487,7 @@ Test 047 fv3_ccpp_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_thompson_no_aero_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_thompson_no_aero_debug_prod Checking test 048 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2555,7 +2555,7 @@ Test 048 fv3_ccpp_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfsv16_csawmg_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfsv16_csawmg_prod Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2603,7 +2603,7 @@ Test 049 fv3_ccpp_gfsv16_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gfsv16_csawmgt_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gfsv16_csawmgt_prod Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2651,7 +2651,7 @@ Test 050 fv3_ccpp_gfsv16_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200603/INTEL/fv3_gocart_clm_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_188298/fv3_ccpp_gocart_clm_prod +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_49658/fv3_ccpp_gocart_clm_prod Checking test 051 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2699,5 +2699,5 @@ Test 051 fv3_ccpp_gocart_clm PASS REGRESSION TEST WAS SUCCESSFUL -Wed Jun 3 23:48:49 UTC 2020 -Elapsed time: 01h:05m:29s. Have a nice day! +Thu Jun 25 14:46:15 UTC 2020 +Elapsed time: 00h:35m:56s. Have a nice day! From ddf208b3c7f56afd87761d58ba82556779ed18d6 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Thu, 25 Jun 2020 19:57:26 +0000 Subject: [PATCH 115/271] Update ESMF library modulefile for hera.intel. Update HYCOM submodule to include runtime import/export coupling fields configuration. --- HYCOM | 2 +- modulefiles/hera.intel/fv3 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HYCOM b/HYCOM index 142b008c78..d7044bbb71 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit 142b008c7879bd7197a64ac36218cc28bb5e1bde +Subproject commit d7044bbb71b0e16243441309c5bde8a405ca381c diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index aadcf962da..f1ca7adb44 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -48,8 +48,7 @@ module load post/8.0.6 module use -a /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles module load hdf5_parallel/1.10.6 module load netcdf_parallel/4.7.4 -module use -a /scratch1/NCEPDEV/hwrf/save/modulefiles -module load esmf/8.1.0bs19_ParallelNetCDF.hafs_couplehycom +module load esmf/8.1.0bs19_ParallelNetCDF ## ## load cmake From 30c7b81a1ae0810d7d2d867697ff38dc7d2a0d81 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 26 Jun 2020 08:55:31 -0600 Subject: [PATCH 116/271] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index da8785b1f5..6c79a578d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/hafs-community/fv3atm - #branch = support/HAFS - url = https://github.com/climbfuji/fv3atm - branch = update_hafs_from_dtc_hwrf_physics_20200619 + url = https://github.com/hafs-community/fv3atm + branch = support/HAFS [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index d90a13e1b4..1d8963ec2d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d90a13e1b49bedf5c9ffbffdc67d2a04a67e8e96 +Subproject commit 1d8963ec2d3851b4d2f72e979adc8322c94d534d From 247f0bfe45a159cc045bc874adf16df93102082a Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 3 Jul 2020 14:26:36 +0000 Subject: [PATCH 117/271] Update submodule fv3atm. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index aea6c8963d..8645bdc154 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit aea6c8963d1e7c198bc09bb2284c6424bc4ad2fb +Subproject commit 8645bdc154252f75e369a52a28033eaa63cd9f11 From 17d7a17e8f4f205ef0ec47a66e8d37dee6deb41f Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 8 Jul 2020 20:03:56 +0000 Subject: [PATCH 118/271] Update submodule FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8427f29679..60879e1e31 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8427f2967955db15dc8bbaf11984bed799184d23 +Subproject commit 60879e1e31103327719b5cd0cdbd7aa4ab55b8d9 From 23fe7c9fb78fe1f680ccb05dec2b84d708323444 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 9 Jul 2020 01:19:01 +0000 Subject: [PATCH 119/271] Update submodule fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 60879e1e31..5a2fa08b18 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 60879e1e31103327719b5cd0cdbd7aa4ab55b8d9 +Subproject commit 5a2fa08b18923b863e80cec4557213319abe9824 From 3eeeb5c90777bbc048ae523af339f22aa29a8872 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sun, 12 Jul 2020 14:48:55 +0000 Subject: [PATCH 120/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 5a2fa08b18..5a831d3957 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5a2fa08b18923b863e80cec4557213319abe9824 +Subproject commit 5a831d39573786f74bea70d95e51903e1ec4b9ef From 99eb767bfe6dfc66076c859d093d5e6013a68ffd Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 15 Jul 2020 02:07:14 +0000 Subject: [PATCH 121/271] Load esmflocal/8.1.0.19bs on Orion. --- modulefiles/orion.intel/fv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/orion.intel/fv3 b/modulefiles/orion.intel/fv3 index afecfeae3b..730fe769af 100644 --- a/modulefiles/orion.intel/fv3 +++ b/modulefiles/orion.intel/fv3 @@ -44,7 +44,7 @@ module load z/1.2.6 ## module use /apps/contrib/NCEPLIBS/lib/modulefiles module load netcdfp/4.7.4 -module load esmflocal/8.0.0.para +module load esmflocal/8.1.0.19bs module load post-intel-sandybridge/8.0.5 ### From 34fbd84d5bc3f054721ebed3318d0f036ef863d4 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 17 Jul 2020 00:16:23 +0000 Subject: [PATCH 122/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 887cec7bc8..f28a3c8e4a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 887cec7bc8122ddceff19d6a3e826275ca999aa3 +Subproject commit f28a3c8e4a5d9455f550b7ffa48b27af2ce3c353 From c2f6fe311f0d1ccd71e39006802174d30c321c78 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Mon, 3 Aug 2020 16:52:30 +0000 Subject: [PATCH 123/271] Add CMEPS submodule to components and compile.sh script. --- .gitmodules | 4 ++++ CMEPS | 1 + tests/compile.sh | 4 ++++ 3 files changed, 9 insertions(+) create mode 160000 CMEPS diff --git a/.gitmodules b/.gitmodules index 4a2f8f8464..83a43da44d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics branch = master +[submodule "CMEPS"] + path = CMEPS + url = https://github.com/ESCOMP/CMEPS.git + branch = master diff --git a/CMEPS b/CMEPS new file mode 160000 index 0000000000..be77a06cb8 --- /dev/null +++ b/CMEPS @@ -0,0 +1 @@ +Subproject commit be77a06cb898447dc8cbf48c8f297ef3dcd76a34 diff --git a/tests/compile.sh b/tests/compile.sh index 96c43c9b54..e96a2b604e 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -70,6 +70,10 @@ if [[ "${MAKE_OPT}" == *"HYCOM=Y"* ]]; then COMPONENTS="HYCOM,$COMPONENTS" fi +if [[ "${MAKE_OPT}" == *"CMEPS=Y"* ]]; then + COMPONENTS="CMEPS,$COMPONENTS" +fi + # Make variables: # COMPONENTS = list of components to build # BUILD_ENV = theia.intel, wcoss_dell_p3, etc. From f9047d16a42b99486d96d3d3c3e2637234bb7d1e Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Tue, 27 Oct 2020 20:34:02 +0000 Subject: [PATCH 124/271] Update CMEPS submodule. Includes ocean fraction computation fix. --- .gitmodules | 2 +- CMEPS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 83a43da44d..c31d3fb9e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,5 +24,5 @@ branch = master [submodule "CMEPS"] path = CMEPS - url = https://github.com/ESCOMP/CMEPS.git + url = https://github.com/hafs-community/CMEPS.git branch = master diff --git a/CMEPS b/CMEPS index be77a06cb8..7d5496c6dd 160000 --- a/CMEPS +++ b/CMEPS @@ -1 +1 @@ -Subproject commit be77a06cb898447dc8cbf48c8f297ef3dcd76a34 +Subproject commit 7d5496c6ddc7af1a90cfbce21a91b178b861cb1c From 4b782ac32a9c1f385600248e196a9e86a9a2806f Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 20 Nov 2020 02:49:09 +0000 Subject: [PATCH 125/271] Update the submodules after them being merged into their support/HAFS branches. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4a2f8f8464..7564564add 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "FV3"] path = FV3 url = https://github.com/hafs-community/fv3atm - branch = feature/hafs_couplehycom + branch = support/HAFS [submodule "NEMS"] path = NEMS url = https://github.com/hafs-community/NEMS - branch = feature/hafs_couplehycom + branch = support/HAFS [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS @@ -13,7 +13,7 @@ [submodule "HYCOM"] path = HYCOM url = https://github.com/hafs-community/HYCOM-src.git - branch = feature/NUOPC + branch = support/HAFS [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 From fc1e3f68aabb6cad07b22057893e85267f93283d Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 30 Nov 2020 17:18:30 +0000 Subject: [PATCH 126/271] Temporarily turn off the INLINE_POST build option on Jet. --- cmake/configure_jet.intel.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configure_jet.intel.cmake b/cmake/configure_jet.intel.cmake index 19baeb71ca..211bf56e43 100644 --- a/cmake/configure_jet.intel.cmake +++ b/cmake/configure_jet.intel.cmake @@ -1,3 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) +set(INLINE_POST OFF CACHE BOOL "Enable inline post" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) set(SIMDMULTIARCH ON CACHE BOOL "Enable multi-target SIMD instruction sets" FORCE) From d0f491a526a68e9f6f809cdbbd3066ac14b13bc1 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 1 Dec 2020 15:35:45 +0000 Subject: [PATCH 127/271] Load the hpc-stack version of modules and turn back on the INLINE_POST build option on Jet. --- cmake/configure_jet.intel.cmake | 2 +- modulefiles/jet.intel/fv3 | 72 +++++++++++++++------------------ 2 files changed, 33 insertions(+), 41 deletions(-) diff --git a/cmake/configure_jet.intel.cmake b/cmake/configure_jet.intel.cmake index 211bf56e43..19baeb71ca 100644 --- a/cmake/configure_jet.intel.cmake +++ b/cmake/configure_jet.intel.cmake @@ -1,3 +1,3 @@ -set(INLINE_POST OFF CACHE BOOL "Enable inline post" FORCE) +set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) set(SIMDMULTIARCH ON CACHE BOOL "Enable multi-target SIMD instruction sets" FORCE) diff --git a/modulefiles/jet.intel/fv3 b/modulefiles/jet.intel/fv3 index 981241950e..b56733b2c3 100644 --- a/modulefiles/jet.intel/fv3 +++ b/modulefiles/jet.intel/fv3 @@ -1,51 +1,43 @@ -#%Module###################################################################### -## -## nems prerequisites -## +#%Module proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Jet/Intel" + puts stderr "\tcit - loads modules required for building and running UFS Model on Jet/Intel" } -## -## load contrib environment -## load slurm utils (arbitrary.pl layout.pl) -## -module use -a /contrib/sutils/modulefiles -module load sutils - -module load intel/18.0.5.274 -module load impi/2018.4.274 +module-whatis "loads UFS Model prerequisites for Jet/Intel" -## -## use pre-compiled PNG, NetCDF, ESMF and NCEP libraries for above compiler / MPI combination -## -module use -a /lfs4/HFIP/hfv3gfs/software/ufs-stack-20200909/intel-18.0.5.274/impi-2018.4.274/modules - -module load libpng/1.6.35 -module load netcdf/4.7.4 -module load esmf/8.1.0bs27 +module use /contrib/sutils/modulefiles +module load sutils -module load bacio/2.4.0 -module load crtm/2.3.0 -module load g2/3.4.0 -module load g2tmpl/1.9.0 -module load ip/3.3.0 -module load nceppost/dceca26 -module load nemsio/2.5.1 -module load sp/2.3.0 -module load w3emc/2.7.0 -module load w3nco/2.4.0 - -module load gfsio/1.4.0 -module load sfcio/1.4.0 -module load sigio/2.3.0 - -## -## load cmake -## module load cmake/3.16.1 setenv CMAKE_C_COMPILER mpiicc setenv CMAKE_CXX_COMPILER mpiicpc setenv CMAKE_Fortran_COMPILER mpiifort setenv CMAKE_Platform jet.intel + +module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack + +# At this time (2020/11/30), this is the pre-release version 1.0.0 +module load hpc/1.1.0 +module load hpc-intel/18.0.5.274 +module load hpc-impi/2018.4.274 + +module load jasper/2.0.22 +module load zlib/1.2.11 +module load png/1.6.35 + +module load hdf5/1.10.6 +module load netcdf/4.7.4 +module load pio/2.5.1 +module load esmf/8_1_0_beta_snapshot_27 + +module load bacio/2.4.1 +module load crtm/2.3.0 +module load g2/3.4.1 +module load g2tmpl/1.9.1 +module load ip/3.3.3 +module load nemsio/2.5.2 +module load sp/2.3.3 +module load w3emc/2.7.3 +module load w3nco/2.4.1 +module load upp/10.0.0 From 8351a18d4fb9259bbbe3c0593901046fc6f5f495 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Fri, 11 Dec 2020 00:48:53 +0000 Subject: [PATCH 128/271] Created HYCOM-interface with HYCOM cmake files. Move HYCOM submodule into HYCOM-interface. Add HYCOM to CMakeLists.txt. --- .gitmodules | 8 +- CMakeLists.txt | 15 ++++ HYCOM | 1 - HYCOM-interface/CMakeLists.txt | 124 ++++++++++++++++++++++++++++++ HYCOM-interface/HYCOM | 1 + HYCOM-interface/hycom_files.cmake | 68 ++++++++++++++++ tests/compile.sh | 2 +- 7 files changed, 213 insertions(+), 6 deletions(-) delete mode 160000 HYCOM create mode 100644 HYCOM-interface/CMakeLists.txt create mode 160000 HYCOM-interface/HYCOM create mode 100644 HYCOM-interface/hycom_files.cmake diff --git a/.gitmodules b/.gitmodules index 29c7a8a639..684e754d71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,14 +10,14 @@ path = FMS url = https://github.com/NOAA-GFDL/FMS branch = master -[submodule "HYCOM"] - path = HYCOM - url = https://github.com/hafs-community/HYCOM-src.git - branch = support/HAFS [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 branch = develop +[submodule "HYCOM"] + path = HYCOM-interface/HYCOM + url = https://github.com/hafs-community/HYCOM-src.git + branch = feature/NUOPC [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics diff --git a/CMakeLists.txt b/CMakeLists.txt index a00e1472cf..6839ac56ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF") set(QUAD_PRECISION ON CACHE BOOL "Enable QUAD_PRECISION (for certain grid metric terms in dycore)") set(REPRO OFF CACHE BOOL "Enable REPRO mode") set(WW3 OFF CACHE BOOL "Enable WW3") +set(HYCOM OFF CACHE BOOL "Enable HYCOM") set(S2S OFF CACHE BOOL "Enable S2S") set(DATM OFF CACHE BOOL "Enable Data Atmosphere") @@ -65,6 +66,7 @@ message("PARALLEL_NETCDF .. ${PARALLEL_NETCDF}") message("QUAD_PRECISION ... ${QUAD_PRECISION}") message("REPRO ............ ${REPRO}") message("WW3 .............. ${WW3}") +message("HYCOM ............ ${HYCOM}") message("S2S .............. ${S2S}") message("DATM ............. ${DATM}") message("") @@ -211,6 +213,13 @@ if(WW3) set(WW3_LIBS ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/obj/libww3_multi_esmf.a) endif() +############################################################################### +### HYCOM Component +############################################################################### +if(HYCOM) + add_subdirectory(HYCOM-interface) +endif() + ############################################################################### ### S2S Components [CMEPS, MOM6, CICE] ############################################################################### @@ -281,6 +290,12 @@ else() target_link_libraries(ufs PUBLIC fv3atm) endif() +if(HYCOM) + list(APPEND _ufs_defs_private FRONT_HYCOM=HYCOM_Mod) + add_dependencies(ufs hycom) + target_link_libraries(ufs PUBLIC hycom) +endif() + if(S2S) list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod FRONT_CICE6=ice_comp_nuopc diff --git a/HYCOM b/HYCOM deleted file mode 160000 index d7044bbb71..0000000000 --- a/HYCOM +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d7044bbb71b0e16243441309c5bde8a405ca381c diff --git a/HYCOM-interface/CMakeLists.txt b/HYCOM-interface/CMakeLists.txt new file mode 100644 index 0000000000..30e32d1e27 --- /dev/null +++ b/HYCOM-interface/CMakeLists.txt @@ -0,0 +1,124 @@ +get_filename_component(hycom_dir "${CMAKE_CURRENT_SOURCE_DIR}/HYCOM" ABSOLUTE) + +### HYCOM Fortran compiler flags +if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU") + set(CMAKE_Fortran_FLAGS "-g -fbacktrace") + set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8 -fdefault-double-8") + set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Waliasing -fcray-pointer -fconvert=big-endian -ffree-line-length-none -fno-range-check -fbacktrace") + set(CMAKE_Fortran_FLAGS_RELEASE "-O3") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -fcheck=bounds -ffpe-trap=invalid,zero,overflow,underflow" ) + set(CMAKE_Fortran_LINK_FLAGS "") +elseif(CMAKE_Fortran_COMPILER_ID MATCHES "Intel") + set(CMAKE_Fortran_FLAGS "-g -traceback -xSSE4.2 -mcmodel=small -r8") + set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -fp-model source -warn nogeneral") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -link_mpi=dbg") + set(CMAKE_Fortran_LINK_FLAGS "-V ${CMAKE_Fortran_FLAGS} -static-intel") +else() + message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") +endif() + +### HYCOM C compiler flags +if(CMAKE_C_COMPILER_ID MATCHES "GNU") + set(CMAKE_C_FLAGS "-g -fbacktrace") + set(CMAKE_C_FLAGS_RELEASE "-O3") + set(CMAKE_C_FLAGS_DEBUG "-O0") + set(CMAKE_C_LINK_FLAGS "") +elseif(CMAKE_C_COMPILER_ID MATCHES "Intel") + set(CMAKE_C_FLAGS "-g -traceback -xSSE4.2 -mcmodel=small") + set(CMAKE_C_FLAGS_RELEASE "-O") + set(CMAKE_C_FLAGS_DEBUG "-O0 -ftrapuv") + set(CMAKE_C_LINK_FLAGS "-V ${CMAKE_C_FLAGS} -static-intel") +else() + message(WARNING "C compiler with ID ${CMAKE_C_COMPILER_ID} will be used with CMake default options") +endif() + +list(APPEND _hycom_defs IA32 + REAL8 + MPI + SERIAL_IO + ENDIAN_IO + NAN2003 + TIME + RELO + EOS_SIG2 + EOS_17T + ESPC_COUPLE +) + +# User option to build HYCOM offline executable +set(HYCOMOFFLINE OFF CACHE BOOL "Build HYCOM offline") + +message("Build HYCOM:") +message(" in: ${hycom_dir}") +message(" HYCOMOFFLINE: ${HYCOMOFFLINE}") +message("") + +# Too many files to list, so include them via this file +include("hycom_files.cmake") + +### Use common object library for building target library +add_library(hycom_obj OBJECT ${_hycom_src_files}) +set_target_properties(hycom_obj PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/HYCOM) +set_target_properties(hycom_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) +target_include_directories(hycom_obj PRIVATE $) +target_include_directories(hycom_obj PRIVATE $) +target_compile_definitions(hycom_obj PRIVATE "${_hycom_defs}") + + +### Use NUOPC object library for building target library +add_library(hycom_nuopc_obj OBJECT ${_hycom_nuopc_src_files}) +add_dependencies(hycom_nuopc_obj hycom_obj) +set_target_properties(hycom_nuopc_obj PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/HYCOM) +set_target_properties(hycom_nuopc_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) +target_include_directories(hycom_nuopc_obj PRIVATE $) +target_include_directories(hycom_nuopc_obj PRIVATE $ + $) +target_compile_definitions(hycom_nuopc_obj PRIVATE "${_hycom_defs}") +target_link_libraries(hycom_nuopc_obj PRIVATE hycom_obj + esmf + NetCDF::NetCDF_Fortran) + +### Create target library and set PUBLIC interfaces on the library +add_library(hycom STATIC $ + $) +target_include_directories(hycom PUBLIC $ + $) +target_include_directories(hycom PUBLIC $ + $) +target_compile_definitions(hycom PRIVATE "${_hycom_defs}") +target_link_libraries(hycom PUBLIC esmf + NetCDF::NetCDF_Fortran) + +### Create HYCOM offline executable +if(HYCOMOFFLINE) + message("Building HYCOM offline executable") + add_executable(hycomoffline ${_hycom_offline_src_files}) + add_dependencies(hycomoffline hycom_obj) + set_target_properties(hycomoffline PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod_offline) + target_include_directories(hycomoffline PRIVATE $) + target_include_directories(hycomoffline PRIVATE $) + target_include_directories(hycomoffline PRIVATE $) + + target_link_libraries(hycomoffline PRIVATE hycom_obj) +endif() + +############################################################################### +### Install +############################################################################### + +install( + TARGETS hycom + EXPORT hycom-config + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib + COMPONENT Library) + +install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod DESTINATION ${CMAKE_INSTALL_PREFIX}/HYCOM) + +install(EXPORT hycom-config + DESTINATION lib/cmake) + +if(HYCOMOFFLINE) + install(TARGETS hycomoffline RUNTIME DESTINATION bin) +endif() diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM new file mode 160000 index 0000000000..2c7fdc2e0f --- /dev/null +++ b/HYCOM-interface/HYCOM @@ -0,0 +1 @@ +Subproject commit 2c7fdc2e0fc482944b6eac32a338aba2510837fb diff --git a/HYCOM-interface/hycom_files.cmake b/HYCOM-interface/hycom_files.cmake new file mode 100644 index 0000000000..6d382d82c8 --- /dev/null +++ b/HYCOM-interface/hycom_files.cmake @@ -0,0 +1,68 @@ +list(APPEND _hycom_src_files + HYCOM/mod_dimensions.F90 + HYCOM/mod_xc.F90 + HYCOM/mod_za.F90 + HYCOM/mod_cb_arrays.F90 + HYCOM/mod_pipe.F90 + HYCOM/mod_incupd.F90 + HYCOM/mod_floats.F90 + HYCOM/mod_stokes.F90 + HYCOM/mod_tides.F90 + HYCOM/mod_mean.F90 + HYCOM/mod_archiv.F90 + HYCOM/mod_tsadvc.F90 + HYCOM/mod_momtum.F90 + HYCOM/mod_barotp.F90 + HYCOM/mod_asselin.F90 + HYCOM/mod_restart.F90 + HYCOM/mod_hycom.F90 + + HYCOM/bigrid.F90 + HYCOM/blkdat.F90 + HYCOM/cnuity.F90 + HYCOM/convec.F90 + HYCOM/diapfl.F90 + HYCOM/dpthuv.F90 + HYCOM/dpudpv.F90 + HYCOM/forfun.F90 + HYCOM/geopar.F90 + HYCOM/hybgen.F90 + HYCOM/icloan.F90 + HYCOM/inicon.F90 + HYCOM/inigiss.F90 + HYCOM/inikpp.F90 + HYCOM/inimy.F90 + HYCOM/latbdy.F90 + HYCOM/matinv.F90 + HYCOM/mxkprf.F90 + HYCOM/mxkrt.F90 + HYCOM/mxkrtm.F90 + HYCOM/mxpwp.F90 + HYCOM/overtn.F90 + HYCOM/poflat.F90 + HYCOM/prtmsk.F90 + HYCOM/psmoo.F90 + HYCOM/thermf.F90 + HYCOM/trcupd.F90 + HYCOM/machine.F90 + HYCOM/wtime.F90 + HYCOM/machi_c.c + HYCOM/isnan.F90 + HYCOM/s8gefs.F90 +) + +list(APPEND _hycom_nuopc_src_files + HYCOM/NUOPC/HYCOM_OceanComp.F90 + HYCOM/NUOPC/HYCOM_ESMF_Extensions.F90 + HYCOM/NUOPC/hycom_couple.F90 + HYCOM/NUOPC/ReadHycomLatLon.F90 + HYCOM/NUOPC/read_impexp_config_mod.F90 + HYCOM/NUOPC/impexpField_cdf_mod.F90 + HYCOM/NUOPC/export_from_hycom_tiled.F90 + HYCOM/NUOPC/hycom_read_latlon.F90 +) + +list(APPEND _hycom_offline_src_files + HYCOM/hycom.F90 +) + diff --git a/tests/compile.sh b/tests/compile.sh index 0d67d49d24..b7f2752cb9 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -138,7 +138,7 @@ if [[ "${MAKE_OPT}" == *"WW3=Y"* ]]; then fi if [[ "${MAKE_OPT}" == *"HYCOM=Y"* ]]; then - COMPONENTS="HYCOM,$COMPONENTS" + CMAKE_FLAGS="${CMAKE_FLAGS} -DHYCOM=Y" fi # Make variables: From d3c1595fb837ae3b5c127eb7bcebb44757133cf2 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 11 Dec 2020 04:25:33 +0000 Subject: [PATCH 129/271] Point to the support/HAFS branch for the HYCOM submodule. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 684e754d71..9149bf72f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,7 +17,7 @@ [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/hafs-community/HYCOM-src.git - branch = feature/NUOPC + branch = support/HAFS [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics From 6b97966427b5cf5ddc25eae3f3f484bb93620f50 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 11 Dec 2020 23:17:52 -0600 Subject: [PATCH 130/271] add CDEPS as submodule and enable RT tests for data component configurations --- .gitmodules | 8 +- CDEPS | 1 + CMEPS | 2 +- HYCOM | 2 +- NEMS | 2 +- modulefiles/orion.intel/fv3 | 1 + parm/atm_modelio.nml | 8 + parm/datm.streams.xml.era5 | 49 + parm/datm_in.era5 | 15 + parm/docn.streams.xml.oisst | 25 + parm/docn_in.oisst | 10 + parm/fd_nems.yaml | 1 + parm/med_modelio.nml | 8 + parm/model_configure.cdeps.IN | 47 + parm/nems.configure.datm_era5_docn_oisst.IN | 101 + parm/nems.configure.datm_era5_hycom.IN | 121 + parm/ocn_modelio.nml | 8 + parm/pio_in | 34 + tests/Compile_orion.intel.log | 2892 +++++++++---------- tests/RegressionTests_orion.intel.log | 2633 +---------------- tests/cdeps_conf/datm_era5_run.IN | 10 + tests/cdeps_conf/docn_oisst_run.IN | 10 + tests/compile.sh | 19 +- tests/hycom_conf/hycom_hat10_run.IN | 1 + tests/rt_datm_docn.sh | 90 + tests/rt_datm_hycom.sh | 87 + tests/rt_orion_cpl.conf | 7 + tests/tests/datm_docn_cmeps | 56 + tests/tests/datm_hycom_cmeps | 61 + 29 files changed, 2256 insertions(+), 4053 deletions(-) create mode 160000 CDEPS create mode 100755 parm/atm_modelio.nml create mode 100755 parm/datm.streams.xml.era5 create mode 100755 parm/datm_in.era5 create mode 100644 parm/docn.streams.xml.oisst create mode 100644 parm/docn_in.oisst create mode 120000 parm/fd_nems.yaml create mode 100755 parm/med_modelio.nml create mode 100755 parm/model_configure.cdeps.IN create mode 100755 parm/nems.configure.datm_era5_docn_oisst.IN create mode 100755 parm/nems.configure.datm_era5_hycom.IN create mode 100755 parm/ocn_modelio.nml create mode 100755 parm/pio_in create mode 100644 tests/cdeps_conf/datm_era5_run.IN create mode 100644 tests/cdeps_conf/docn_oisst_run.IN create mode 100644 tests/hycom_conf/hycom_hat10_run.IN create mode 100755 tests/rt_datm_docn.sh create mode 100755 tests/rt_datm_hycom.sh create mode 100644 tests/rt_orion_cpl.conf create mode 100644 tests/tests/datm_docn_cmeps create mode 100644 tests/tests/datm_hycom_cmeps diff --git a/.gitmodules b/.gitmodules index c31d3fb9e6..0653130061 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,7 +13,7 @@ [submodule "HYCOM"] path = HYCOM url = https://github.com/hafs-community/HYCOM-src.git - branch = feature/NUOPC + branch = feature/NUOPC_merged [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -25,4 +25,8 @@ [submodule "CMEPS"] path = CMEPS url = https://github.com/hafs-community/CMEPS.git - branch = master + branch = feature/hafs +[submodule "CDEPS"] + path = CDEPS + url = https://github.com/hafs-community/CDEPS + branch = support/HAFS diff --git a/CDEPS b/CDEPS new file mode 160000 index 0000000000..d94eecadb8 --- /dev/null +++ b/CDEPS @@ -0,0 +1 @@ +Subproject commit d94eecadb8b89f072d36745586ad4150eac93f3a diff --git a/CMEPS b/CMEPS index 7d5496c6dd..681bece2f0 160000 --- a/CMEPS +++ b/CMEPS @@ -1 +1 @@ -Subproject commit 7d5496c6ddc7af1a90cfbce21a91b178b861cb1c +Subproject commit 681bece2f03651bf591f25f2911ce575d1e35ec9 diff --git a/HYCOM b/HYCOM index d7044bbb71..f7c2bf4c87 160000 --- a/HYCOM +++ b/HYCOM @@ -1 +1 @@ -Subproject commit d7044bbb71b0e16243441309c5bde8a405ca381c +Subproject commit f7c2bf4c87bc546bac0936524b341b76cb925a28 diff --git a/NEMS b/NEMS index 831e947727..cf91d87190 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 831e947727a52a491a5b9def28d6dc9997068594 +Subproject commit cf91d871903b615f6e1ee7be732b5c3c7b7806f0 diff --git a/modulefiles/orion.intel/fv3 b/modulefiles/orion.intel/fv3 index 730fe769af..0df5fd099e 100644 --- a/modulefiles/orion.intel/fv3 +++ b/modulefiles/orion.intel/fv3 @@ -37,6 +37,7 @@ module load crtm/2.3.0 module load jasper/1.900.2 module load png/1.2.44 module load z/1.2.6 +module load pio/2.5.2 ## ## load ESMF library for above compiler / MPI combination diff --git a/parm/atm_modelio.nml b/parm/atm_modelio.nml new file mode 100755 index 0000000000..959488b191 --- /dev/null +++ b/parm/atm_modelio.nml @@ -0,0 +1,8 @@ +&pio_inparm + pio_netcdf_format = "64bit_offset" + pio_numiotasks = -99 + pio_rearranger = 1 + pio_root = 1 + pio_stride = 36 + pio_typename = "netcdf" +/ diff --git a/parm/datm.streams.xml.era5 b/parm/datm.streams.xml.era5 new file mode 100755 index 0000000000..2988b289d5 --- /dev/null +++ b/parm/datm.streams.xml.era5 @@ -0,0 +1,49 @@ + + + + + cycle + linear + single + bilinear + 1.5 + 2019 + 2019 + 1900 + u:v + input/TL639_200618_ESMFmesh.nc + null + + input/ERA5.TL639.2019.08.200618_subset.nc + input/ERA5.TL639.2019.09.200618_subset.nc + + + u10 Sa_u + v10 Sa_v + t2m Sa_tbot + skt Sa_tskn + d2m Sa_tdew + msl Sa_pslv + sp Sa_pbot + tp Faxa_rain + cp Faxa_rainc + lsp Faxa_rainl + csf Faxa_snowc + lsf Faxa_snowl + ssrd Faxa_swdn + ssr Faxa_swnet + strd Faxa_lwdn + str Faxa_lwnet + aluvp Faxa_swvdr + aluvd Faxa_swvdf + alnip Faxa_swndr + alnid Faxa_swndf + sshf Faxa_sen + slhf Faxa_lat + ewss Faxa_taux + nsss Faxa_tauy + + 0 + + + diff --git a/parm/datm_in.era5 b/parm/datm_in.era5 new file mode 100755 index 0000000000..10bad462ff --- /dev/null +++ b/parm/datm_in.era5 @@ -0,0 +1,15 @@ +&datm_nml + datamode = "ERA5" + factorfn_data = "null" + factorfn_mesh = "null" + flds_co2 = .false. + flds_presaero = .false. + flds_wiso = .false. + iradsw = 1 + model_createmesh_fromfile = "null" + model_maskfile = "input/TL639_200618_ESMFmesh.nc" + model_meshfile = "input/TL639_200618_ESMFmesh.nc" + nx_global = 1440 + ny_global = 721 + restfilm = "null" +/ diff --git a/parm/docn.streams.xml.oisst b/parm/docn.streams.xml.oisst new file mode 100644 index 0000000000..1799015466 --- /dev/null +++ b/parm/docn.streams.xml.oisst @@ -0,0 +1,25 @@ + + + + + cycle + linear + single + bilinear + 1.5 + 2019 + 2019 + 1 + null + input/TX025_201105_ESMFmesh.nc + null + + input/sst.day.mean.2019.nc + + + sst So_t + + 0 + + + diff --git a/parm/docn_in.oisst b/parm/docn_in.oisst new file mode 100644 index 0000000000..cb158e5b9a --- /dev/null +++ b/parm/docn_in.oisst @@ -0,0 +1,10 @@ +&docn_nml + datamode = "sstdata" + model_createmesh_fromfile = "null" + model_maskfile = "input/TX025_201105_ESMFmesh.nc" + model_meshfile = "input/TX025_201105_ESMFmesh.nc" + nx_global = 1440 + ny_global = 720 + restfilm = "null" + sst_constant_value = -1.0 +/ diff --git a/parm/fd_nems.yaml b/parm/fd_nems.yaml new file mode 120000 index 0000000000..9bc7890893 --- /dev/null +++ b/parm/fd_nems.yaml @@ -0,0 +1 @@ +../CMEPS/mediator/fd_nems.yaml \ No newline at end of file diff --git a/parm/med_modelio.nml b/parm/med_modelio.nml new file mode 100755 index 0000000000..959488b191 --- /dev/null +++ b/parm/med_modelio.nml @@ -0,0 +1,8 @@ +&pio_inparm + pio_netcdf_format = "64bit_offset" + pio_numiotasks = -99 + pio_rearranger = 1 + pio_root = 1 + pio_stride = 36 + pio_typename = "netcdf" +/ diff --git a/parm/model_configure.cdeps.IN b/parm/model_configure.cdeps.IN new file mode 100755 index 0000000000..e82d8d5e33 --- /dev/null +++ b/parm/model_configure.cdeps.IN @@ -0,0 +1,47 @@ +print_esmf: .true. +total_member: 1 +PE_MEMBER01: 240 +start_year: 2019 +start_month: 08 +start_day: 29 +start_hour: 00 +start_minute: 0 +start_second: 0 +nhours_fcst: 126 +RUN_CONTINUE: .false. +ENS_SPS: .false. +dt_atmos: 90 +cpl: .true. +calendar: 'julian' +memuse_verbose: .false. +atmos_nthreads: 2 +use_hyper_thread: .false. +ncores_per_node: 40 +debug_affinity: .true. +restart_interval: 0 +output_1st_tstep_rst: .false. + +quilting: .true. +write_groups: 1 +write_tasks_per_group: 40 +num_files: 2 +filename_base: 'dyn' 'phy' +output_file: 'netcdf' +write_nemsioflip: .false. +write_fsyncflag: .false. + +app_domain: 'regional' +output_grid: 'regional_latlon' +cen_lon: -62.0 # central longitude +cen_lat: 25.0 # central latitude +lon1: -114.5 # longitude of lower-left +lat1: -5.0 # latitude of lower-left +lon2: -9.5 # longitude of upper-right +lat2: 55.0 # latitude of upper-right +dlon: 0.03 +dlat: 0.03 + +nfhout: 3 +nfhmax_hf: -1 +nfhout_hf: 3 +nsout: -1 diff --git a/parm/nems.configure.datm_era5_docn_oisst.IN b/parm/nems.configure.datm_era5_docn_oisst.IN new file mode 100755 index 0000000000..a4074ebba1 --- /dev/null +++ b/parm/nems.configure.datm_era5_docn_oisst.IN @@ -0,0 +1,101 @@ +############################################# +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = low + domain_atm = input/domain.lnd.TL639_Atlantic8.200618.nc + mesh_atm = input/TL639_200618_ESMFmesh.nc +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + domain_ocn = input/domain.ocn.tx025.201105.nc + mesh_ocn = input/TX025_201105_ESMFmesh.nc +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + OCN + OCN -> MED :remapMethod=redist + MED med_phases_prep_ocn_map + ATM + ATM -> MED :remapMethod=redist + MED med_phases_history_write + MED med_phases_restart_write +@ +:: + +# Other Attributes # +DRIVER_attributes:: + mediator_read_restart = @[use_coldstart] +:: + +MED_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[cplmode] + atm2ice_fmapname = unset + atm2ice_smapname = unset + atm2ice_vmapname = unset + atm2ocn_fmapname = unset + atm2ocn_smapname = unset + atm2ocn_vmapname = unset + ocn2atm_fmapname = unset + ocn2atm_smapname = unset + ice2atm_fmapname = unset + ice2atm_smapname = unset +:: + +ALLCOMP_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + ScalarFieldCount = 3 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 + ScalarFieldName = cpl_scalars + start_type = @[runtype] + case_name = ufs.hafs + restart_n = @[restart_n] + restart_option = nhours + restart_ymd = -999 + dbug_flag = 0 + use_coldstart = true + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 +:: + +ATM_modelio:: + diro = . + logfile = atm.log +:: + +OCN_modelio:: + diro = . + logfile = ocn.log +:: diff --git a/parm/nems.configure.datm_era5_hycom.IN b/parm/nems.configure.datm_era5_hycom.IN new file mode 100755 index 0000000000..c0bb1dd609 --- /dev/null +++ b/parm/nems.configure.datm_era5_hycom.IN @@ -0,0 +1,121 @@ +############################################# +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = low + domain_atm = input/domain.lnd.TL639_Atlantic8.200618.nc + mesh_atm = input/TL639_200618_ESMFmesh.nc +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 1 + Diagnostic = 0 + cdf_impexp_freq = 3 + cpl_hour = 0 + cpl_min = 0 + cpl_sec = 360 + base_dtg = 2019082900 + merge_import = .true. + skip_first_import = .true. + hycom_arche_output = .true. + hyc_esmf_exp_output = .true. + hyc_esmf_imp_output = .true. + hyc_impexp_file = dummy_file + espc_show_impexp_minmax = .true. + ocean_start_dtg = 43340.00000 + start_hour = 0 + start_min = 0 + start_sec = 0 + end_hour = 126 + end_min = 0 + end_sec = 0 +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + MED med_phases_prep_ocn_accum_avg + MED -> OCN :remapMethod=redist + OCN + OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true + MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_merge + MED med_phases_prep_ocn_accum_fast + MED med_phases_ocnalb_run + ATM + ATM -> MED :remapMethod=redist + MED med_phases_history_write + MED med_phases_restart_write + MED med_phases_profile +@ +:: + +# Other Attributes # +DRIVER_attributes:: + mediator_read_restart = @[use_coldstart] +:: + +MED_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[cplmode] + atm2ice_fmapname = unset + atm2ice_smapname = unset + atm2ice_vmapname = unset + atm2ocn_fmapname = unset + atm2ocn_smapname = unset + atm2ocn_vmapname = unset + ocn2atm_fmapname = unset + ocn2atm_smapname = unset + ice2atm_fmapname = unset + ice2atm_smapname = unset +:: + +ALLCOMP_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + ScalarFieldCount = 3 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 + ScalarFieldName = cpl_scalars + start_type = @[runtype] + case_name = ufs.hafs + restart_n = @[restart_n] + restart_option = nhours + restart_ymd = -999 + dbug_flag = 0 + use_coldstart = true + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 +:: + +ATM_modelio:: + diro = . + logfile = atm.log +:: diff --git a/parm/ocn_modelio.nml b/parm/ocn_modelio.nml new file mode 100755 index 0000000000..959488b191 --- /dev/null +++ b/parm/ocn_modelio.nml @@ -0,0 +1,8 @@ +&pio_inparm + pio_netcdf_format = "64bit_offset" + pio_numiotasks = -99 + pio_rearranger = 1 + pio_root = 1 + pio_stride = 36 + pio_typename = "netcdf" +/ diff --git a/parm/pio_in b/parm/pio_in new file mode 100755 index 0000000000..0282ee8721 --- /dev/null +++ b/parm/pio_in @@ -0,0 +1,34 @@ +&papi_inparm + papi_ctr1_str = "PAPI_FP_OPS" + papi_ctr2_str = "PAPI_NO_CTR" + papi_ctr3_str = "PAPI_NO_CTR" + papi_ctr4_str = "PAPI_NO_CTR" +/ +&pio_default_inparm + pio_async_interface = .false. + pio_blocksize = -1 + pio_buffer_size_limit = -1 + pio_debug_level = 0 + pio_rearr_comm_enable_hs_comp2io = .true. + pio_rearr_comm_enable_hs_io2comp = .false. + pio_rearr_comm_enable_isend_comp2io = .false. + pio_rearr_comm_enable_isend_io2comp = .true. + pio_rearr_comm_fcd = "2denable" + pio_rearr_comm_max_pend_req_comp2io = 0 + pio_rearr_comm_max_pend_req_io2comp = 64 + pio_rearr_comm_type = "p2p" +/ +&prof_inparm + profile_add_detail = .false. + profile_barrier = .false. + profile_depth_limit = 4 + profile_detail_limit = 2 + profile_disable = .false. + profile_global_stats = .true. + profile_outpe_num = 1 + profile_outpe_stride = 0 + profile_ovhd_measurement = .false. + profile_papi_enable = .false. + profile_single_file = .false. + profile_timer = 4 +/ diff --git a/tests/Compile_orion.intel.log b/tests/Compile_orion.intel.log index 5bac650bc8..758575ee30 100644 --- a/tests/Compile_orion.intel.log +++ b/tests/Compile_orion.intel.log @@ -1,1464 +1,1430 @@ + SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y' -+ export COMPILE_NR=10 -+ COMPILE_NR=10 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=10 -+ TEST_NR=10 -+ export JBNME=compile_10 -+ JBNME=compile_10 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_10 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177590 -TEST 10 compile is waiting to enter the queue -1 min. TEST 10 compile is running, Status: R -2 min. TEST 10 compile is running, Status: R -3 min. TEST 10 compile is running, Status: R -4 min. TEST 10 compile is running, Status: R -5 min. TEST 10 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177590 COMPLETED compile_10 -177590.batch COMPLETED batch -177590.exte+ COMPLETED extern -6 min. TEST 10 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=366 -+ echo 'Elapsed time 366 seconds. Compile 10' -Elapsed time 366 seconds. Compile 10 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' -+ export COMPILE_NR=11 -+ COMPILE_NR=11 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=11 -+ TEST_NR=11 -+ export JBNME=compile_11 -+ JBNME=compile_11 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_11 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177594 -TEST 11 compile is waiting to enter the queue -1 min. TEST 11 compile is running, Status: R -2 min. TEST 11 compile is running, Status: R -3 min. TEST 11 compile is running, Status: R -4 min. TEST 11 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177594 COMPLETED compile_11 -177594.batch COMPLETED batch -177594.exte+ COMPLETED extern -5 min. TEST 11 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=306 -+ echo 'Elapsed time 306 seconds. Compile 11' -Elapsed time 306 seconds. Compile 11 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v16_csawmg' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v16_csawmg' -+ export COMPILE_NR=12 -+ COMPILE_NR=12 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=12 -+ TEST_NR=12 -+ export JBNME=compile_12 -+ JBNME=compile_12 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_12 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177599 -TEST 12 compile is waiting to enter the queue -1 min. TEST 12 compile is running, Status: R -2 min. TEST 12 compile is running, Status: R -3 min. TEST 12 compile is running, Status: R -4 min. TEST 12 compile is running, Status: R -5 min. TEST 12 compile is running, Status: R -6 min. TEST 12 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177599 COMPLETED compile_12 -177599.batch COMPLETED batch -177599.exte+ COMPLETED extern -7 min. TEST 12 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 12' -Elapsed time 426 seconds. Compile 12 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ export COMPILE_NR=13 -+ COMPILE_NR=13 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=13 -+ TEST_NR=13 -+ export JBNME=compile_13 -+ JBNME=compile_13 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_13 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177604 -TEST 13 compile is waiting to enter the queue -1 min. TEST 13 compile is running, Status: R -2 min. TEST 13 compile is running, Status: R -3 min. TEST 13 compile is running, Status: R -4 min. TEST 13 compile is running, Status: R -5 min. TEST 13 compile is running, Status: R -6 min. TEST 13 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177604 COMPLETED compile_13 -177604.batch COMPLETED batch -177604.exte+ COMPLETED extern -7 min. TEST 13 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 13' -Elapsed time 426 seconds. Compile 13 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y' -+ export COMPILE_NR=14 -+ COMPILE_NR=14 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=14 -+ TEST_NR=14 -+ export JBNME=compile_14 -+ JBNME=compile_14 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_14 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177605 -TEST 14 compile is waiting to enter the queue -1 min. TEST 14 compile is running, Status: R -2 min. TEST 14 compile is running, Status: R -3 min. TEST 14 compile is running, Status: R -4 min. TEST 14 compile is running, Status: R -5 min. TEST 14 compile is running, Status: R -6 min. TEST 14 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177605 COMPLETED compile_14 -177605.batch COMPLETED batch -177605.exte+ COMPLETED extern -7 min. TEST 14 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=425 -+ echo 'Elapsed time 425 seconds. Compile 14' -Elapsed time 425 seconds. Compile 14 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017' -+ export COMPILE_NR=1 -+ COMPILE_NR=1 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=1 -+ TEST_NR=1 -+ export JBNME=compile_1 -+ JBNME=compile_1 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_1 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177584 -TEST 1 compile is waiting to enter the queue -1 min. TEST 1 compile is running, Status: R -2 min. TEST 1 compile is running, Status: R -3 min. TEST 1 compile is running, Status: R -4 min. TEST 1 compile is running, Status: R -5 min. TEST 1 compile is running, Status: R -6 min. TEST 1 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177584 COMPLETED compile_1 -177584.batch COMPLETED batch -177584.exte+ COMPLETED extern -7 min. TEST 1 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 1' -Elapsed time 426 seconds. Compile 1 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' -+ export COMPILE_NR=2 -+ COMPILE_NR=2 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=2 -+ TEST_NR=2 -+ export JBNME=compile_2 -+ JBNME=compile_2 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_2 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177583 -TEST 2 compile is waiting to enter the queue -1 min. TEST 2 compile is running, Status: R -2 min. TEST 2 compile is running, Status: R -3 min. TEST 2 compile is running, Status: R -4 min. TEST 2 compile is running, Status: R -5 min. TEST 2 compile is running, Status: R -6 min. TEST 2 compile is running, Status: R -7 min. TEST 2 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177583 COMPLETED compile_2 -177583.batch COMPLETED batch -177583.exte+ COMPLETED extern -8 min. TEST 2 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=486 -+ echo 'Elapsed time 486 seconds. Compile 2' -Elapsed time 486 seconds. Compile 2 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' -+ export COMPILE_NR=3 -+ COMPILE_NR=3 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=3 -+ TEST_NR=3 -+ export JBNME=compile_3 -+ JBNME=compile_3 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_3 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177586 -TEST 3 compile is waiting to enter the queue -1 min. TEST 3 compile is running, Status: R -2 min. TEST 3 compile is running, Status: R -3 min. TEST 3 compile is running, Status: R -4 min. TEST 3 compile is running, Status: R -5 min. TEST 3 compile is running, Status: R -6 min. TEST 3 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177586 COMPLETED compile_3 -177586.batch COMPLETED batch -177586.exte+ COMPLETED extern -7 min. TEST 3 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 3' -Elapsed time 426 seconds. Compile 3 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' -+ export COMPILE_NR=4 -+ COMPILE_NR=4 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=4 -+ TEST_NR=4 -+ export JBNME=compile_4 -+ JBNME=compile_4 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_4 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177585 -TEST 4 compile is waiting to enter the queue -1 min. TEST 4 compile is running, Status: R -2 min. TEST 4 compile is running, Status: R -3 min. TEST 4 compile is running, Status: R -4 min. TEST 4 compile is running, Status: R -5 min. TEST 4 compile is running, Status: R -6 min. TEST 4 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177585 COMPLETED compile_4 -177585.batch COMPLETED batch -177585.exte+ COMPLETED extern -7 min. TEST 4 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 4' -Elapsed time 426 seconds. Compile 4 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' -+ export COMPILE_NR=5 -+ COMPILE_NR=5 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=5 -+ TEST_NR=5 -+ export JBNME=compile_5 -+ JBNME=compile_5 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_5 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177592 -TEST 5 compile is waiting to enter the queue -1 min. TEST 5 compile is running, Status: R -2 min. TEST 5 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177592 COMPLETED compile_5 -177592.batch COMPLETED batch -177592.exte+ COMPLETED extern -3 min. TEST 5 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=185 -+ echo 'Elapsed time 185 seconds. Compile 5' -Elapsed time 185 seconds. Compile 5 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' -+ export COMPILE_NR=6 -+ COMPILE_NR=6 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=6 -+ TEST_NR=6 -+ export JBNME=compile_6 -+ JBNME=compile_6 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_6 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177591 -TEST 6 compile is waiting to enter the queue -1 min. TEST 6 compile is running, Status: R -2 min. TEST 6 compile is running, Status: R -3 min. TEST 6 compile is running, Status: R -4 min. TEST 6 compile is running, Status: R -5 min. TEST 6 compile is running, Status: R -6 min. TEST 6 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177591 COMPLETED compile_6 -177591.batch COMPLETED batch -177591.exte+ COMPLETED extern -7 min. TEST 6 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 6' -Elapsed time 426 seconds. Compile 6 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' -+ export COMPILE_NR=7 -+ COMPILE_NR=7 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=7 -+ TEST_NR=7 -+ export JBNME=compile_7 -+ JBNME=compile_7 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_7 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177589 -TEST 7 compile is waiting to enter the queue -1 min. TEST 7 compile is running, Status: R -2 min. TEST 7 compile is running, Status: R -3 min. TEST 7 compile is running, Status: R -4 min. TEST 7 compile is running, Status: R -5 min. TEST 7 compile is running, Status: R -6 min. TEST 7 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177589 COMPLETED compile_7 -177589.batch COMPLETED batch -177589.exte+ COMPLETED extern -7 min. TEST 7 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 7' -Elapsed time 426 seconds. Compile 7 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' -+ export COMPILE_NR=8 -+ COMPILE_NR=8 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=8 -+ TEST_NR=8 -+ export JBNME=compile_8 -+ JBNME=compile_8 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_8 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177587 -TEST 8 compile is waiting to enter the queue -1 min. TEST 8 compile is running, Status: R -2 min. TEST 8 compile is running, Status: R -3 min. TEST 8 compile is running, Status: R -4 min. TEST 8 compile is running, Status: R -5 min. TEST 8 compile is running, Status: R -6 min. TEST 8 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177587 COMPLETED compile_8 -177587.batch COMPLETED batch -177587.exte+ COMPLETED extern -7 min. TEST 8 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 8' -Elapsed time 426 seconds. Compile 8 -+ SECONDS=0 -+ [[ 4 != 4 ]] -+ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ export RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ RUNDIR_ROOT=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981 -+ export 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP' -+ MAKE_OPT='CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP' -+ export COMPILE_NR=9 -+ COMPILE_NR=9 -+ cd /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -+ [[ -e /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9.env ]] -+ source /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9.env -++ export MACHINE_ID=orion.intel -++ MACHINE_ID=orion.intel -++ export PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ PATHRT=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests -++ export PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ PATHTR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model -++ export SCHEDULER=slurm -++ SCHEDULER=slurm -++ export ACCNR=nems -++ ACCNR=nems -++ export QUEUE=batch -++ QUEUE=batch -++ export PARTITION=orion -++ PARTITION=orion -++ export ROCOTO=false -++ ROCOTO=false -++ export ECFLOW=true -++ ECFLOW=true -++ export REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ REGRESSIONTEST_LOG=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/RegressionTests_orion.intel.log -++ export LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -++ LOG_DIR=/work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/log_orion.intel -+ source default_vars.sh -++ '[' orion.intel = wcoss ']' -++ '[' orion.intel = wcoss_cray ']' -++ '[' orion.intel = wcoss_dell_p3 ']' -++ [[ orion.intel = orion.* ]] -++ TASKS_dflt=150 -++ TPN_dflt=24 -++ INPES_dflt=3 -++ JNPES_dflt=8 -++ TASKS_thrd=84 -++ TPN_thrd=12 -++ INPES_thrd=3 -++ JNPES_thrd=4 -++ TASKS_stretch=48 -++ TPN_stretch=12 -++ INPES_stretch=2 -++ JNPES_stretch=4 -++ TASKS_strnest=96 -++ TPN_strnest=12 -++ INPES_strnest=2 -++ JNPES_strnest=4 -++ COMPILER=intel -++ [[ intel = gnu ]] -++ [[ intel = pgi ]] -++ WLCLK_dflt=15 -+ export TEST_NAME=compile -+ TEST_NAME=compile -+ export TEST_NR=9 -+ TEST_NR=9 -+ export JBNME=compile_9 -+ JBNME=compile_9 -+ export RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9 -+ RUNDIR=/work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9 -+ source rt_utils.sh -++ set -eu -++ [[ /work/noaa/fv3-cam/djovic/ufs/rt_ecf_suite/ufs-weather-model/tests/run_compile.sh = \r\t\_\u\t\i\l\s\.\s\h ]] -++ UNIT_TEST=false -+ source atparse.bash -+ mkdir -p /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9 -+ cd /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/compile_9 -+ [[ slurm = \s\l\u\r\m ]] -+ atparse -+ local __set_x -+ '[' -o xtrace ']' -+ __set_x='set -x' -+ set +x -+ [[ false = \f\a\l\s\e ]] -+ submit_and_wait job_card -+ [[ -z job_card ]] -+ '[' -o xtrace ']' -+ set_x='set -x' -+ set +x -Job id 177588 -TEST 9 compile is waiting to enter the queue -1 min. TEST 9 compile is running, Status: R -2 min. TEST 9 compile is running, Status: R -3 min. TEST 9 compile is running, Status: R -4 min. TEST 9 compile is running, Status: R -5 min. TEST 9 compile is running, Status: R -6 min. TEST 9 compile is running, Status: R -Slurm unknown status -. Check sacct ... -177588 COMPLETED compile_9 -177588.batch COMPLETED batch -177588.exte+ COMPLETED extern -7 min. TEST 9 compile is COMPLETED -COMPLETED -COMPLETED -+ elapsed=426 -+ echo 'Elapsed time 426 seconds. Compile 9' -Elapsed time 426 seconds. Compile 9 ++ [[ 4 -lt 2 ]] ++ readonly PATHTR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/FV3 ++ PATHTR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/FV3 ++ readonly BUILD_TARGET=orion.intel ++ BUILD_TARGET=orion.intel ++ MAKE_OPT='CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y' ++ readonly BUILD_NAME=fv3_1 ++ BUILD_NAME=fv3_1 ++ readonly clean_before=YES ++ clean_before=YES ++ readonly clean_after=YES ++ clean_after=YES ++ hostname +Orion-login-4.HPC.MsState.Edu ++ echo 'Compiling CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y into fv3_1.exe on orion.intel' +Compiling CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y into fv3_1.exe on orion.intel ++ gnu_make=gmake ++ which gmake +/bin/gmake ++ [[ orion.intel == cheyenne.* ]] ++ [[ orion.intel == stampede.* ]] ++ MAKE_THREADS=8 ++ [[ 8 -gt 1 ]] ++ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. +Using $MAKE_THREADS=8 threads to build FV3 and FMS. ++ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. +Consider reducing $MAKE_THREADS if you hit memory or process limits. ++ gnu_make='gmake -j 8' ++ cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/FV3/../NEMS ++ COMPONENTS= ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\F\V\3\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\C\P\P\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\W\W\3\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\H\Y\C\O\M\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\M\E\P\S\=\Y* ]] ++ COMPONENTS=CMEPS, ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\D\E\P\S\=\Y* ]] ++ COMPONENTS=CDEPS,CMEPS, ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\D\E\P\S\_\D\A\T\M\=\Y* ]] ++ COMPONENTS=CDEPS_DATM,CDEPS,CMEPS, ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\D\E\P\S\_\D\O\C\N\=\Y* ]] ++ COMPONENTS=CDEPS_DOCN,CDEPS_DATM,CDEPS,CMEPS, ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\R\E\P\R\O\=\Y* ]] ++ NEMS_BUILDOPT= ++ '[' YES = YES ']' ++ gmake -j 8 -k COMPONENTS=CDEPS_DOCN,CDEPS_DATM,CDEPS,CMEPS, TEST_BUILD_NAME=fv3_1 BUILD_ENV=orion.intel 'FV3_MAKEOPT=CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y' NEMS_BUILDOPT= distclean +Will copy modules.nems and NEMS.x as fv3_1 under tests/ +NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. +echo 'CDEPS_DOCN CDEPS_DATM CDEPS CMEPS' > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +"CMEPS_ALL_OPTS = COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0" +there is nothing to clean for CDEPS provided DOCN +rm -rf /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk +there is nothing to clean for CDEPS provided DATM +rm -rf /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk +cp -n /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/modulefiles/orion.intel/fv3 /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems ; \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ +set -e; \ +if [ -d "~/Dropbox" ]; then cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +exec gmake clean; fi + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +rm -rf /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL +rm -rf /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk +cp -n /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/modulefiles/orion.intel/fv3 /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems ; \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0 ; \ +set -e ; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS ; \ +exec gmake clean + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +INTERNAL_PIO_INIT is set to 0 +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +cd mediator; \ +exec gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +cd util; \ +exec gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +rm -rf /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src ; gmake "COMPONENTS=CDEPS_DOCN CDEPS_DATM CDEPS CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CDEPS CDEPS_DATM CDEPS_DOCN +CMEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' +GNUmakefile:70: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CDEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk +GNUmakefile:70: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk: component CDEPS makefile fragment is missing +CDEPS_DATM: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk +GNUmakefile:70: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk: component CDEPS_DATM makefile fragment is missing +CDEPS_DOCN: include +GNUmakefile:70: : component CDEPS_DOCN makefile fragment is missing +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/externals.nems /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems.sh /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems.csh /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/test-results.mk +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/components.mk +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/test_results.mk ++ [[ CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y == *\C\C\P\P\=\Y* ]] ++ gmake -j 8 -k COMPONENTS=CDEPS_DOCN,CDEPS_DATM,CDEPS,CMEPS, TEST_BUILD_NAME=fv3_1 BUILD_ENV=orion.intel 'FV3_MAKEOPT=CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y' NEMS_BUILDOPT= build +Will copy modules.nems and NEMS.x as fv3_1 under tests/ +NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. +echo 'CDEPS_DOCN CDEPS_DATM CDEPS CMEPS' > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +"CMEPS_ALL_OPTS = COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0" +cp /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/modulefiles/orion.intel/fv3 /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems +set -xe ; cp "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems" "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/tests/modules.fv3_1" ++ cp /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/tests/modules.fv3_1 +cp /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/conf/configure.fv3.orion.intel /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/externals.nems +cp /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems.csh" +/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ +fi ; \ +( \ +echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ +echo "CASELESS_FILESYSTEM=NO" ; \ +if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ +) > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS' +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0 ; \ +set -e ; \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS ; \ + exec gmake COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0 \ + "INSTALLDIR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" install + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +INTERNAL_PIO_INIT is set to 0 +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +cd util ;\ +exec gmake PIO_INC=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. perf_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_log_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_const_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. glc_elevclass_mod.F90 +glc_elevclass_mod.F90(43): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_with_bareland(glc_ice_covered, glc_topo, glc_elevclass, logunit) +--------------------------------------------------------------------------------^ +glc_elevclass_mod.F90(36): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ELEVCLASS] + subroutine glc_get_elevation_classes_without_bareland(glc_topo, glc_elevclass, logunit) +------------------------------------------------------------------^ +glc_elevclass_mod.F90(58): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [GLC_ICEFRAC_EC] + subroutine glc_get_fractional_icecov(nec, glc_topo, glc_icefrac, glc_icefrac_ec, logunit) +-------------------------------------------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_mpi_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_mem_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_abort_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_sys_mod.F90 +shr_sys_mod.F90(105): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RCODE] +SUBROUTINE shr_sys_chdir(path, rcode) +-------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_flux_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I. shr_pio_mod.F90 +ar rv libcmeps_util.a perf_mod.o shr_abort_mod.o shr_const_mod.o shr_flux_mod.o shr_kind_mod.o shr_log_mod.o shr_mem_mod.o shr_mpi_mod.o shr_pio_mod.o shr_sys_mod.o glc_elevclass_mod.o +ar: creating libcmeps_util.a +a - perf_mod.o +a - shr_abort_mod.o +a - shr_const_mod.o +a - shr_flux_mod.o +a - shr_kind_mod.o +a - shr_log_mod.o +a - shr_mem_mod.o +a - shr_mpi_mod.o +a - shr_pio_mod.o +a - shr_sys_mod.o +a - glc_elevclass_mod.o +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +cd mediator ;\ +exec gmake PIO_INC=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include INTERNAL_PIO_INIT=0 +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_kind_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_utils_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util esmFlds.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_constants_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_methods_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_time_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_internalstate_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_profile_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_map_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_merge_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util esmFldsExchange_cesm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util esmFldsExchange_hafs_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_io_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util esmFldsExchange_nems_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_diag_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_restart_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_wav_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_ice_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_ocn_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_rof_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_aofluxes_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_fraction_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_lnd_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_history_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_ocnalb_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_glc_mod.F90 +med_phases_ocnalb_mod.F90(585): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] + subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) +----------------------------------------------------------------------------------------------------------^ +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med_phases_prep_atm_mod.F90 +mpiifort -c -fp-model source -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I../util med.F90 +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_time_mod.o esmFldsExchange_hafs_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_io_mod.o esmFlds.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_lnd_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_history_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_diag_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar: creating libcmeps.a +a - med_phases_prep_wav_mod.o +a - med_phases_prep_ice_mod.o +a - esmFldsExchange_cesm_mod.o +a - med_phases_profile_mod.o +a - med_time_mod.o +a - esmFldsExchange_hafs_mod.o +a - med_methods_mod.o +a - med_constants_mod.o +a - med_phases_prep_ocn_mod.o +a - med.o +a - med_fraction_mod.o +a - med_io_mod.o +a - esmFlds.o +a - med_phases_prep_glc_mod.o +a - med_kind_mod.o +a - med_phases_restart_mod.o +a - med_phases_prep_lnd_mod.o +a - med_internalstate_mod.o +a - med_phases_prep_atm_mod.o +a - esmFldsExchange_nems_mod.o +a - med_utils_mod.o +a - med_phases_history_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_ocnalb_mod.o +a - med_diag_mod.o +a - med_phases_prep_rof_mod.o +a - med_merge_mod.o +a - med_map_mod.o +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +rm -f cmeps.mk.install +mkdir -p /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL +mkdir -p /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include +cp -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util/libcmeps_util.a /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL +cp -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator/libcmeps.a /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include +cp -f util/*.mod /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +test -d "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" +test -s "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk" +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ +set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; mkdir -p /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ + exec cmake -DCMAKE_BUILD_TYPE=Release \ +-DBLD_STANDALONE=ON \ +-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL \ +-DCMAKE_Fortran_COMPILER=mpiifort \ +-DCMAKE_C_COMPILER=mpiicc \ +-DCMAKE_CXX_COMPILER=mpiicpc \ + -DPIO=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2 \ +-DPIO_Fortran_LIBRARY=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib \ +-DPIO_Fortran_INCLUDE_DIR=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include \ +-DPIO_C_LIBRARY=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib \ +-DPIO_C_INCLUDE_DIR=/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include ../ + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +CMAKE_MODULE_PATH is /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/cmake +ESMFMKFILE: /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod;/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include;/apps/contrib/NCEPLIBS/lib//netcdfp/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz +-- Found ESMF: /apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod;/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include;/apps/contrib/NCEPLIBS/lib//netcdfp/include (found version "8.1.0 beta snapshot") +PIO_ROOT is /apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2 +-- Found MPI_Fortran: /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +-- determining operating system and architecture: + -> your operating system is : Linux-3.10.0-957.27.2.el7.x86_64 + -> your architecture is : x86_64 +-- Searching for m4 scripting language + -> /bin/m4 +-- Determining end-of-line character by the host name + -> end-of-line character is LF +-- Determining method to call flush intrinsic + -> flush intrinsic method is default +-- Checking for 'associated in restricted expression' bug + -> yes +-- Determining method to call abort intrinsic + abort : bare works +Stream srcfiles are dshr_methods_mod.F90;dshr_strdata_mod.F90;dshr_stream_mod.F90;dshr_tinterp_mod.F90 +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + PIO + PIO_C_INCLUDE_DIR + PIO_C_LIBRARY + PIO_Fortran_LIBRARY + + +-- Build files have been written to: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ +set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +exec gmake -j 1 COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" install VERBOSE=1 + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake[1]: warning: -jN forced in submake: disabling jobserver mode. +/apps/cmake-3.15.4/bin/cmake -S/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -B/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/CMakeFiles /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/CMakeFiles/progress.marks +gmake -f CMakeFiles/Makefile2 all +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f share/CMakeFiles/genf90.dir/build.make share/CMakeFiles/genf90.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/genf90.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/genf90.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/genf90.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/genf90.dir/depend.internal". +Scanning dependencies of target genf90 +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f share/CMakeFiles/genf90.dir/build.make share/CMakeFiles/genf90.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 1%] Creating directories for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/tmp +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-mkdir +[ 2%] Performing download step (git clone) for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src && /apps/cmake-3.15.4/bin/cmake -P /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/tmp/genf90-gitclone.cmake +Cloning into 'genf90'... +Note: checking out 'genf90_200608'. + +You are in 'detached HEAD' state. You can look around, make experimental +changes and commit them, and you can discard any commits you make in this +state without impacting any branches by performing another checkout. + +If you want to create a new branch to retain commits you create, you may +do so (now or later) by using -b with the checkout command again. Example: + + git checkout -b new_branch_name + +HEAD is now at 4816965... Merge pull request #1 from PARALLELIO/add_short_datatype +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-download +[ 3%] No patch step for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E echo_append +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-patch +[ 4%] No update step for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90 && /apps/cmake-3.15.4/bin/cmake -E echo_append +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90 && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-update +[ 4%] No configure step for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E echo_append +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-configure +[ 5%] No build step for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E echo_append +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-build +[ 6%] No install step for 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E echo_append +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-build && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-install +[ 7%] Completed 'genf90' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E make_directory /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/genf90-complete +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E touch /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/genf90/src/genf90-stamp/genf90-done +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 7%] Built target genf90 +gmake -f share/CMakeFiles/cdeps_share.dir/build.make share/CMakeFiles/cdeps_share.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 8%] Generating shr_assert_mod.F90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && genf90/src/genf90/genf90.pl /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_assert_mod.F90.in > shr_assert_mod.F90 +[ 9%] Generating shr_infnan_mod.F90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && genf90/src/genf90/genf90.pl /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_infnan_mod.F90.in > shr_infnan_mod.F90 +[ 10%] Generating shr_frz_mod.F90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && genf90/src/genf90/genf90.pl /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_frz_mod.F90.in > shr_frz_mod.F90 +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/cdeps_share.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/cdeps_share.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/cdeps_share.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/CMakeFiles/cdeps_share.dir/depend.internal". +Scanning dependencies of target cdeps_share +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f share/CMakeFiles/cdeps_share.dir/build.make share/CMakeFiles/cdeps_share.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 11%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_kind_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_kind_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_kind_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_kind_mod.mod share/CMakeFiles/cdeps_share.dir/shr_kind_mod.mod.stamp Intel +[ 12%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_infnan_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/shr_infnan_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_infnan_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_infnan_mod.mod share/CMakeFiles/cdeps_share.dir/shr_infnan_mod.mod.stamp Intel +[ 13%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_strconvert_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_strconvert_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_strconvert_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_strconvert_mod.mod share/CMakeFiles/cdeps_share.dir/shr_strconvert_mod.mod.stamp Intel +[ 14%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_log_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_log_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_log_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_log_mod.mod share/CMakeFiles/cdeps_share.dir/shr_log_mod.mod.stamp Intel +[ 15%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_mpi_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_mpi_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_mpi_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_mpi_mod.mod share/CMakeFiles/cdeps_share.dir/shr_mpi_mod.mod.stamp Intel +[ 16%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_abort_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_abort_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_abort_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_abort_mod.mod share/CMakeFiles/cdeps_share.dir/shr_abort_mod.mod.stamp Intel +[ 16%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_sys_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_sys_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_sys_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_sys_mod.mod share/CMakeFiles/cdeps_share.dir/shr_sys_mod.mod.stamp Intel +[ 17%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_assert_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/shr_assert_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_assert_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_assert_mod.mod share/CMakeFiles/cdeps_share.dir/shr_assert_mod.mod.stamp Intel +[ 18%] Building Fortran object share/CMakeFiles/cdeps_share.dir/glc_elevclass_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/glc_elevclass_mod.F90 -o CMakeFiles/cdeps_share.dir/glc_elevclass_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/glc_elevclass_mod.mod share/CMakeFiles/cdeps_share.dir/glc_elevclass_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/glc_elevclass_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_abort_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_assert_mod.F90.o.provides.build +[ 19%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_const_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_const_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_const_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_const_mod.mod share/CMakeFiles/cdeps_share.dir/shr_const_mod.mod.stamp Intel +[ 20%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_timer_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_timer_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_timer_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_timer_mod.mod share/CMakeFiles/cdeps_share.dir/shr_timer_mod.mod.stamp Intel +[ 21%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_string_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_string_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_string_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_string_mod.mod share/CMakeFiles/cdeps_share.dir/shr_string_mod.mod.stamp Intel +[ 22%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_cal_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_cal_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_cal_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_cal_mod.mod share/CMakeFiles/cdeps_share.dir/shr_cal_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_cal_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_const_mod.F90.o.provides.build +[ 22%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_frz_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share/shr_frz_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_frz_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_frz_mod.mod share/CMakeFiles/cdeps_share.dir/shr_frz_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_frz_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_infnan_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_kind_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_log_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_mpi_mod.F90.o.provides.build +[ 23%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_orb_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_orb_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_orb_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_orb_mod.mod share/CMakeFiles/cdeps_share.dir/shr_orb_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_orb_mod.F90.o.provides.build +[ 24%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_pio_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_pio_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_pio_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_pio_mod.mod share/CMakeFiles/cdeps_share.dir/shr_pio_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_pio_mod.F90.o.provides.build +[ 24%] Building Fortran object share/CMakeFiles/cdeps_share.dir/shr_precip_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/share/shr_precip_mod.F90 -o CMakeFiles/cdeps_share.dir/shr_precip_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod share/shr_precip_mod.mod share/CMakeFiles/cdeps_share.dir/shr_precip_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_precip_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_strconvert_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_string_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_sys_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch share/CMakeFiles/cdeps_share.dir/shr_timer_mod.F90.o.provides.build +[ 25%] Linking Fortran static library libcdeps_share.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/cdeps_share.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/cdeps_share.dir/link.txt --verbose=1 +/bin/ar qc libcdeps_share.a CMakeFiles/cdeps_share.dir/shr_infnan_mod.F90.o CMakeFiles/cdeps_share.dir/shr_frz_mod.F90.o CMakeFiles/cdeps_share.dir/shr_assert_mod.F90.o CMakeFiles/cdeps_share.dir/glc_elevclass_mod.F90.o CMakeFiles/cdeps_share.dir/shr_timer_mod.F90.o CMakeFiles/cdeps_share.dir/shr_cal_mod.F90.o CMakeFiles/cdeps_share.dir/shr_kind_mod.F90.o CMakeFiles/cdeps_share.dir/shr_pio_mod.F90.o CMakeFiles/cdeps_share.dir/shr_sys_mod.F90.o CMakeFiles/cdeps_share.dir/shr_abort_mod.F90.o CMakeFiles/cdeps_share.dir/shr_const_mod.F90.o CMakeFiles/cdeps_share.dir/shr_orb_mod.F90.o CMakeFiles/cdeps_share.dir/shr_mpi_mod.F90.o CMakeFiles/cdeps_share.dir/shr_log_mod.F90.o CMakeFiles/cdeps_share.dir/shr_strconvert_mod.F90.o CMakeFiles/cdeps_share.dir/shr_precip_mod.F90.o CMakeFiles/cdeps_share.dir/shr_string_mod.F90.o +/bin/ranlib libcdeps_share.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 25%] Built target cdeps_share +gmake -f fox/fsys/CMakeFiles/FoX_fsys.dir/build.make fox/fsys/CMakeFiles/FoX_fsys.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys/CMakeFiles/FoX_fsys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys/CMakeFiles/FoX_fsys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys/CMakeFiles/FoX_fsys.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys/CMakeFiles/FoX_fsys.dir/depend.internal". +Scanning dependencies of target FoX_fsys +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/fsys/CMakeFiles/FoX_fsys.dir/build.make fox/fsys/CMakeFiles/FoX_fsys.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 26%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_abort_flush.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_abort_flush.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_abort_flush.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_abort_flush.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_abort_flush.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_abort_flush.F90.o.provides.build +[ 27%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_array_str.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_array_str.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_array_str.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_array_str.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_array_str.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_array_str.F90.o.provides.build +[ 28%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_realtypes.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_realtypes.f90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_realtypes.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_realtypes.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_realtypes.mod.stamp Intel +[ 29%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_count_parse_input.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_count_parse_input.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_count_parse_input.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_count_parse_input.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_count_parse_input.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_count_parse_input.F90.o.provides.build +[ 30%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_format.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_format.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_format.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_format.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_format.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_format.F90.o.provides.build +[ 31%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_parse_input.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_parse_input.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_parse_input.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_parse_input.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_parse_input.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_parse_input.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_realtypes.f90.o.provides.build +[ 31%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_string.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_string.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_string.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string.F90.o.provides.build +[ 32%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string_list.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_string_list.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_string_list.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_string_list.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string_list.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_string_list.F90.o.provides.build +[ 33%] Building Fortran object fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_varstr.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/fsys/fox_m_fsys_varstr.F90 -o CMakeFiles/FoX_fsys.dir/fox_m_fsys_varstr.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_fsys_varstr.mod fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_varstr.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/fsys/CMakeFiles/FoX_fsys.dir/fox_m_fsys_varstr.F90.o.provides.build +[ 34%] Linking Fortran static library ../lib/libFoX_fsys.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_fsys.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/fsys && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_fsys.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_fsys.a CMakeFiles/FoX_fsys.dir/fox_m_fsys_realtypes.f90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_abort_flush.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_array_str.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_count_parse_input.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_format.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_parse_input.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_string.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_string_list.F90.o CMakeFiles/FoX_fsys.dir/fox_m_fsys_varstr.F90.o +/bin/ranlib ../lib/libFoX_fsys.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 34%] Built target FoX_fsys +gmake -f fox/utils/CMakeFiles/FoX_utils.dir/build.make fox/utils/CMakeFiles/FoX_utils.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/utils /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils/CMakeFiles/FoX_utils.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils/CMakeFiles/FoX_utils.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils/CMakeFiles/FoX_utils.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils/CMakeFiles/FoX_utils.dir/depend.internal". +Scanning dependencies of target FoX_utils +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/utils/CMakeFiles/FoX_utils.dir/build.make fox/utils/CMakeFiles/FoX_utils.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 34%] Building Fortran object fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uri.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/utils/fox_m_utils_uri.F90 -o CMakeFiles/FoX_utils.dir/fox_m_utils_uri.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_utils_uri.mod fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uri.mod.stamp Intel +[ 35%] Building Fortran object fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_mtprng.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/utils/fox_m_utils_mtprng.F90 -o CMakeFiles/FoX_utils.dir/fox_m_utils_mtprng.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_utils_mtprng.mod fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_mtprng.mod.stamp Intel +[ 36%] Building Fortran object fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uuid.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/utils/fox_m_utils_uuid.F90 -o CMakeFiles/FoX_utils.dir/fox_m_utils_uuid.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_m_utils_uuid.mod fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uuid.mod.stamp Intel +[ 37%] Building Fortran object fox/utils/CMakeFiles/FoX_utils.dir/FoX_utils.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/utils/FoX_utils.f90 -o CMakeFiles/FoX_utils.dir/FoX_utils.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_utils.mod fox/utils/CMakeFiles/FoX_utils.dir/fox_utils.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/utils/CMakeFiles/FoX_utils.dir/FoX_utils.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_mtprng.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uri.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/utils/CMakeFiles/FoX_utils.dir/fox_m_utils_uuid.F90.o.provides.build +[ 38%] Linking Fortran static library ../lib/libFoX_utils.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_utils.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/utils && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_utils.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_utils.a CMakeFiles/FoX_utils.dir/FoX_utils.f90.o CMakeFiles/FoX_utils.dir/fox_m_utils_mtprng.F90.o CMakeFiles/FoX_utils.dir/fox_m_utils_uri.F90.o CMakeFiles/FoX_utils.dir/fox_m_utils_uuid.F90.o +/bin/ranlib ../lib/libFoX_utils.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 38%] Built target FoX_utils +gmake -f fox/common/CMakeFiles/FoX_common.dir/build.make fox/common/CMakeFiles/FoX_common.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common/CMakeFiles/FoX_common.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common/CMakeFiles/FoX_common.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common/CMakeFiles/FoX_common.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common/CMakeFiles/FoX_common.dir/depend.internal". +Scanning dependencies of target FoX_common +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/common/CMakeFiles/FoX_common.dir/build.make fox/common/CMakeFiles/FoX_common.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 39%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_charset.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_charset.F90 -o CMakeFiles/FoX_common.dir/m_common_charset.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_charset.mod fox/common/CMakeFiles/FoX_common.dir/m_common_charset.mod.stamp Intel +[ 40%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_content_model.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_content_model.F90 -o CMakeFiles/FoX_common.dir/m_common_content_model.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_content_model.mod fox/common/CMakeFiles/FoX_common.dir/m_common_content_model.mod.stamp Intel +[ 41%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_error.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_error.F90 -o CMakeFiles/FoX_common.dir/m_common_error.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_error.mod fox/common/CMakeFiles/FoX_common.dir/m_common_error.mod.stamp Intel +[ 42%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_namecheck.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_namecheck.F90 -o CMakeFiles/FoX_common.dir/m_common_namecheck.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_namecheck.mod fox/common/CMakeFiles/FoX_common.dir/m_common_namecheck.mod.stamp Intel +[ 43%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_element.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_element.F90 -o CMakeFiles/FoX_common.dir/m_common_element.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_element.mod fox/common/CMakeFiles/FoX_common.dir/m_common_element.mod.stamp Intel +[ 44%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_attrs.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_attrs.F90 -o CMakeFiles/FoX_common.dir/m_common_attrs.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_attrs.mod fox/common/CMakeFiles/FoX_common.dir/m_common_attrs.mod.stamp Intel +[ 44%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/FoX_common.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/FoX_common.F90 -o CMakeFiles/FoX_common.dir/FoX_common.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_common.mod fox/common/CMakeFiles/FoX_common.dir/fox_common.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/FoX_common.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_attrs.F90.o.provides.build +[ 45%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_buffer.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_buffer.F90 -o CMakeFiles/FoX_common.dir/m_common_buffer.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_buffer.mod fox/common/CMakeFiles/FoX_common.dir/m_common_buffer.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_buffer.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_charset.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_content_model.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_element.F90.o.provides.build +[ 45%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_elstack.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_elstack.F90 -o CMakeFiles/FoX_common.dir/m_common_elstack.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_elstack.mod fox/common/CMakeFiles/FoX_common.dir/m_common_elstack.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_elstack.F90.o.provides.build +[ 46%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_entities.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_entities.F90 -o CMakeFiles/FoX_common.dir/m_common_entities.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_entities.mod fox/common/CMakeFiles/FoX_common.dir/m_common_entities.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_entities.F90.o.provides.build +[ 46%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_notations.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_notations.F90 -o CMakeFiles/FoX_common.dir/m_common_notations.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_notations.mod fox/common/CMakeFiles/FoX_common.dir/m_common_notations.mod.stamp Intel +[ 47%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_struct.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_struct.F90 -o CMakeFiles/FoX_common.dir/m_common_struct.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_struct.mod fox/common/CMakeFiles/FoX_common.dir/m_common_struct.mod.stamp Intel +[ 48%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_entity_expand.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_entity_expand.F90 -o CMakeFiles/FoX_common.dir/m_common_entity_expand.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_entity_expand.mod fox/common/CMakeFiles/FoX_common.dir/m_common_entity_expand.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_entity_expand.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_error.F90.o.provides.build +[ 49%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_io.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_io.F90 -o CMakeFiles/FoX_common.dir/m_common_io.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_io.mod fox/common/CMakeFiles/FoX_common.dir/m_common_io.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_io.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_namecheck.F90.o.provides.build +[ 50%] Building Fortran object fox/common/CMakeFiles/FoX_common.dir/m_common_namespaces.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/common/m_common_namespaces.F90 -o CMakeFiles/FoX_common.dir/m_common_namespaces.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_common_namespaces.mod fox/common/CMakeFiles/FoX_common.dir/m_common_namespaces.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_namespaces.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_notations.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/common/CMakeFiles/FoX_common.dir/m_common_struct.F90.o.provides.build +[ 51%] Linking Fortran static library ../lib/libFoX_common.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_common.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/common && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_common.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_common.a CMakeFiles/FoX_common.dir/FoX_common.F90.o CMakeFiles/FoX_common.dir/m_common_attrs.F90.o CMakeFiles/FoX_common.dir/m_common_buffer.F90.o CMakeFiles/FoX_common.dir/m_common_charset.F90.o CMakeFiles/FoX_common.dir/m_common_content_model.F90.o CMakeFiles/FoX_common.dir/m_common_element.F90.o CMakeFiles/FoX_common.dir/m_common_elstack.F90.o CMakeFiles/FoX_common.dir/m_common_entities.F90.o CMakeFiles/FoX_common.dir/m_common_entity_expand.F90.o CMakeFiles/FoX_common.dir/m_common_error.F90.o CMakeFiles/FoX_common.dir/m_common_io.F90.o CMakeFiles/FoX_common.dir/m_common_namecheck.F90.o CMakeFiles/FoX_common.dir/m_common_namespaces.F90.o CMakeFiles/FoX_common.dir/m_common_notations.F90.o CMakeFiles/FoX_common.dir/m_common_struct.F90.o +/bin/ranlib ../lib/libFoX_common.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 51%] Built target FoX_common +gmake -f fox/wxml/CMakeFiles/FoX_wxml.dir/build.make fox/wxml/CMakeFiles/FoX_wxml.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/wxml /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml/CMakeFiles/FoX_wxml.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml/CMakeFiles/FoX_wxml.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml/CMakeFiles/FoX_wxml.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml/CMakeFiles/FoX_wxml.dir/depend.internal". +Scanning dependencies of target FoX_wxml +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/wxml/CMakeFiles/FoX_wxml.dir/build.make fox/wxml/CMakeFiles/FoX_wxml.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 52%] Building Fortran object fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_escape.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/wxml/m_wxml_escape.F90 -o CMakeFiles/FoX_wxml.dir/m_wxml_escape.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_wxml_escape.mod fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_escape.mod.stamp Intel +[ 53%] Building Fortran object fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_core.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/wxml/m_wxml_core.F90 -o CMakeFiles/FoX_wxml.dir/m_wxml_core.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_wxml_core.mod fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_core.mod.stamp Intel +[ 53%] Building Fortran object fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_overloads.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/wxml/m_wxml_overloads.F90 -o CMakeFiles/FoX_wxml.dir/m_wxml_overloads.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_wxml_overloads.mod fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_overloads.mod.stamp Intel +[ 54%] Building Fortran object fox/wxml/CMakeFiles/FoX_wxml.dir/FoX_wxml.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/wxml/FoX_wxml.f90 -o CMakeFiles/FoX_wxml.dir/FoX_wxml.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_wxml.mod fox/wxml/CMakeFiles/FoX_wxml.dir/fox_wxml.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/wxml/CMakeFiles/FoX_wxml.dir/FoX_wxml.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_core.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_escape.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/wxml/CMakeFiles/FoX_wxml.dir/m_wxml_overloads.F90.o.provides.build +[ 55%] Linking Fortran static library ../lib/libFoX_wxml.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_wxml.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/wxml && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_wxml.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_wxml.a CMakeFiles/FoX_wxml.dir/FoX_wxml.f90.o CMakeFiles/FoX_wxml.dir/m_wxml_core.F90.o CMakeFiles/FoX_wxml.dir/m_wxml_escape.F90.o CMakeFiles/FoX_wxml.dir/m_wxml_overloads.F90.o +/bin/ranlib ../lib/libFoX_wxml.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 56%] Built target FoX_wxml +gmake -f fox/sax/CMakeFiles/FoX_sax.dir/build.make fox/sax/CMakeFiles/FoX_sax.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax/CMakeFiles/FoX_sax.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax/CMakeFiles/FoX_sax.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax/CMakeFiles/FoX_sax.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax/CMakeFiles/FoX_sax.dir/depend.internal". +Scanning dependencies of target FoX_sax +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/sax/CMakeFiles/FoX_sax.dir/build.make fox/sax/CMakeFiles/FoX_sax.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 57%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_xml_source.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_xml_source.F90 -o CMakeFiles/FoX_sax.dir/m_sax_xml_source.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_xml_source.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_xml_source.mod.stamp Intel +[ 57%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_reader.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_reader.F90 -o CMakeFiles/FoX_sax.dir/m_sax_reader.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_reader.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_reader.mod.stamp Intel +[ 58%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_types.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_types.F90 -o CMakeFiles/FoX_sax.dir/m_sax_types.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_types.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_types.mod.stamp Intel +[ 59%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_tokenizer.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_tokenizer.F90 -o CMakeFiles/FoX_sax.dir/m_sax_tokenizer.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_tokenizer.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_tokenizer.mod.stamp Intel +[ 60%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_parser.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_parser.F90 -o CMakeFiles/FoX_sax.dir/m_sax_parser.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_parser.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_parser.mod.stamp Intel +[ 61%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/m_sax_operate.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/m_sax_operate.F90 -o CMakeFiles/FoX_sax.dir/m_sax_operate.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_sax_operate.mod fox/sax/CMakeFiles/FoX_sax.dir/m_sax_operate.mod.stamp Intel +[ 62%] Building Fortran object fox/sax/CMakeFiles/FoX_sax.dir/FoX_sax.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/sax/FoX_sax.f90 -o CMakeFiles/FoX_sax.dir/FoX_sax.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_sax.mod fox/sax/CMakeFiles/FoX_sax.dir/fox_sax.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/FoX_sax.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_operate.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_parser.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_reader.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_tokenizer.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_types.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/sax/CMakeFiles/FoX_sax.dir/m_sax_xml_source.F90.o.provides.build +[ 63%] Linking Fortran static library ../lib/libFoX_sax.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_sax.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/sax && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_sax.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_sax.a CMakeFiles/FoX_sax.dir/FoX_sax.f90.o CMakeFiles/FoX_sax.dir/m_sax_operate.F90.o CMakeFiles/FoX_sax.dir/m_sax_parser.F90.o CMakeFiles/FoX_sax.dir/m_sax_reader.F90.o CMakeFiles/FoX_sax.dir/m_sax_tokenizer.F90.o CMakeFiles/FoX_sax.dir/m_sax_types.F90.o CMakeFiles/FoX_sax.dir/m_sax_xml_source.F90.o +/bin/ranlib ../lib/libFoX_sax.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 63%] Built target FoX_sax +gmake -f fox/dom/CMakeFiles/FoX_dom.dir/build.make fox/dom/CMakeFiles/FoX_dom.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom/CMakeFiles/FoX_dom.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom/CMakeFiles/FoX_dom.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom/CMakeFiles/FoX_dom.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom/CMakeFiles/FoX_dom.dir/depend.internal". +Scanning dependencies of target FoX_dom +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f fox/dom/CMakeFiles/FoX_dom.dir/build.make fox/dom/CMakeFiles/FoX_dom.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 64%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/m_dom_error.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/m_dom_error.f90 -o CMakeFiles/FoX_dom.dir/m_dom_error.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_dom_error.mod fox/dom/CMakeFiles/FoX_dom.dir/m_dom_error.mod.stamp Intel +[ 65%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/m_dom_dom.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/m_dom_dom.F90 -o CMakeFiles/FoX_dom.dir/m_dom_dom.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_dom_dom.mod fox/dom/CMakeFiles/FoX_dom.dir/m_dom_dom.mod.stamp Intel +[ 66%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/m_dom_extras.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/m_dom_extras.F90 -o CMakeFiles/FoX_dom.dir/m_dom_extras.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_dom_extras.mod fox/dom/CMakeFiles/FoX_dom.dir/m_dom_extras.mod.stamp Intel +[ 67%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/m_dom_parse.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/m_dom_parse.f90 -o CMakeFiles/FoX_dom.dir/m_dom_parse.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_dom_parse.mod fox/dom/CMakeFiles/FoX_dom.dir/m_dom_parse.mod.stamp Intel +[ 68%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/m_dom_utils.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/m_dom_utils.f90 -o CMakeFiles/FoX_dom.dir/m_dom_utils.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/m_dom_utils.mod fox/dom/CMakeFiles/FoX_dom.dir/m_dom_utils.mod.stamp Intel +[ 68%] Building Fortran object fox/dom/CMakeFiles/FoX_dom.dir/FoX_dom.f90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DFC_EOR_LF -DFC_HAVE_ABORT -DFC_HAVE_FLUSH -DRESTRICTED_ASSOCIATED_BUG -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -O3 -module ../include -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/fox/dom/FoX_dom.f90 -o CMakeFiles/FoX_dom.dir/FoX_dom.f90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod fox/include/fox_dom.mod fox/dom/CMakeFiles/FoX_dom.dir/fox_dom.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/FoX_dom.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/m_dom_dom.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/m_dom_error.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/m_dom_extras.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/m_dom_parse.f90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch fox/dom/CMakeFiles/FoX_dom.dir/m_dom_utils.f90.o.provides.build +[ 69%] Linking Fortran static library ../lib/libFoX_dom.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/FoX_dom.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/dom && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/FoX_dom.dir/link.txt --verbose=1 +/bin/ar qc ../lib/libFoX_dom.a CMakeFiles/FoX_dom.dir/FoX_dom.f90.o CMakeFiles/FoX_dom.dir/m_dom_error.f90.o CMakeFiles/FoX_dom.dir/m_dom_parse.f90.o CMakeFiles/FoX_dom.dir/m_dom_utils.f90.o CMakeFiles/FoX_dom.dir/m_dom_dom.F90.o CMakeFiles/FoX_dom.dir/m_dom_extras.F90.o +/bin/ranlib ../lib/libFoX_dom.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 73%] Built target FoX_dom +gmake -f streams/CMakeFiles/streams.dir/build.make streams/CMakeFiles/streams.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/streams /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams/CMakeFiles/streams.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams/CMakeFiles/streams.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams/CMakeFiles/streams.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams/CMakeFiles/streams.dir/depend.internal". +Scanning dependencies of target streams +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f streams/CMakeFiles/streams.dir/build.make streams/CMakeFiles/streams.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 74%] Building Fortran object streams/CMakeFiles/streams.dir/dshr_methods_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/streams/dshr_methods_mod.F90 -o CMakeFiles/streams.dir/dshr_methods_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod streams/dshr_methods_mod.mod streams/CMakeFiles/streams.dir/dshr_methods_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch streams/CMakeFiles/streams.dir/dshr_methods_mod.F90.o.provides.build +[ 75%] Building Fortran object streams/CMakeFiles/streams.dir/dshr_stream_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/streams/dshr_stream_mod.F90 -o CMakeFiles/streams.dir/dshr_stream_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod streams/dshr_stream_mod.mod streams/CMakeFiles/streams.dir/dshr_stream_mod.mod.stamp Intel +[ 76%] Building Fortran object streams/CMakeFiles/streams.dir/dshr_tinterp_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/streams/dshr_tinterp_mod.F90 -o CMakeFiles/streams.dir/dshr_tinterp_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod streams/dshr_tinterp_mod.mod streams/CMakeFiles/streams.dir/dshr_tinterp_mod.mod.stamp Intel +[ 77%] Building Fortran object streams/CMakeFiles/streams.dir/dshr_strdata_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/fox/include -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/streams/dshr_strdata_mod.F90 -o CMakeFiles/streams.dir/dshr_strdata_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod streams/dshr_strdata_mod.mod streams/CMakeFiles/streams.dir/dshr_strdata_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch streams/CMakeFiles/streams.dir/dshr_strdata_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch streams/CMakeFiles/streams.dir/dshr_stream_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch streams/CMakeFiles/streams.dir/dshr_tinterp_mod.F90.o.provides.build +[ 78%] Linking Fortran static library libstreams.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/streams.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/streams.dir/link.txt --verbose=1 +/bin/ar qc libstreams.a CMakeFiles/streams.dir/dshr_methods_mod.F90.o CMakeFiles/streams.dir/dshr_strdata_mod.F90.o CMakeFiles/streams.dir/dshr_stream_mod.F90.o CMakeFiles/streams.dir/dshr_tinterp_mod.F90.o +/bin/ranlib libstreams.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 78%] Built target streams +gmake -f dshr/CMakeFiles/dshr.dir/build.make dshr/CMakeFiles/dshr.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dshr /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr/CMakeFiles/dshr.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr/CMakeFiles/dshr.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr/CMakeFiles/dshr.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr/CMakeFiles/dshr.dir/depend.internal". +Scanning dependencies of target dshr +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f dshr/CMakeFiles/dshr.dir/build.make dshr/CMakeFiles/dshr.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 79%] Building Fortran object dshr/CMakeFiles/dshr.dir/dshr_dfield_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dshr/dshr_dfield_mod.F90 -o CMakeFiles/dshr.dir/dshr_dfield_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dshr/dshr_dfield_mod.mod dshr/CMakeFiles/dshr.dir/dshr_dfield_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dshr/CMakeFiles/dshr.dir/dshr_dfield_mod.F90.o.provides.build +[ 80%] Building Fortran object dshr/CMakeFiles/dshr.dir/dshr_fldlist_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dshr/dshr_fldlist_mod.F90 -o CMakeFiles/dshr.dir/dshr_fldlist_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dshr/dshr_fldlist_mod.mod dshr/CMakeFiles/dshr.dir/dshr_fldlist_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dshr/CMakeFiles/dshr.dir/dshr_fldlist_mod.F90.o.provides.build +[ 81%] Building Fortran object dshr/CMakeFiles/dshr.dir/dshr_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dshr/dshr_mod.F90 -o CMakeFiles/dshr.dir/dshr_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dshr/dshr_mod.mod dshr/CMakeFiles/dshr.dir/dshr_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dshr/CMakeFiles/dshr.dir/dshr_mod.F90.o.provides.build +[ 82%] Linking Fortran static library libdshr.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/dshr.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/dshr.dir/link.txt --verbose=1 +/bin/ar qc libdshr.a CMakeFiles/dshr.dir/dshr_dfield_mod.F90.o CMakeFiles/dshr.dir/dshr_fldlist_mod.F90.o CMakeFiles/dshr.dir/dshr_mod.F90.o +/bin/ranlib libdshr.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 82%] Built target dshr +gmake -f datm/CMakeFiles/datm.dir/build.make datm/CMakeFiles/datm.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm/CMakeFiles/datm.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm/CMakeFiles/datm.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm/CMakeFiles/datm.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm/CMakeFiles/datm.dir/depend.internal". +Scanning dependencies of target datm +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f datm/CMakeFiles/datm.dir/build.make datm/CMakeFiles/datm.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 83%] Building Fortran object datm/CMakeFiles/datm.dir/datm_datamode_clmncep_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm/datm_datamode_clmncep_mod.F90 -o CMakeFiles/datm.dir/datm_datamode_clmncep_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod datm/datm_datamode_clmncep_mod.mod datm/CMakeFiles/datm.dir/datm_datamode_clmncep_mod.mod.stamp Intel +[ 84%] Building Fortran object datm/CMakeFiles/datm.dir/datm_datamode_core2_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm/datm_datamode_core2_mod.F90 -o CMakeFiles/datm.dir/datm_datamode_core2_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod datm/datm_datamode_core2_mod.mod datm/CMakeFiles/datm.dir/datm_datamode_core2_mod.mod.stamp Intel +[ 84%] Building Fortran object datm/CMakeFiles/datm.dir/datm_datamode_era5_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm/datm_datamode_era5_mod.F90 -o CMakeFiles/datm.dir/datm_datamode_era5_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod datm/datm_datamode_era5_mod.mod datm/CMakeFiles/datm.dir/datm_datamode_era5_mod.mod.stamp Intel +[ 85%] Building Fortran object datm/CMakeFiles/datm.dir/datm_datamode_jra_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm/datm_datamode_jra_mod.F90 -o CMakeFiles/datm.dir/datm_datamode_jra_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod datm/datm_datamode_jra_mod.mod datm/CMakeFiles/datm.dir/datm_datamode_jra_mod.mod.stamp Intel +[ 86%] Building Fortran object datm/CMakeFiles/datm.dir/atm_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/datm/atm_comp_nuopc.F90 -o CMakeFiles/datm.dir/atm_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod datm/atm_comp_nuopc.mod datm/CMakeFiles/datm.dir/atm_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch datm/CMakeFiles/datm.dir/atm_comp_nuopc.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch datm/CMakeFiles/datm.dir/datm_datamode_clmncep_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch datm/CMakeFiles/datm.dir/datm_datamode_core2_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch datm/CMakeFiles/datm.dir/datm_datamode_era5_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch datm/CMakeFiles/datm.dir/datm_datamode_jra_mod.F90.o.provides.build +[ 87%] Linking Fortran static library libdatm.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/datm.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/datm && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/datm.dir/link.txt --verbose=1 +/bin/ar qc libdatm.a CMakeFiles/datm.dir/atm_comp_nuopc.F90.o CMakeFiles/datm.dir/datm_datamode_clmncep_mod.F90.o CMakeFiles/datm.dir/datm_datamode_core2_mod.F90.o CMakeFiles/datm.dir/datm_datamode_jra_mod.F90.o CMakeFiles/datm.dir/datm_datamode_era5_mod.F90.o +/bin/ranlib libdatm.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 87%] Built target datm +gmake -f dice/CMakeFiles/dice.dir/build.make dice/CMakeFiles/dice.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dice /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice/CMakeFiles/dice.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice/CMakeFiles/dice.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice/CMakeFiles/dice.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice/CMakeFiles/dice.dir/depend.internal". +Scanning dependencies of target dice +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f dice/CMakeFiles/dice.dir/build.make dice/CMakeFiles/dice.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 88%] Building Fortran object dice/CMakeFiles/dice.dir/dice_flux_atmice_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dice/dice_flux_atmice_mod.F90 -o CMakeFiles/dice.dir/dice_flux_atmice_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dice/dice_flux_atmice_mod.mod dice/CMakeFiles/dice.dir/dice_flux_atmice_mod.mod.stamp Intel +[ 89%] Building Fortran object dice/CMakeFiles/dice.dir/dice_datamode_ssmi_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dice/dice_datamode_ssmi_mod.F90 -o CMakeFiles/dice.dir/dice_datamode_ssmi_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dice/dice_datamode_ssmi_mod.mod dice/CMakeFiles/dice.dir/dice_datamode_ssmi_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dice/CMakeFiles/dice.dir/dice_datamode_ssmi_mod.F90.o.provides.build +/apps/cmake-3.15.4/bin/cmake -E touch dice/CMakeFiles/dice.dir/dice_flux_atmice_mod.F90.o.provides.build +[ 90%] Building Fortran object dice/CMakeFiles/dice.dir/ice_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dice/ice_comp_nuopc.F90 -o CMakeFiles/dice.dir/ice_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dice/ice_comp_nuopc.mod dice/CMakeFiles/dice.dir/ice_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dice/CMakeFiles/dice.dir/ice_comp_nuopc.F90.o.provides.build +[ 91%] Linking Fortran static library libdice.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/dice.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dice && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/dice.dir/link.txt --verbose=1 +/bin/ar qc libdice.a CMakeFiles/dice.dir/ice_comp_nuopc.F90.o CMakeFiles/dice.dir/dice_datamode_ssmi_mod.F90.o CMakeFiles/dice.dir/dice_flux_atmice_mod.F90.o +/bin/ranlib libdice.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 91%] Built target dice +gmake -f dlnd/CMakeFiles/dlnd.dir/build.make dlnd/CMakeFiles/dlnd.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dlnd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd/CMakeFiles/dlnd.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd/CMakeFiles/dlnd.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd/CMakeFiles/dlnd.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd/CMakeFiles/dlnd.dir/depend.internal". +Scanning dependencies of target dlnd +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f dlnd/CMakeFiles/dlnd.dir/build.make dlnd/CMakeFiles/dlnd.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 92%] Building Fortran object dlnd/CMakeFiles/dlnd.dir/lnd_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dlnd/lnd_comp_nuopc.F90 -o CMakeFiles/dlnd.dir/lnd_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dlnd/lnd_comp_nuopc.mod dlnd/CMakeFiles/dlnd.dir/lnd_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dlnd/CMakeFiles/dlnd.dir/lnd_comp_nuopc.F90.o.provides.build +[ 92%] Linking Fortran static library libdlnd.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/dlnd.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dlnd && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/dlnd.dir/link.txt --verbose=1 +/bin/ar qc libdlnd.a CMakeFiles/dlnd.dir/lnd_comp_nuopc.F90.o +/bin/ranlib libdlnd.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 92%] Built target dlnd +gmake -f docn/CMakeFiles/docn.dir/build.make docn/CMakeFiles/docn.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn/CMakeFiles/docn.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn/CMakeFiles/docn.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn/CMakeFiles/docn.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn/CMakeFiles/docn.dir/depend.internal". +Scanning dependencies of target docn +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f docn/CMakeFiles/docn.dir/build.make docn/CMakeFiles/docn.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 93%] Building Fortran object docn/CMakeFiles/docn.dir/docn_datamode_aquaplanet_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn/docn_datamode_aquaplanet_mod.F90 -o CMakeFiles/docn.dir/docn_datamode_aquaplanet_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod docn/docn_datamode_aquaplanet_mod.mod docn/CMakeFiles/docn.dir/docn_datamode_aquaplanet_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch docn/CMakeFiles/docn.dir/docn_datamode_aquaplanet_mod.F90.o.provides.build +[ 94%] Building Fortran object docn/CMakeFiles/docn.dir/docn_datamode_copyall_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn/docn_datamode_copyall_mod.F90 -o CMakeFiles/docn.dir/docn_datamode_copyall_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod docn/docn_datamode_copyall_mod.mod docn/CMakeFiles/docn.dir/docn_datamode_copyall_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch docn/CMakeFiles/docn.dir/docn_datamode_copyall_mod.F90.o.provides.build +[ 95%] Building Fortran object docn/CMakeFiles/docn.dir/docn_datamode_iaf_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn/docn_datamode_iaf_mod.F90 -o CMakeFiles/docn.dir/docn_datamode_iaf_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod docn/docn_datamode_iaf_mod.mod docn/CMakeFiles/docn.dir/docn_datamode_iaf_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch docn/CMakeFiles/docn.dir/docn_datamode_iaf_mod.F90.o.provides.build +[ 96%] Building Fortran object docn/CMakeFiles/docn.dir/docn_datamode_som_mod.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn/docn_datamode_som_mod.F90 -o CMakeFiles/docn.dir/docn_datamode_som_mod.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod docn/docn_datamode_som_mod.mod docn/CMakeFiles/docn.dir/docn_datamode_som_mod.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch docn/CMakeFiles/docn.dir/docn_datamode_som_mod.F90.o.provides.build +[ 97%] Building Fortran object docn/CMakeFiles/docn.dir/ocn_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/docn/ocn_comp_nuopc.F90 -o CMakeFiles/docn.dir/ocn_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod docn/ocn_comp_nuopc.mod docn/CMakeFiles/docn.dir/ocn_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch docn/CMakeFiles/docn.dir/ocn_comp_nuopc.F90.o.provides.build +[ 98%] Linking Fortran static library libdocn.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/docn.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/docn && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/docn.dir/link.txt --verbose=1 +/bin/ar qc libdocn.a CMakeFiles/docn.dir/ocn_comp_nuopc.F90.o CMakeFiles/docn.dir/docn_datamode_copyall_mod.F90.o CMakeFiles/docn.dir/docn_datamode_som_mod.F90.o CMakeFiles/docn.dir/docn_datamode_aquaplanet_mod.F90.o CMakeFiles/docn.dir/docn_datamode_iaf_mod.F90.o +/bin/ranlib libdocn.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 98%] Built target docn +gmake -f drof/CMakeFiles/drof.dir/build.make drof/CMakeFiles/drof.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/drof /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof/CMakeFiles/drof.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof/CMakeFiles/drof.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof/CMakeFiles/drof.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof/CMakeFiles/drof.dir/depend.internal". +Scanning dependencies of target drof +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f drof/CMakeFiles/drof.dir/build.make drof/CMakeFiles/drof.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 98%] Building Fortran object drof/CMakeFiles/drof.dir/rof_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/drof/rof_comp_nuopc.F90 -o CMakeFiles/drof.dir/rof_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod drof/rof_comp_nuopc.mod drof/CMakeFiles/drof.dir/rof_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch drof/CMakeFiles/drof.dir/rof_comp_nuopc.F90.o.provides.build +[ 99%] Linking Fortran static library libdrof.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/drof.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/drof && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/drof.dir/link.txt --verbose=1 +/bin/ar qc libdrof.a CMakeFiles/drof.dir/rof_comp_nuopc.F90.o +/bin/ranlib libdrof.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[ 99%] Built target drof +gmake -f dwav/CMakeFiles/dwav.dir/build.make dwav/CMakeFiles/dwav.dir/depend +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD && /apps/cmake-3.15.4/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dwav /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav/CMakeFiles/dwav.dir/DependInfo.cmake --color= +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav/CMakeFiles/dwav.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav/CMakeFiles/dwav.dir/depend.internal". +Dependee "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav/CMakeFiles/dwav.dir/depend.internal". +Scanning dependencies of target dwav +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake -f dwav/CMakeFiles/dwav.dir/build.make dwav/CMakeFiles/dwav.dir/build +gmake[3]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[100%] Building Fortran object dwav/CMakeFiles/dwav.dir/wav_comp_nuopc.F90.o +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib/netcdfp/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dshr -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/share -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/streams -I/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/include -O3 -c /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/dwav/wav_comp_nuopc.F90 -o CMakeFiles/dwav.dir/wav_comp_nuopc.F90.o +/apps/cmake-3.15.4/bin/cmake -E cmake_copy_f90_mod dwav/wav_comp_nuopc.mod dwav/CMakeFiles/dwav.dir/wav_comp_nuopc.mod.stamp Intel +/apps/cmake-3.15.4/bin/cmake -E touch dwav/CMakeFiles/dwav.dir/wav_comp_nuopc.F90.o.provides.build +[100%] Linking Fortran static library libdwav.a +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav && /apps/cmake-3.15.4/bin/cmake -P CMakeFiles/dwav.dir/cmake_clean_target.cmake +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/dwav && /apps/cmake-3.15.4/bin/cmake -E cmake_link_script CMakeFiles/dwav.dir/link.txt --verbose=1 +/bin/ar qc libdwav.a CMakeFiles/dwav.dir/wav_comp_nuopc.F90.o +/bin/ranlib libdwav.a +gmake[3]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +[100%] Built target dwav +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +/apps/cmake-3.15.4/bin/cmake -E cmake_progress_start /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD/CMakeFiles 0 +gmake -f CMakeFiles/Makefile2 preinstall +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +gmake[2]: Nothing to be done for `preinstall'. +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +Install the project... +/apps/cmake-3.15.4/bin/cmake -P cmake_install.cmake +-- Install configuration: "Release" +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib/libstreams.a +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib/libdshr.a +-- Up-to-date: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib/libstreams.a +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include/dshr_methods_mod.mod +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include/dshr_strdata_mod.mod +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include/dshr_stream_mod.mod +-- Installing: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include/dshr_tinterp_mod.mod +-- Up-to-date: /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib/libdshr.a +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD' +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ +set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +exec find ./d??? -name "*.a" -exec cp {} ../CDEPS_INSTALL/lib/ \; + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ + set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ + exec find ./fox/lib -name "*.a" -exec cp {} ../CDEPS_INSTALL/lib/ \; + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ + set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +exec find share/ -name "*.a" -exec cp {} ../CDEPS_INSTALL/lib/ \; + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ + set -e; . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ + exec find ./d??? -name "*_comp_nuopc.mod" -exec cp {} ../CDEPS_INSTALL/include/ \; + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk +test -d "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" +test -s "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk" +mkdir -p /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk +test -d "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL" +test -s "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk" +mkdir -p /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL +rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk +test -d "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL" +test -s "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk" +( \ +echo "# Do not edit this file. It is automatically generated." ; \ +echo "# Edit the component list or /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo cdeps_docn_mk="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk" ; echo cdeps_datm_mk="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk" ; echo cdeps_mk="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk" ; echo cmeps_mk="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +set -e ; \ +for m in /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk ; do \ + test -s $m ; \ +done ; \ +echo build NEMS after /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src ; \ +gmake nems \ + COMPONENTS="CDEPS_DOCN CDEPS_DATM CDEPS CMEPS" \ + CDEPS_DOCN_DIR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL CDEPS_DATM_DIR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL CDEPS_DIR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL CMEPS_DIR=/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL TARGET="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +build NEMS after /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +Components in linker order: CMEPS CDEPS CDEPS_DATM CDEPS_DOCN +CMEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +CDEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk +CDEPS_DATM: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk +CDEPS_DOCN: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' +cd ENS_Cpl && gmake stub +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -c ENS_CplComp_ESMFMod_STUB.f90 +ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o +ar: creating ENS_Cpl.a +a - ENS_CplComp_ESMFMod_STUB.o +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_NEMS_UTILS.tmp.f90 +mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_MEDIATOR_methods.tmp.f90 +mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_MEDIATOR.tmp.f90 +mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_MEDIATOR_SpaceWeather.tmp.f90 +mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_EARTH_INTERNAL_STATE.tmp.f90 +mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_EARTH_GRID_COMP.tmp.f90 +mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_NEMS_INTERNAL_STATE.tmp.f90 +mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_NEMS_GRID_COMP.tmp.f90 +mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c module_NEMS_Rusage.tmp.f90 +mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ +mpiicc -c nems_c_rusage.c +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CDEPS= -DFRONT_CDEPS_DATM=atm_comp_nuopc -DFRONT_CDEPS_DOCN=ocn_comp_nuopc -DCMEPS -DCDEPS -D'SVN_INFO="(tufuk) Fri Dec 11 17:35:24 CST 2020 rcf91d871903b https://github.com/hafs-community/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=346' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/mod -I/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/include -I/apps/contrib/NCEPLIBS/lib//netcdfp/include -IENS_Cpl -I. -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/include -I/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/include -c MAIN_NEMS.tmp.f90 +mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ +echo libgocart is +libgocart is +echo extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +extlibs is /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/libcmeps.a /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib/libpiof.a /apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib/libpioc.a -L/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib -ldshr -lstreams -lcdeps_share -lFoX_dom -lFoX_sax -lFoX_common -lFoX_utils -lFoX_fsys -L/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib -lpiof -lpioc -L/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib -ldatm -ldshr -lstreams -lcdeps_share -lFoX_dom -lFoX_sax -lFoX_common -lFoX_utils -lFoX_fsys -L/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib -lpiof -lpioc -L/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/lib -ldocn -ldshr -lstreams -lcdeps_share -lFoX_dom -lFoX_sax -lFoX_common -lFoX_utils -lFoX_fsys -L/apps/contrib/NCEPLIBS/orion/lib/pio-2.5.2/lib -lpiof -lpioc ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEPLIBS/lib/gfs_post.fd/v8.0.5/intel/libncep_post_4.a /apps/contrib/NCEPLIBS/orion/lib/libnemsio_v2.2.4.a /apps/contrib/NCEPLIBS/orion/lib/libg2_v3.1.1_4.a /apps/contrib/NCEPLIBS/orion/lib/libg2tmpl_v1.6.0.a /apps/contrib/NCEPLIBS/orion/lib/libbacio_v2.0.3_4.a /apps/contrib/NCEPLIBS/orion/lib/libsp_v2.0.3_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3emc_v2.4.0_d.a /apps/contrib/NCEPLIBS/orion/lib/libw3nco_v2.0.7_d.a /apps/contrib/NCEPLIBS/orion/lib/libcrtm_v2.3.0.a /apps/contrib/NCEPLIBS/orion/lib/libpng_v1.2.44/libpng.a /apps/contrib/NCEPLIBS/orion/lib/libjasper_v1.900.2/libjasper.a /apps/contrib/NCEPLIBS/orion/lib/libz_v1.2.6.a -L/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -Wl,-rpath,/apps/contrib/NCEPLIBS/lib/EXTERNAL/LOCAL_EXTERN/ESMF_8_1_0_beta_snapshot_19/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/apps/contrib/NCEPLIBS/lib/netcdfp/lib -lhdf5 -lhdf5_hl -lhdf5 -lz -qopenmp -L/apps/contrib/NCEPLIBS/lib//netcdfp/lib -lnetcdff -lnetcdf +/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' +set -xe ; cp "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x" "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/tests/fv3_1.exe" ++ cp /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/exe/NEMS.x /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/tests/fv3_1.exe ++ '[' YES = YES ']' ++ gmake -j 8 -k COMPONENTS=CDEPS_DOCN,CDEPS_DATM,CDEPS,CMEPS, TEST_BUILD_NAME=fv3_1 BUILD_ENV=orion.intel 'FV3_MAKEOPT=CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y' NEMS_BUILDOPT= clean +Will copy modules.nems and NEMS.x as fv3_1 under tests/ +NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. +echo 'CDEPS_DOCN CDEPS_DATM CDEPS CMEPS' > "/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/components.mk" +NEMS_BUILDOPT IS +"CMEPS_ALL_OPTS = COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0" +there is nothing to clean for CDEPS provided DOCN +there is nothing to clean for CDEPS provided DATM +cp -n /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/modulefiles/orion.intel/fv3 /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems ; \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc"; \ +set -e; \ +if [ -d "~/Dropbox" ]; then cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_BUILD; \ +exec gmake clean; fi + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +cp -n /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/modulefiles/orion.intel/fv3 /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/modules.nems ; \ + . /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS" COMP_BINDIR="/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" INTERNAL_PIO_INIT=0 ; \ +set -e ; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS ; \ +exec gmake clean + +Currently Loaded Modules: + 1) contrib/0.1 9) w3emc/2.4.0 17) pio/2.5.2 + 2) noaatools/1.0 10) w3nco/2.0.7 18) netcdfp/4.7.4 + 3) intel/2018.4 11) g2/3.1.1 19) esmflocal/8.1.0.19bs + 4) impi/2018.4 12) g2tmpl/1.6.0 20) post-intel-sandybridge/8.0.5 + 5) bacio/2.0.3 13) crtm/2.3.0 21) cmake/3.15.4 + 6) ip/3.0.2 14) jasper/1.900.2 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.6 + + + +INTERNAL_PIO_INIT is set to 0 +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +cd mediator; \ +exec gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +rm -f -f libcmeps.a *.i90 *.o *.mod +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/mediator' +cd util; \ +exec gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod +rm -f -f med_constants_mod.* +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/util' +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS' +if ! test -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; \ + delete_nuopc=yes ; \ +fi ; \ +cd /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src ; gmake "COMPONENTS=CDEPS_DOCN CDEPS_DATM CDEPS CMEPS" \ + INCLUDES_ARE_OPTIONAL=YES clean ; \ +if [ "$delete_nuopc" = yes ] ; then \ + rm -f /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/conf/configure.nems.NUOPC ; \ +fi +Components in linker order: CMEPS CDEPS CDEPS_DATM CDEPS_DOCN +CMEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CMEPS/CMEPS_INSTALL/cmeps.mk +CDEPS: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/CDEPS_INSTALL/cdeps.mk +CDEPS_DATM: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DATM_INSTALL/cdeps_datm.mk +CDEPS_DOCN: include /work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/CDEPS/DOCN_INSTALL/cdeps_docn.mk +CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_19" +CPPFLAGS += ESMF_VERSION_MAJOR="8" +CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" +CPPFLAGS += ESMF_VERSION_MINOR="1" +CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" +CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" +CPPFLAGS += ESMF_VERSION_REVISION="0" +CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" +gmake[1]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' +rm -f -f *.tmp.f90 *.lst *.o *.mod lm map +cd ENS_Cpl ; gmake clean +gmake[2]: Entering directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend +gmake[2]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/nems/tufuk/apps/HAFS_merge/sorc/hafs_forecast.fd/NEMS/src' ++ elapsed=161 ++ echo 'Elapsed time 161 seconds. Compiling CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y finished' +Elapsed time 161 seconds. Compiling CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y finished diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 4ead851a8f..95582e2ffa 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,2587 +1,52 @@ -Wed Jul 15 09:13:28 CDT 2020 +Fri Dec 11 17:33:13 CST 2020 Start Regression test -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 001 fv3_ccpp_control PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 002 fv3_ccpp_decomp PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 003 fv3_ccpp_2threads PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_restart_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 004 fv3_ccpp_restart PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_read_inc_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 005 fv3_ccpp_read_inc PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 007 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 008 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 008 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 009 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 009 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_stochy_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_stochy_prod -Checking test 010 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 010 fv3_ccpp_stochy PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_iau_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_iau_prod -Checking test 011 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_ccpp_iau PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_ca_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_ca_prod -Checking test 012 fv3_ccpp_ca results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_ccpp_ca PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmprad_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmprad_prod -Checking test 013 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 013 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmprad_atmwav_prod -Checking test 014 fv3_ccpp_gfdlmprad_atmwav results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 014 fv3_ccpp_gfdlmprad_atmwav PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_wrtGauss_nemsio_c768_prod -Checking test 015 fv3_ccpp_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_10m .........OK - Comparing out_grd.ant_9km .........OK - Comparing out_grd.aoc_9km .........OK -Test 015 fv3_ccpp_wrtGauss_nemsio_c768 PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_control_32bit_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_control_32bit_prod -Checking test 016 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_ccpp_control_32bit PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_stretched_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_stretched_prod -Checking test 017 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 017 fv3_ccpp_stretched PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_stretched_nest_prod -Checking test 018 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 018 fv3_ccpp_stretched_nest PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_regional_control_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_regional_control_prod -Checking test 019 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 019 fv3_ccpp_regional_control PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_regional_restart_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_regional_restart_prod -Checking test 020 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 020 fv3_ccpp_regional_restart PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_regional_quilt_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_regional_quilt_prod -Checking test 021 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 021 fv3_ccpp_regional_quilt PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_regional_c768_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_regional_c768_prod -Checking test 022 fv3_ccpp_regional_c768 results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf003.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf003.nc .........OK -Test 022 fv3_ccpp_regional_c768 PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_control_debug_prod -Checking test 023 fv3_ccpp_control_debug results .... -Test 023 fv3_ccpp_control_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_stretched_nest_debug_prod -Checking test 024 fv3_ccpp_stretched_nest_debug results .... -Test 024 fv3_ccpp_stretched_nest_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmp_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmp_prod -Checking test 025 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 025 fv3_ccpp_gfdlmp PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 026 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 026 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 027 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 027 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_csawmg_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_csawmg_prod -Checking test 028 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 028 fv3_ccpp_csawmg PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_satmedmf_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_satmedmf_prod -Checking test 029 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 029 fv3_ccpp_satmedmf PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmp_32bit_prod -Checking test 030 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 030 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 031 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 031 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_cpt_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_cpt_prod -Checking test 032 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 032 fv3_ccpp_cpt PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gsd_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gsd_prod -Checking test 033 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 033 fv3_ccpp_gsd PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_thompson_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_thompson_prod -Checking test 034 fv3_ccpp_thompson results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 034 fv3_ccpp_thompson PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_thompson_no_aero_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_thompson_no_aero_prod -Checking test 035 fv3_ccpp_thompson_no_aero results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 035 fv3_ccpp_thompson_no_aero PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfs_v15p2_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfs_v15p2_prod -Checking test 036 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 036 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfs_v16beta_prod -Checking test 037 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 037 fv3_ccpp_gfs_v16beta PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_rrtmgp_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_rrtmgp_prod -Checking test 038 fv3_ccpp_rrtmgp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 038 fv3_ccpp_rrtmgp PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 039 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 039 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfs_v16beta_debug_prod -Checking test 040 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 040 fv3_ccpp_gfs_v16beta_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_rrtmgp_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_rrtmgp_debug_prod -Checking test 041 fv3_ccpp_rrtmgp_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 041 fv3_ccpp_rrtmgp_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gsd_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gsd_debug_prod -Checking test 042 fv3_ccpp_gsd_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 phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 042 fv3_ccpp_gsd_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_thompson_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_thompson_debug_prod -Checking test 043 fv3_ccpp_thompson_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 043 fv3_ccpp_thompson_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 044 fv3_ccpp_thompson_no_aero_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 044 fv3_ccpp_thompson_no_aero_debug PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfsv16_csawmg_prod -Checking test 045 fv3_ccpp_gfsv16_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 045 fv3_ccpp_gfsv16_csawmg PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 046 fv3_ccpp_gfsv16_csawmgt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 046 fv3_ccpp_gfsv16_csawmgt PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_gocart_clm_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_gocart_clm_prod -Checking test 047 fv3_ccpp_gocart_clm results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 047 fv3_ccpp_gocart_clm PASS - - -baseline dir = /work/noaa/fv3-cam/djovic/RT/NEMSfv3gfs/develop-20200713/INTEL/fv3_multigases_ccpp -working dir = /work/noaa/stmp/djovic/stmp/djovic/FV3_RT/rt_339981/fv3_ccpp_multigases_prod -Checking test 048 fv3_ccpp_multigases 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 - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 048 fv3_ccpp_multigases PASS - - -REGRESSION TEST WAS SUCCESSFUL -Wed Jul 15 09:44:41 CDT 2020 -Elapsed time: 00h:31m:14s. Have a nice day! +baseline dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/REGRESSION_TEST_INTEL/datm_docn_cmeps +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_22273/datm_docn_cmeps +Checking test 001 datm_docn_cmeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-29-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-08-30-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-08-31-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-01-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-02-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-03-03600.nc ............MISSING baseline +Test 001 datm_docn_cmeps FAIL + +FAILED TESTS: +Test datm_docn_cmeps failed + +REGRESSION TEST FAILED +Fri Dec 11 17:40:28 CST 2020 +Elapsed time: 00h:07m:16s. Have a nice day! + +baseline dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/REGRESSION_TEST_INTEL/datm_docn_cmeps +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_22273/datm_docn_cmeps +Checking test 001 datm_docn_cmeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-29-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-08-30-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-08-31-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-01-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-02-03600.nc ............MISSING baseline + Comparing ufs.hafs.cpl.hi.2019-09-03-03600.nc ............MISSING baseline +Test 001 datm_docn_cmeps FAIL + + +baseline dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/REGRESSION_TEST_INTEL/datm_hycom_cmeps +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_46393/datm_hycom_cmeps +Checking test 001 datm_hycom_cmeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-29-03600.nc ............NOT OK + Comparing ufs.hafs.cpl.hi.2019-08-30-03600.nc ............NOT OK + Comparing ufs.hafs.cpl.hi.2019-08-31-03600.nc ............NOT OK + Comparing ufs.hafs.cpl.hi.2019-09-01-03600.nc ............NOT OK + Comparing ufs.hafs.cpl.hi.2019-09-02-03600.nc ............NOT OK + Comparing ufs.hafs.cpl.hi.2019-09-03-03600.nc ............NOT OK +Test 001 datm_hycom_cmeps FAIL + +FAILED TESTS: +Test datm_docn_cmeps failed +Test datm_hycom_cmeps failed + +REGRESSION TEST FAILED +Fri Dec 11 18:25:43 CST 2020 +Elapsed time: 00h:56m:38s. Have a nice day! diff --git a/tests/cdeps_conf/datm_era5_run.IN b/tests/cdeps_conf/datm_era5_run.IN new file mode 100644 index 0000000000..e69bd83754 --- /dev/null +++ b/tests/cdeps_conf/datm_era5_run.IN @@ -0,0 +1,10 @@ +if [ -d "input" ]; then + echo "input/ directory exists ..." +else + echo "input/ directory not found. Creating ..." + mkdir -p input +fi + +cd input +rsync -arv @[RTPWD]/DATM_ERA5_input_data/. . +cd - diff --git a/tests/cdeps_conf/docn_oisst_run.IN b/tests/cdeps_conf/docn_oisst_run.IN new file mode 100644 index 0000000000..d6acbaef2e --- /dev/null +++ b/tests/cdeps_conf/docn_oisst_run.IN @@ -0,0 +1,10 @@ +if [ -d "input" ]; then + echo "input/ directory exists ..." +else + echo "input/ directory not found. Creating ..." + mkdir -p input +fi + +cd input +rsync -arv @[RTPWD]/DOCN_OISST_input_data/. . +cd - diff --git a/tests/compile.sh b/tests/compile.sh index e96a2b604e..3a66ae525d 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -57,7 +57,12 @@ fi # Configure NEMS cd "$PATHTR/../NEMS" -COMPONENTS="FMS,FV3" +COMPONENTS="" + +if [[ "${MAKE_OPT}" == *"FV3=Y"* ]]; then + COMPONENTS="FMS,FV3,$COMPONENTS" +fi + if [[ "${MAKE_OPT}" == *"CCPP=Y"* ]]; then COMPONENTS="CCPP,$COMPONENTS" fi @@ -74,6 +79,18 @@ if [[ "${MAKE_OPT}" == *"CMEPS=Y"* ]]; then COMPONENTS="CMEPS,$COMPONENTS" fi +if [[ "${MAKE_OPT}" == *"CDEPS=Y"* ]]; then + COMPONENTS="CDEPS,$COMPONENTS" +fi + +if [[ "${MAKE_OPT}" == *"CDEPS_DATM=Y"* ]]; then + COMPONENTS="CDEPS_DATM,$COMPONENTS" +fi + +if [[ "${MAKE_OPT}" == *"CDEPS_DOCN=Y"* ]]; then + COMPONENTS="CDEPS_DOCN,$COMPONENTS" +fi + # Make variables: # COMPONENTS = list of components to build # BUILD_ENV = theia.intel, wcoss_dell_p3, etc. diff --git a/tests/hycom_conf/hycom_hat10_run.IN b/tests/hycom_conf/hycom_hat10_run.IN new file mode 100644 index 0000000000..a39324b3fc --- /dev/null +++ b/tests/hycom_conf/hycom_hat10_run.IN @@ -0,0 +1 @@ +ln -sf @[RTPWD]/HYCOM_regional_input_data/* . diff --git a/tests/rt_datm_docn.sh b/tests/rt_datm_docn.sh new file mode 100755 index 0000000000..796c0e882e --- /dev/null +++ b/tests/rt_datm_docn.sh @@ -0,0 +1,90 @@ +#!/bin/bash +set -eux + +source rt_utils.sh +source atparse.bash + +mkdir -p ${RUNDIR} +cd $RUNDIR + +############################################################################### +# Make configure and run files +############################################################################### + +# FV3 executable: +cp ${PATHRT}/$FV3X fv3.exe + +# modulefile for FV3 prerequisites: +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 + +SRCD="${PATHTR}" +RUND="${RUNDIR}" + +atparse < ${PATHRT}/cdeps_conf/${DATM_RUN:-datm_run.IN} > datm_run +atparse < ${PATHRT}/cdeps_conf/${DOCN_RUN:-docn_run.IN} > docn_run + +# Set up the run directory +source ./datm_run +source ./docn_run + +if [[ $SCHEDULER = 'pbs' ]]; then + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_qsub.IN > job_card +elif [[ $SCHEDULER = 'slurm' ]]; then + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_slurm.IN > job_card +elif [[ $SCHEDULER = 'lsf' ]]; then + if (( TASKS < TPN )); then + TPN=${TASKS} + fi + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_bsub.IN > job_card +fi + +# Driver +atparse < ${PATHTR}/parm/${NEMS_CONFIGURE:-nems.configure} > nems.configure +atparse < ${PATHTR}/parm/${MODEL_CONFIGURE:-model_configure.cdeps.IN} > model_configure + +# CMEPS +cp ${PATHTR}/parm/fd_nems.yaml fd_nems.yaml +cp ${PATHTR}/parm/pio_in pio_in +cp ${PATHTR}/parm/med_modelio.nml med_modelio.nml + +# CDEPS, DATM and DOCN +cp ${PATHTR}/parm/atm_modelio.nml atm_modelio.nml +cp ${PATHTR}/parm/ocn_modelio.nml ocn_modelio.nml +atparse < ${PATHTR}/parm/${DATM_CONFIGURE_A:-datm_in} > datm_in +atparse < ${PATHTR}/parm/${DATM_CONFIGURE_B:-datm.streams.xml} > datm.streams.xml +atparse < ${PATHTR}/parm/${DOCN_CONFIGURE_A:-docn_in} > docn_in +atparse < ${PATHTR}/parm/${DOCN_CONFIGURE_B:-docn.streams.xml} > docn.streams.xml + +################################################################################ +# Submit test +################################################################################ + +if [[ $ROCOTO = 'false' ]]; then + submit_and_wait job_card +else + chmod u+x job_card + ./job_card +fi + +check_results + +################################################################################ +# End test +################################################################################ + +exit 0 diff --git a/tests/rt_datm_hycom.sh b/tests/rt_datm_hycom.sh new file mode 100755 index 0000000000..40d6f8cd38 --- /dev/null +++ b/tests/rt_datm_hycom.sh @@ -0,0 +1,87 @@ +#!/bin/bash +set -eux + +source rt_utils.sh +source atparse.bash + +mkdir -p ${RUNDIR} +cd $RUNDIR + +############################################################################### +# Make configure and run files +############################################################################### + +# FV3 executable: +cp ${PATHRT}/$FV3X fv3.exe + +# modulefile for FV3 prerequisites: +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 + +SRCD="${PATHTR}" +RUND="${RUNDIR}" + +atparse < ${PATHRT}/hycom_conf/${HYCOM_RUN:-hycom_run.IN} > hycom_run +atparse < ${PATHRT}/cdeps_conf/${DATM_RUN:-datm_run.IN} > datm_run + +# Set up the run directory +source ./hycom_run +source ./datm_run + +if [[ $SCHEDULER = 'pbs' ]]; then + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_qsub.IN > job_card +elif [[ $SCHEDULER = 'slurm' ]]; then + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_slurm.IN > job_card +elif [[ $SCHEDULER = 'lsf' ]]; then + if (( TASKS < TPN )); then + TPN=${TASKS} + fi + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + atparse < $PATHRT/fv3_conf/fv3_bsub.IN > job_card +fi + +# Driver +atparse < ${PATHTR}/parm/${NEMS_CONFIGURE:-nems.configure} > nems.configure +atparse < ${PATHTR}/parm/${MODEL_CONFIGURE:-model_configure.cdeps.IN} > model_configure + +# CMEPS +cp ${PATHTR}/parm/fd_nems.yaml fd_nems.yaml +cp ${PATHTR}/parm/pio_in pio_in +cp ${PATHTR}/parm/med_modelio.nml med_modelio.nml + +# CDEPS, DATM only +cp ${PATHTR}/parm/atm_modelio.nml atm_modelio.nml +atparse < ${PATHTR}/parm/${DATM_CONFIGURE_A:-datm_in} > datm_in +atparse < ${PATHTR}/parm/${DATM_CONFIGURE_B:-datm.streams.xml} > datm.streams.xml + +################################################################################ +# Submit test +################################################################################ + +if [[ $ROCOTO = 'false' ]]; then + submit_and_wait job_card +else + chmod u+x job_card + ./job_card +fi + +check_results + +################################################################################ +# End test +################################################################################ + +exit 0 diff --git a/tests/rt_orion_cpl.conf b/tests/rt_orion_cpl.conf new file mode 100644 index 0000000000..2d906760af --- /dev/null +++ b/tests/rt_orion_cpl.conf @@ -0,0 +1,7 @@ +####################################################################################################################################################################################### +# CDEPS CMEPS tests # +####################################################################################################################################################################################### +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | standard | | fv3 | +RUN | datm_hycom_cmeps | standard | | fv3 | +COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | standard | | fv3 | +RUN | datm_docn_cmeps | standard | | fv3 | diff --git a/tests/tests/datm_docn_cmeps b/tests/tests/datm_docn_cmeps new file mode 100644 index 0000000000..d5bde33514 --- /dev/null +++ b/tests/tests/datm_docn_cmeps @@ -0,0 +1,56 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with data ocean" + +export CNTL_DIR="datm_docn_cmeps" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-30-03600.nc \ + ufs.hafs.cpl.hi.2019-08-31-03600.nc \ + ufs.hafs.cpl.hi.2019-09-01-03600.nc \ + ufs.hafs.cpl.hi.2019-09-02-03600.nc \ + ufs.hafs.cpl.hi.2019-09-03-03600.nc" + +export TASKS=240 +export TPN=40 +export THRD=1 +export WLCLK=180 + +# configuration +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export SYEAR=2019 +export SMONTH=08 +export SDAY=29 +export INPES=4 +export JNPES=5 + +# nems.configure +export NEMS_CONFIGURE="nems.configure.datm_era5_docn_oisst.IN" +export coupling_interval_sec=1800 +export med_model="nems" +export med_petlist_bounds="0 119" +export atm_model="datm" +export atm_petlist_bounds="0 119" +export ocn_model="docn" +export ocn_petlist_bounds="120 239" +export restart_n=48 +export cplmode="hafs" +export runtype="startup" +export use_coldstart="false" + +# cdeps +export DATM_CONFIGURE_A="datm_in.era5" +export DATM_CONFIGURE_B="datm.streams.xml.era5" +export DOCN_CONFIGURE_A="docn_in.oisst" +export DOCN_CONFIGURE_B="docn.streams.xml.oisst" + +# run +export RUN_SCRIPT=rt_datm_docn.sh +export DATM_RUN=datm_era5_run.IN +export DOCN_RUN=docn_oisst_run.IN diff --git a/tests/tests/datm_hycom_cmeps b/tests/tests/datm_hycom_cmeps new file mode 100644 index 0000000000..197fa52e28 --- /dev/null +++ b/tests/tests/datm_hycom_cmeps @@ -0,0 +1,61 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with regional HYCOM" + +export CNTL_DIR="datm_hycom_cmeps" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-30-03600.nc \ + ufs.hafs.cpl.hi.2019-08-31-03600.nc \ + ufs.hafs.cpl.hi.2019-09-01-03600.nc \ + ufs.hafs.cpl.hi.2019-09-02-03600.nc \ + ufs.hafs.cpl.hi.2019-09-03-03600.nc" + +export TASKS=240 +export TPN=40 +export THRD=1 +export WLCLK=180 + +# configuration +export DAYS="2" +export FHMAX="48" +export FDIAG="6" +export SYEAR=2019 +export SMONTH=08 +export SDAY=29 +export INPES=4 +export JNPES=5 + +# nems.configure +export NEMS_CONFIGURE="nems.configure.datm_era5_hycom.IN" +export coupling_interval_sec=1800 +export med_model="nems" +export med_petlist_bounds="0 119" +export atm_model="datm" +export atm_petlist_bounds="0 119" +export ocn_model="hycom" +export ocn_petlist_bounds="120 239" +export restart_n=48 +export cplmode="hafs" +export runtype="startup" +export use_coldstart="false" + +# cdeps +export DATM_CONFIGURE_A="datm_in.era5" +export DATM_CONFIGURE_B="datm.streams.xml.era5" + +# hycom +export HYCOM_CONFIGURE_A="blkdat.input" +export HYCOM_CONFIGURE_B="patch.input" +export HYCOM_CONFIGURE_C="ports.input" +export HYCOM_CONFIGURE_D="hycom_settings" +export HYCOM_CONFIGURE_E="limits" + +# run +export RUN_SCRIPT=rt_datm_hycom.sh +export HYCOM_RUN=hycom_hat10_run.IN +export DATM_RUN=datm_era5_run.IN From 5ec36fe07c46472d1c805630cee94dedf4224095 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 12 Dec 2020 12:55:10 -0600 Subject: [PATCH 131/271] Update submodule FV3 after adding a new HAFS ccpp suite suite_HAFS_v0_gfdlmp_nonsstugwd.xml. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 028c8c90bb..96f4d9f7f8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 028c8c90bb5471cd38caa6a303e33fa76f7d2ffb +Subproject commit 96f4d9f7f8304ffaac108dbc6696ce418d6e22cf From 8da265a107a93e2d57b7ff7a96411d7be562593d Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 5 Jan 2021 18:46:51 +0000 Subject: [PATCH 132/271] Changes needed to run through the regression tests on Hera (from Chunxi). --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index 93b34facd9..0742a74a04 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -152,7 +152,7 @@ RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson ####################################################################################################################################################################################### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) -COMPILE | CCPP=Y DEBUG=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16beta_RRTMGP DEBUG=Y | standard | hera.intel | fv3 | COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16beta_RRTMGP DEBUG=Y | standard | orion.intel | fv3 | COMPILE | CCPP=Y DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | From abe96d57767c1e1689e2d84a77fa9f285da5ce74 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 8 Jan 2021 15:20:15 -0600 Subject: [PATCH 133/271] enable CDEPS build --- CMakeLists.txt | 154 +++++++++++++++++++++++++++++++------------------ 1 file changed, 99 insertions(+), 55 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7209c25441..58f7f60084 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,9 @@ set(CMEPS OFF CACHE BOOL "Enable CMEPS") set(S2S OFF CACHE BOOL "Enable S2S") set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") set(DATM OFF CACHE BOOL "Enable Data Atmosphere") +set(CDEPS OFF CACHE BOOL "Enable CDEPS") +set(CDEPS_DATM OFF CACHE BOOL "Enable CDEPS Data Atmosphere") +set(CDEPS_DOCN OFF CACHE BOOL "Enable CDEPS Data Ocean") ############################################################################### ### Set CMAKE_BUILD_TYPE for DEBUG mode @@ -72,6 +75,9 @@ message("HYCOM ............ ${HYCOM}") message("CMEPS ............ ${CMEPS}") message("S2S .............. ${S2S}") message("DATM ............. ${DATM}") +message("CDEPS ............ ${CDEPS}") +message("CDEPS_DATM ....... ${CDEPS_DATM}") +message("CDEPS_DOCN ....... ${CDEPS_DOCN}") message("") get_filename_component (C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) @@ -136,50 +142,56 @@ if(S2S AND 32BIT) message(FATAL_ERROR "S2S=ON and 32BIT=ON are incompatible, ABORT!") endif() +if(DATM AND CDEPS_DATM) + message(FATAL_ERROR "DATM=ON and CDEPS_DATM=ON are incompatible, ABORT!") +endif() + ############################################################################### ### FMS ############################################################################### -include(fms_files.cmake) -add_library(fms ${fms_src_files} ${fms_headers}) -# stupid cmake can not figure out dependency of fft.F90 on fft99.F90 because 'use fft99_mod' is inside ifdefs -set_property(SOURCE FMS/fft/fft.F90 APPEND_STRING PROPERTY COMPILE_FLAGS "-DSGICRAY=0 -DNAGFFT=0") - -list(APPEND _fms_defs_public use_libMPI - use_netCDF - GFS_PHYS - INTERNAL_FILE_NML) -if(QUAD_PRECISION) - list(APPEND _fms_defs_public ENABLE_QUAD_PRECISION) -endif() -target_compile_definitions(fms PUBLIC "${_fms_defs_public}") - -if(32BIT) - list(APPEND _fms_defs_private OVERLOAD_R4 - OVERLOAD_R8) -endif() -target_compile_definitions(fms PRIVATE "${_fms_defs_private}") - -target_include_directories(fms PUBLIC $ - $ - $ - $ - $) -target_include_directories(fms INTERFACE - $ - $) -target_link_libraries(fms PUBLIC MPI::MPI_Fortran - NetCDF::NetCDF_Fortran) -if(OpenMP_Fortran_FOUND) - target_link_libraries(fms PRIVATE OpenMP::OpenMP_Fortran) +if(NOT DATM AND NOT CDEPS_DATM) + include(fms_files.cmake) + add_library(fms ${fms_src_files} ${fms_headers}) + # stupid cmake can not figure out dependency of fft.F90 on fft99.F90 because 'use fft99_mod' is inside ifdefs + set_property(SOURCE FMS/fft/fft.F90 APPEND_STRING PROPERTY COMPILE_FLAGS "-DSGICRAY=0 -DNAGFFT=0") + + list(APPEND _fms_defs_public use_libMPI + use_netCDF + GFS_PHYS + INTERNAL_FILE_NML) + if(QUAD_PRECISION) + list(APPEND _fms_defs_public ENABLE_QUAD_PRECISION) + endif() + target_compile_definitions(fms PUBLIC "${_fms_defs_public}") + + if(32BIT) + list(APPEND _fms_defs_private OVERLOAD_R4 + OVERLOAD_R8) + endif() + target_compile_definitions(fms PRIVATE "${_fms_defs_private}") + + target_include_directories(fms PUBLIC $ + $ + $ + $ + $) + target_include_directories(fms INTERFACE + $ + $) + target_link_libraries(fms PUBLIC MPI::MPI_Fortran + NetCDF::NetCDF_Fortran) + if(OpenMP_Fortran_FOUND) + target_link_libraries(fms PRIVATE OpenMP::OpenMP_Fortran) + endif() + set_target_properties(fms PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS) + set_target_properties(fms PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod) + set_target_properties(fms PROPERTIES PUBLIC_HEADER "${fms_headers}" ) endif() -set_target_properties(fms PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS) -set_target_properties(fms PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod) -set_target_properties(fms PROPERTIES PUBLIC_HEADER "${fms_headers}" ) ############################################################################### ### stochastic_physics ############################################################################### -if(NOT DATM) +if(NOT DATM AND NOT CDEPS_DATM) add_subdirectory(stochastic_physics) endif() @@ -188,7 +200,7 @@ endif() ############################################################################### if(DATM) add_subdirectory(DATM) -else() +elseif(NOT CDEPS_DATM) add_subdirectory(FV3) endif() @@ -239,6 +251,14 @@ if(CMEPS) add_subdirectory(CMEPS-interface) endif() +############################################################################### +### CDEPS Component +############################################################################### +if(CDEPS) + add_subdirectory(CDEPS) + set(BLD_STANDALONE ON CACHE BOOL "cdeps build flag") +endif() + ############################################################################### ### S2S Components [CMEPS, MOM6, CICE] ############################################################################### @@ -276,20 +296,24 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/NEMS/src/ESMFConvenienceMacros.h add_library(ufs ${_nems_srcs}) -list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} - FRONT_FMS) -add_dependencies(ufs fms) +if(NOT DATM AND NOT CDEPS_DATM) + list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} + FRONT_FMS) + add_dependencies(ufs fms) +endif() if(DATM) list(APPEND _ufs_defs_private FRONT_DATM=datm) add_dependencies(ufs datatm) -else() - list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) - add_dependencies(ufs fv3atm) +#elseif(NOT CDEPS_DATM) +# list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) +# add_dependencies(ufs fv3atm) endif() + if(JEDI_DRIVER) list(APPEND _ufs_defs_private JEDI_DRIVER=ON) endif() + set_target_properties(ufs PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(ufs PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/NEMS/src) @@ -307,6 +331,12 @@ target_link_libraries(ufs PUBLIC esmf) if(DATM) target_link_libraries(ufs PUBLIC datatm) +elseif(CDEPS_DATM) + list(APPEND _ufs_defs_private CDEPS + FRONT_CDEPS_DATM=atm_comp_nuopc) + add_dependencies(ufs datm) + include_directories(${CMAKE_CURRENT_BINARY_DIR}/CDEPS/datm) + target_link_libraries(ufs PUBLIC datm) else() target_link_libraries(ufs PUBLIC fv3atm) endif() @@ -315,6 +345,12 @@ if(HYCOM) list(APPEND _ufs_defs_private FRONT_HYCOM=HYCOM_Mod) add_dependencies(ufs hycom) target_link_libraries(ufs PUBLIC hycom) +elseif(CDEPS_DOCN) + list(APPEND _ufs_defs_private CDEPS + FRONT_CDEPS_DOCN=ocn_comp_nuopc) + add_dependencies(ufs docn) + include_directories(${CMAKE_CURRENT_BINARY_DIR}/CDEPS/docn) + target_link_libraries(ufs PUBLIC docn) endif() if(CMEPS) @@ -324,6 +360,11 @@ if(CMEPS) target_link_libraries(ufs PUBLIC cmeps) endif() +if(CDEPS) + add_dependencies(ufs streams dshr cdeps_share FoX_dom) + target_link_libraries(ufs PUBLIC streams dshr cdeps_share FoX_dom) +endif() + if(S2S) list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod FRONT_CICE6=ice_comp_nuopc @@ -356,7 +397,7 @@ endif() target_compile_definitions(ufs_model PRIVATE "${_ufs_model_defs_private}") -if(DATM) +if(DATM OR CDEPS) target_link_libraries(ufs_model PUBLIC ufs w3nco::w3nco_d) endif() target_link_libraries(ufs_model PRIVATE ufs @@ -367,18 +408,21 @@ target_link_libraries(ufs_model PRIVATE ufs ############################################################################### ### Install ############################################################################### -install( - TARGETS fms - EXPORT fms-config - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib - PUBLIC_HEADER DESTINATION include ) - -install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) +if(NOT DATM AND NOT CDEPS_DATM) + install( + TARGETS fms + EXPORT fms-config + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib + PUBLIC_HEADER DESTINATION include ) + + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) + + install(EXPORT fms-config + DESTINATION lib/cmake + ) +endif() -install(EXPORT fms-config - DESTINATION lib/cmake -) install( TARGETS ufs EXPORT ufs-config From 34e7097094e05591c0ffdf073953c19f886feb49 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 8 Jan 2021 15:22:11 -0600 Subject: [PATCH 134/271] disable PIO initialization in CMEPS level, NEMS will do it --- CMEPS-interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index a65d4f107f..3d88379b37 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -67,7 +67,7 @@ list(APPEND _mediator_files list(APPEND _mediator_defs ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} ESMF_VERSION_MINOR=${ESMF_VERSION_MINOR} - INTERNAL_PIO_INIT) + INTERNAL_PIO_INIT=0) ### Create target library and set PUBLIC interfaces on the library add_library(cmeps STATIC ${_nems_util_files} ${_mediator_files}) From 23853d4b07f9de433840ebaf1e50766cbd40629c Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 8 Jan 2021 15:24:20 -0600 Subject: [PATCH 135/271] update compile script to enable data components --- tests/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compile.sh b/tests/compile.sh index 62ccbd62f6..b4815d96f3 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -177,7 +177,7 @@ if [[ "${MAKE_OPT}" == *"S2S=Y"* ]]; then CMAKE_FLAGS="${CMAKE_FLAGS} -DS2S=Y" fi -if [[ "${MAKE_OPT}" == *"DATM=Y"* ]]; then +if [[ "${MAKE_OPT}" == *"DATM=Y"* ]] && [[ "${MAKE_OPT}" != *"CDEPS_DATM=Y"* ]]; then CMAKE_FLAGS="${CMAKE_FLAGS} -DDATM=Y" fi From 483f627758342bd776285872c646a7c6854265d7 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 8 Jan 2021 16:08:55 -0600 Subject: [PATCH 136/271] update CDEPS to enable data components under cmake --- CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS b/CDEPS index d94eecadb8..47d9ec1174 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit d94eecadb8b89f072d36745586ad4150eac93f3a +Subproject commit 47d9ec11741e3fbf4d8952536fea295d5136a3de From 6c9bfcd845bde250f37ac4ef8fdd935f267ccd6d Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sun, 10 Jan 2021 23:15:47 -0600 Subject: [PATCH 137/271] fix PIO issue --- CMakeLists.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58f7f60084..9efcf75a07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ if(OPENMP) endif() find_package(NetCDF REQUIRED C Fortran) find_package(ESMF MODULE REQUIRED) -if(CMEPS) +if(CMEPS OR CDEPS) find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) endif() if(S2S) @@ -305,9 +305,9 @@ endif() if(DATM) list(APPEND _ufs_defs_private FRONT_DATM=datm) add_dependencies(ufs datatm) -#elseif(NOT CDEPS_DATM) -# list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) -# add_dependencies(ufs fv3atm) +elseif(NOT CDEPS_DATM) + list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) + add_dependencies(ufs fv3atm) endif() if(JEDI_DRIVER) @@ -354,7 +354,8 @@ elseif(CDEPS_DOCN) endif() if(CMEPS) - list(APPEND _ufs_defs_private CMEPS + list(APPEND _ufs_defs_private PIO + CMEPS FRONT_CMEPS=MED) add_dependencies(ufs cmeps) target_link_libraries(ufs PUBLIC cmeps) From 910544f79d4115e8ba55e3c776e28b8d37c30409 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 11 Jan 2021 00:07:13 -0600 Subject: [PATCH 138/271] remove INTERNAL_PIO_INIT. initialization is moved to NEMS --- CMEPS-interface/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index 3d88379b37..f415ff1e51 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -66,8 +66,7 @@ list(APPEND _mediator_files CMEPS/mediator/med_phases_post_wav_mod.F90) list(APPEND _mediator_defs ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} - ESMF_VERSION_MINOR=${ESMF_VERSION_MINOR} - INTERNAL_PIO_INIT=0) + ESMF_VERSION_MINOR=${ESMF_VERSION_MINOR}) ### Create target library and set PUBLIC interfaces on the library add_library(cmeps STATIC ${_nems_util_files} ${_mediator_files}) From 01198e671b50069ec25502824619feb32b0a0339 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 11 Jan 2021 13:49:25 -0600 Subject: [PATCH 139/271] fix HYCOM cmake to be compatible with feature/NUOPC_merged branch --- HYCOM-interface/hycom_files.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HYCOM-interface/hycom_files.cmake b/HYCOM-interface/hycom_files.cmake index 6d382d82c8..873b13c9c1 100644 --- a/HYCOM-interface/hycom_files.cmake +++ b/HYCOM-interface/hycom_files.cmake @@ -55,14 +55,13 @@ list(APPEND _hycom_nuopc_src_files HYCOM/NUOPC/HYCOM_OceanComp.F90 HYCOM/NUOPC/HYCOM_ESMF_Extensions.F90 HYCOM/NUOPC/hycom_couple.F90 - HYCOM/NUOPC/ReadHycomLatLon.F90 HYCOM/NUOPC/read_impexp_config_mod.F90 HYCOM/NUOPC/impexpField_cdf_mod.F90 HYCOM/NUOPC/export_from_hycom_tiled.F90 HYCOM/NUOPC/hycom_read_latlon.F90 + HYCOM/NUOPC/ocn_comp_NUOPC.F90 ) list(APPEND _hycom_offline_src_files HYCOM/hycom.F90 ) - From d71f0f24c02c322e19949761a446991260731f04 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 11 Jan 2021 13:50:24 -0600 Subject: [PATCH 140/271] more fix for PIO issue --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9efcf75a07..27175adbf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -396,6 +396,10 @@ if(WW3) add_dependencies(ufs_model ww3_nems) endif() +if (CMEPS) + list(APPEND _ufs_model_defs_private PIO) +endif() + target_compile_definitions(ufs_model PRIVATE "${_ufs_model_defs_private}") if(DATM OR CDEPS) From 108d6b8f5e680c26c6c929efe29f35ee6e55a722 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 11 Jan 2021 13:51:26 -0600 Subject: [PATCH 141/271] fix run seq for datm+docn case to be compatible with updated CMEPS --- tests/parm/nems.configure.datm_era5_docn_oisst.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parm/nems.configure.datm_era5_docn_oisst.IN b/tests/parm/nems.configure.datm_era5_docn_oisst.IN index a4074ebba1..4886217d85 100755 --- a/tests/parm/nems.configure.datm_era5_docn_oisst.IN +++ b/tests/parm/nems.configure.datm_era5_docn_oisst.IN @@ -35,7 +35,7 @@ runSeq:: @@[coupling_interval_sec] OCN OCN -> MED :remapMethod=redist - MED med_phases_prep_ocn_map + MED med_phases_prep_ocn_avg ATM ATM -> MED :remapMethod=redist MED med_phases_history_write From accfe8d658a9f42fe6e083901f643a73019b12f4 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Tue, 12 Jan 2021 00:54:35 +0000 Subject: [PATCH 142/271] Update HYCOM submodule to include HYCOM_merged. Update FV3 submodule to include regional grid corners. Update NEMS submodule with diagnostics for connectors. Update CMEPS submodule with datm mask value fix. --- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- HYCOM-interface/hycom_files.cmake | 1 - NEMS | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 09f39c6be3..0404fd86b4 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 09f39c6be3153a904040d6ec327a705decd8d72f +Subproject commit 0404fd86b424d9bc86149d1551593086da4b9076 diff --git a/FV3 b/FV3 index 96f4d9f7f8..fc64b308fc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 96f4d9f7f8304ffaac108dbc6696ce418d6e22cf +Subproject commit fc64b308fcac8ad772ad27e242287dbbc6ae1963 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 2c7fdc2e0f..4c54010b0f 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 2c7fdc2e0fc482944b6eac32a338aba2510837fb +Subproject commit 4c54010b0fe6ae67c20f7071d6df5b0e636b6113 diff --git a/HYCOM-interface/hycom_files.cmake b/HYCOM-interface/hycom_files.cmake index 6d382d82c8..6b1694a7a7 100644 --- a/HYCOM-interface/hycom_files.cmake +++ b/HYCOM-interface/hycom_files.cmake @@ -55,7 +55,6 @@ list(APPEND _hycom_nuopc_src_files HYCOM/NUOPC/HYCOM_OceanComp.F90 HYCOM/NUOPC/HYCOM_ESMF_Extensions.F90 HYCOM/NUOPC/hycom_couple.F90 - HYCOM/NUOPC/ReadHycomLatLon.F90 HYCOM/NUOPC/read_impexp_config_mod.F90 HYCOM/NUOPC/impexpField_cdf_mod.F90 HYCOM/NUOPC/export_from_hycom_tiled.F90 diff --git a/NEMS b/NEMS index 36ec6757bd..ccda4c4abc 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 36ec6757bd3c865273c8273ba6321c20c8c08cde +Subproject commit ccda4c4abce541cb17dc24abd93ddc33b1760371 From 996fb14f0f3a9b8258fd63d323239e9a932039f0 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 13 Jan 2021 12:03:28 -0600 Subject: [PATCH 143/271] update the components --- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- NEMS | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 09f39c6be3..0404fd86b4 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 09f39c6be3153a904040d6ec327a705decd8d72f +Subproject commit 0404fd86b424d9bc86149d1551593086da4b9076 diff --git a/FV3 b/FV3 index 96f4d9f7f8..fc64b308fc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 96f4d9f7f8304ffaac108dbc6696ce418d6e22cf +Subproject commit fc64b308fcac8ad772ad27e242287dbbc6ae1963 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 2c7fdc2e0f..4c54010b0f 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 2c7fdc2e0fc482944b6eac32a338aba2510837fb +Subproject commit 4c54010b0fe6ae67c20f7071d6df5b0e636b6113 diff --git a/NEMS b/NEMS index 36ec6757bd..ccda4c4abc 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 36ec6757bd3c865273c8273ba6321c20c8c08cde +Subproject commit ccda4c4abce541cb17dc24abd93ddc33b1760371 From 754cc11a9aea7469359dde3982fd8b2db0045ab9 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 19 Jan 2021 15:22:24 -0600 Subject: [PATCH 144/271] update runseq for datm+hycom case --- tests/parm/nems.configure.datm_era5_hycom.IN | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/tests/parm/nems.configure.datm_era5_hycom.IN b/tests/parm/nems.configure.datm_era5_hycom.IN index c0bb1dd609..90fc4cb0c8 100755 --- a/tests/parm/nems.configure.datm_era5_hycom.IN +++ b/tests/parm/nems.configure.datm_era5_hycom.IN @@ -52,19 +52,18 @@ OCN_attributes:: # Run Sequence # runSeq:: @@[coupling_interval_sec] - MED med_phases_prep_ocn_accum_avg + MED med_phases_prep_ocn_avg MED -> OCN :remapMethod=redist OCN - OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true - MED med_phases_prep_ocn_map - MED med_phases_prep_ocn_merge - MED med_phases_prep_ocn_accum_fast - MED med_phases_ocnalb_run ATM ATM -> MED :remapMethod=redist - MED med_phases_history_write - MED med_phases_restart_write - MED med_phases_profile + MED med_phases_post_atm + MED med_phases_aofluxes_run + MED med_phases_prep_ocn_accum + OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true + MED med_phases_post_ocn + MED med_phases_history_write + MED med_phases_restart_write @ :: From 20de24dca63d9872906637bd34f4946b10e69060 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 19 Jan 2021 15:24:59 -0600 Subject: [PATCH 145/271] rename RT configuration file --- tests/rt_hafs.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/rt_hafs.conf diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf new file mode 100644 index 0000000000..2d906760af --- /dev/null +++ b/tests/rt_hafs.conf @@ -0,0 +1,7 @@ +####################################################################################################################################################################################### +# CDEPS CMEPS tests # +####################################################################################################################################################################################### +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | standard | | fv3 | +RUN | datm_hycom_cmeps | standard | | fv3 | +COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | standard | | fv3 | +RUN | datm_docn_cmeps | standard | | fv3 | From 1b4c3bb9506078b4ec006e87fbbc724cc6df4ae1 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 20 Jan 2021 12:06:36 -0600 Subject: [PATCH 146/271] update CDEPS --- CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS b/CDEPS index 47d9ec1174..3b1ec5a85e 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit 47d9ec11741e3fbf4d8952536fea295d5136a3de +Subproject commit 3b1ec5a85e205e2e2b672f68f5543706ce83905e From e1df1bd45a6cc63f35f3679901b7296e6ff30495 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Thu, 21 Jan 2021 17:02:18 +0000 Subject: [PATCH 147/271] Update submodules. NEMS updated to include CONNECTOR diagnostics and PIO initialization. CMEPS rebased onto ESCOMP repo version. --- CMEPS-interface/CMEPS | 2 +- NEMS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 0404fd86b4..696f6a8e51 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 0404fd86b424d9bc86149d1551593086da4b9076 +Subproject commit 696f6a8e518a2dbdc64f178dd88b4f34879f243d diff --git a/NEMS b/NEMS index ccda4c4abc..5fed4dc0cf 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit ccda4c4abce541cb17dc24abd93ddc33b1760371 +Subproject commit 5fed4dc0cf9f6e340850fa3eeec2228249ca05c8 From 88330340413564c6f9a64318d55e24a5cbd7529b Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Thu, 21 Jan 2021 18:43:16 +0000 Subject: [PATCH 148/271] Update submodules. CMEPS ESCOMP/master merged with support/HAFS. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 696f6a8e51..45eb748ee1 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 696f6a8e518a2dbdc64f178dd88b4f34879f243d +Subproject commit 45eb748ee19cfed10575a2ce2c7ac72d618db43c From 72e18cc6389508637e5fbb088d2266459079d032 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 22 Jan 2021 05:13:58 -0600 Subject: [PATCH 149/271] Update submodule NEMS after its feautre/hafs_couplehycom branch being merged into support/HAFS branch. --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index 5a70bab1bd..a8a9c66c92 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 5a70bab1bd087ea14bc0f284ba2e2c2e7dcea647 +Subproject commit a8a9c66c92a83539829e96e98a2de8d00da58118 From 4c4ed07a3f527c750a264ff731918477ed7b87e9 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 22 Jan 2021 16:53:03 -0600 Subject: [PATCH 150/271] sync components with feature/hafs_couplehycom --- CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- DATM | 2 +- FV3 | 2 +- MOM6-interface/MOM6 | 2 +- NEMS | 2 +- WW3 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CDEPS b/CDEPS index 3b1ec5a85e..447e1b6c2a 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit 3b1ec5a85e205e2e2b672f68f5543706ce83905e +Subproject commit 447e1b6c2a3c9833bdeb192889bce9d16d76bb02 diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 0404fd86b4..03d10e7fb6 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 0404fd86b424d9bc86149d1551593086da4b9076 +Subproject commit 03d10e7fb616ffd677579208b5b69bd1f24b7a7a diff --git a/DATM b/DATM index 84e9a1fb91..1e9ab6ed17 160000 --- a/DATM +++ b/DATM @@ -1 +1 @@ -Subproject commit 84e9a1fb91ee83d602d56f633ae18fe7eb26c273 +Subproject commit 1e9ab6ed1763c981dc8e294c737c449644a9d1fe diff --git a/FV3 b/FV3 index fc64b308fc..244eb4b20f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fc64b308fcac8ad772ad27e242287dbbc6ae1963 +Subproject commit 244eb4b20f7faadc13d0542471fa9b5986073ece diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 18bf38869e..593aecb3be 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 18bf38869eb10b17c442e1384f613b194e07fb26 +Subproject commit 593aecb3be159eca651b727ff3caea2754169118 diff --git a/NEMS b/NEMS index ccda4c4abc..a8a9c66c92 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit ccda4c4abce541cb17dc24abd93ddc33b1760371 +Subproject commit a8a9c66c92a83539829e96e98a2de8d00da58118 diff --git a/WW3 b/WW3 index 9c22b13506..a89e2a6339 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 9c22b13506e797940ebab538fe4a3940dd9e3fc0 +Subproject commit a89e2a6339a016522d3a84188756d0a4bb11be87 From a9d52fa94e8da83fcc4c20bcd6d669108acbbd10 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 22 Jan 2021 17:13:03 -0600 Subject: [PATCH 151/271] remove unused RT configuration file --- tests/rt_orion_cpl.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/rt_orion_cpl.conf diff --git a/tests/rt_orion_cpl.conf b/tests/rt_orion_cpl.conf deleted file mode 100644 index 2d906760af..0000000000 --- a/tests/rt_orion_cpl.conf +++ /dev/null @@ -1,7 +0,0 @@ -####################################################################################################################################################################################### -# CDEPS CMEPS tests # -####################################################################################################################################################################################### -COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | standard | | fv3 | -RUN | datm_hycom_cmeps | standard | | fv3 | -COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | standard | | fv3 | -RUN | datm_docn_cmeps | standard | | fv3 | From 1d63b906b97b67ed78595f4405d037bdc6516676 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 27 Jan 2021 17:29:44 -0600 Subject: [PATCH 152/271] fix PIO initialization for S2S --- CMakeLists.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91b6d5e11b..4c73b324da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,10 +104,7 @@ if(OPENMP) endif() find_package(NetCDF REQUIRED C Fortran) find_package(ESMF MODULE REQUIRED) -if(CMEPS OR CDEPS) - find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) -endif() -if(S2S) +if(S2S OR CMEPS OR CDEPS) find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) endif() @@ -368,7 +365,8 @@ if(CDEPS) endif() if(S2S) - list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod + list(APPEND _ufs_defs_private PIO + FRONT_MOM6=mom_cap_mod FRONT_CICE6=ice_comp_nuopc CMEPS FRONT_CMEPS=MED) From 9c96f9fad881b634fbef3c5e6b4b92949a1b17da Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 28 Jan 2021 13:29:45 -0600 Subject: [PATCH 153/271] Update the CMEPS submodule to point to its latest support/HAFS branch. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 03d10e7fb6..19ff711593 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 03d10e7fb616ffd677579208b5b69bd1f24b7a7a +Subproject commit 19ff711593282f1e20afbbb8b4bda944ed058344 From 45a64f2e7396cdaadea21a02838c0c5e7123e68c Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 28 Jan 2021 13:36:08 -0600 Subject: [PATCH 154/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 244eb4b20f..27ad030c97 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 244eb4b20f7faadc13d0542471fa9b5986073ece +Subproject commit 27ad030c97fb285b2937c9abb6b4a28c54107a13 From 2ed56a0381dda3583031dab56bb6bd2c398e48cc Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Sat, 30 Jan 2021 06:07:00 +0000 Subject: [PATCH 155/271] Upgrade CMEPS submodule to ESCOM merge PR#154. Upgrade HYCOM to fix set_impexp_fields call. --- CMEPS-interface/CMEPS | 2 +- HYCOM-interface/HYCOM | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 19ff711593..ff6ec1977b 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 19ff711593282f1e20afbbb8b4bda944ed058344 +Subproject commit ff6ec1977bc81a88c307f3f4317ad7e99409bd7b diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 4c54010b0f..09d6265f1f 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 4c54010b0fe6ae67c20f7071d6df5b0e636b6113 +Subproject commit 09d6265f1fc59e4f60cd7a87ab577d4373b9d5d4 From 1690f3845af3c7947df652f65a7434ca9652f59b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sun, 31 Jan 2021 00:47:13 -0600 Subject: [PATCH 156/271] more PIO initialization related fix for S2S configurations --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c73b324da..fab5719bb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,7 +254,6 @@ endif() ############################################################################### if(CDEPS) add_subdirectory(CDEPS) - set(BLD_STANDALONE ON CACHE BOOL "cdeps build flag") endif() ############################################################################### @@ -395,7 +394,7 @@ if(WW3) add_dependencies(ufs_model ww3_nems) endif() -if (CMEPS) +if (CMEPS OR S2S) list(APPEND _ufs_model_defs_private PIO) endif() From 3960577465434a064fa7b0f84efcce10dddc5597 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 3 Feb 2021 11:28:46 -0600 Subject: [PATCH 157/271] fix issue related to data model regression tests --- tests/default_vars.sh | 67 ++++++++++++ tests/parm/datm_in | 15 +++ tests/parm/docn.streams.xml.oisst | 25 ----- tests/parm/docn_in.oisst | 10 -- tests/parm/model_configure.regional.IN | 52 ++++++++++ tests/parm/nems.configure.datm_ocn_cdeps.IN | 109 ++++++++++++++++++++ tests/rt_hafs.conf | 8 +- tests/run_test.sh | 38 ++++++- tests/tests/datm_docn_cdeps | 64 ++++++++++++ tests/tests/datm_hycom_cdeps | 57 ++++++++++ 10 files changed, 401 insertions(+), 44 deletions(-) create mode 100755 tests/parm/datm_in delete mode 100644 tests/parm/docn.streams.xml.oisst delete mode 100644 tests/parm/docn_in.oisst create mode 100755 tests/parm/model_configure.regional.IN create mode 100755 tests/parm/nems.configure.datm_ocn_cdeps.IN create mode 100644 tests/tests/datm_docn_cdeps create mode 100644 tests/tests/datm_hycom_cdeps diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 1924c9f937..67c537c7be 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -634,3 +634,70 @@ export CICE_HIST_AVG='.true.' export BL_SUFFIX="" export RT_SUFFIX="" } +export_cdeps_datm () +{ +export FV3=false +export CDEPS_DATM=true +export DATM=false +export THRD=1 +export WLCLK=$WLCLK_dflt +export INPES=$INPES_dflt +export JNPES=$JNPES_dflt +export TASKS=$TASKS_dflt +export TPN=$TPN_dflt + +export atm_model="datm" +} +export_cdeps_docn () +{ +export CDEPS_DOCN=true +export THRD=1 +export WLCLK=$WLCLK_dflt +export INPES=$INPES_dflt +export JNPES=$JNPES_dflt +export TASKS=$TASKS_dflt +export TPN=$TPN_dflt + +export ocn_model="docn" +export ocn_datamode="sstdata" +} +export_cpl_regional () +{ +export S2S=false + +# model_configure +export SYEAR='2019' +export SMONTH='08' +export SDAY='29' +export SHOUR='00' +export FHMAX=24 +export ENS_NUM=1 +export DT_ATMOS='900' +export CPL='.true.' +export RESTART_INTERVAL=0 +export FHROT=0 +export coupling_interval_fast_sec=0 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export OUTPUT_HISTORY=.true. +export WRITE_DOPOST=.false. +export NUM_FILES=2 +export FILENAME_BASE="'dyn' 'phy'" +export OUTPUT_GRID="'regional_latlon'" +export OUTPUT_FILE="'netcdf'" +export IDEFLATE=0 +export NBITS=0 +export WRITE_NEMSIOFLIP=.false. +export WRITE_FSYNCFLAG=.false. +export NFHOUT=3 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 + +# nems.configure +export med_model="nems" +export RESTART_N=${FHMAX} +export CPLMODE="hafs" +export RUNTYPE="startup" +export USE_COLDSTART="false" +} diff --git a/tests/parm/datm_in b/tests/parm/datm_in new file mode 100755 index 0000000000..2b550ad28e --- /dev/null +++ b/tests/parm/datm_in @@ -0,0 +1,15 @@ +&datm_nml + datamode = "@[atm_datamode]" + factorfn_data = "null" + factorfn_mesh = "null" + flds_co2 = .false. + flds_presaero = .false. + flds_wiso = .false. + iradsw = 1 + model_createmesh_fromfile = "null" + model_maskfile = "@[atm_mesh]" + model_meshfile = "@[atm_mesh]" + nx_global = @[atm_nx_global] + ny_global = @[atm_ny_global] + restfilm = "null" +/ diff --git a/tests/parm/docn.streams.xml.oisst b/tests/parm/docn.streams.xml.oisst deleted file mode 100644 index 1799015466..0000000000 --- a/tests/parm/docn.streams.xml.oisst +++ /dev/null @@ -1,25 +0,0 @@ - - - - - cycle - linear - single - bilinear - 1.5 - 2019 - 2019 - 1 - null - input/TX025_201105_ESMFmesh.nc - null - - input/sst.day.mean.2019.nc - - - sst So_t - - 0 - - - diff --git a/tests/parm/docn_in.oisst b/tests/parm/docn_in.oisst deleted file mode 100644 index cb158e5b9a..0000000000 --- a/tests/parm/docn_in.oisst +++ /dev/null @@ -1,10 +0,0 @@ -&docn_nml - datamode = "sstdata" - model_createmesh_fromfile = "null" - model_maskfile = "input/TX025_201105_ESMFmesh.nc" - model_meshfile = "input/TX025_201105_ESMFmesh.nc" - nx_global = 1440 - ny_global = 720 - restfilm = "null" - sst_constant_value = -1.0 -/ diff --git a/tests/parm/model_configure.regional.IN b/tests/parm/model_configure.regional.IN new file mode 100755 index 0000000000..dbefda18cc --- /dev/null +++ b/tests/parm/model_configure.regional.IN @@ -0,0 +1,52 @@ +total_member: @[ENS_NUM] +print_esmf: .true. +PE_MEMBER01: @[TASKS] +start_year: @[SYEAR] +start_month: @[SMONTH] +start_day: @[SDAY] +start_hour: @[SHOUR] +start_minute: 0 +start_second: 0 +nhours_fcst: @[FHMAX] +RUN_CONTINUE: .false. +ENS_SPS: .false. + +dt_atmos: @[DT_ATMOS] +calendar: 'julian' +cpl: @[CPL] +memuse_verbose: .false. +atmos_nthreads: @[THRD] +use_hyper_thread: .false. +ncores_per_node: @[TPN] +restart_interval: @[RESTART_INTERVAL] +fhrot: @[FHROT] +output_1st_tstep_rst: .false. + +quilting: @[QUILTING] +write_groups: @[WRITE_GROUP] +write_tasks_per_group: @[WRTTASK_PER_GROUP] +output_history: @[OUTPUT_HISTORY] +write_dopost: @[WRITE_DOPOST] +num_files: @[NUM_FILES] +filename_base: @[FILENAME_BASE] +output_grid: @[OUTPUT_GRID] +output_file: @[OUTPUT_FILE] +ideflate: @[IDEFLATE] +nbits: @[NBITS] +write_nemsioflip: @[WRITE_NEMSIOFLIP] +write_fsyncflag: @[WRITE_FSYNCFLAG] + +app_domain: 'regional' +cen_lon: -62.0 # central longitude +cen_lat: 25.0 # central latitude +lon1: -114.5 # longitude of lower-left +lat1: -5.0 # latitude of lower-left +lon2: -9.5 # longitude of upper-right +lat2: 55.0 # latitude of upper-right +dlon: 0.03 +dlat: 0.03 + +nfhout: @[NFHOUT] +nfhmax_hf: @[NFHMAX_HF] +nfhout_hf: @[NFHOUT_HF] +nsout: -1 diff --git a/tests/parm/nems.configure.datm_ocn_cdeps.IN b/tests/parm/nems.configure.datm_ocn_cdeps.IN new file mode 100755 index 0000000000..795bb2c907 --- /dev/null +++ b/tests/parm/nems.configure.datm_ocn_cdeps.IN @@ -0,0 +1,109 @@ +############################################## +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = low + mesh_atm = $[atm_mesh] +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 1 + Diagnostic = 0 + cdf_impexp_freq = 3 + cpl_hour = 0 + cpl_min = 0 + cpl_sec = @[coupling_interval_sec] + base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR] + merge_import = .true. + skip_first_import = .true. + hycom_arche_output = .true. + hyc_esmf_exp_output = .true. + hyc_esmf_imp_output = .true. + hyc_impexp_file = dummy_file + espc_show_impexp_minmax = .true. + ocean_start_dtg = 43340.00000 + start_hour = 0 + start_min = 0 + start_sec = 0 + end_hour = @[FHMAX] + end_min = 0 + end_sec = 0 +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + MED med_phases_prep_ocn_avg + MED -> OCN :remapMethod=redist + OCN + ATM + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + MED med_phases_aofluxes_run + MED med_phases_prep_ocn_accum + OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true + MED med_phases_post_ocn + MED med_phases_history_write + MED med_phases_restart_write +@ +:: + +# Other Attributes # +DRIVER_attributes:: + mediator_read_restart = @[USE_COLDSTART] +:: + +MED_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] +:: + +ALLCOMP_attributes:: + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + ScalarFieldCount = 3 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 + ScalarFieldName = cpl_scalars + start_type = @[RUNTYPE] + case_name = ufs.hafs + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = 0 + use_coldstart = true + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 +:: + +ATM_modelio:: + diro = . + logfile = @[atm_model].log +:: diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 2d906760af..9812281f07 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -1,7 +1,7 @@ ####################################################################################################################################################################################### # CDEPS CMEPS tests # ####################################################################################################################################################################################### -COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | standard | | fv3 | -RUN | datm_hycom_cmeps | standard | | fv3 | -COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | standard | | fv3 | -RUN | datm_docn_cmeps | standard | | fv3 | +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | +RUN | datm_hycom_cdeps | + orion.intel | fv3 | | +COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | +RUN | datm_docn_cdeps | + orion.intel | fv3 | | diff --git a/tests/run_test.sh b/tests/run_test.sh index f26377efb8..985ce3b7df 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -89,9 +89,15 @@ fi SRCD="${PATHTR}" RUND="${RUNDIR}" -atparse < ${PATHRT}/fv3_conf/${FV3_RUN:-fv3_run.IN} > fv3_run +# FV3_RUN could have multiple entry seperated by space +for i in ${FV3_RUN:-fv3_run.IN} +do + atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run +done +if [[ $FV3 = 'true' ]]; then atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml +fi atparse < ${PATHRT}/parm/${MODEL_CONFIGURE:-model_configure.IN} > model_configure @@ -101,23 +107,45 @@ if [[ "Q${INPUT_NEST02_NML:-}" != Q ]] ; then atparse < ${PATHRT}/parm/${INPUT_NEST02_NML} > input_nest02.nml fi +if [[ $CDEPS_DATM = 'true' ]]; then + atparse < ${PATHRT}/parm/${DATM_CONFIGURE_A:-datm_in} > datm_in + atparse < ${PATHRT}/parm/${DATM_CONFIGURE_B:-datm.streams.xml} > datm.streams.xml +fi + +if [[ $CDEPS_DOCN = 'true' ]]; then + atparse < ${PATHRT}/parm/${DOCN_CONFIGURE_A:-docn_in} > docn_in + atparse < ${PATHRT}/parm/${DOCN_CONFIGURE_B:-docn.streams.xml} > docn.streams.xml +fi + # Set up the run directory source ./fv3_run +# CMEPS +if [[ $DATM = 'true' ]] || [[ $CDEPS_DATM = 'true' ]] || [[ $CDEPS_DOCN = 'true' ]] || [[ $S2S = 'true' ]]; then + cp ${PATHRT}/parm/fd_nems.yaml fd_nems.yaml + cp ${PATHRT}/parm/pio_in pio_in + cp ${PATHRT}/parm/med_modelio.nml med_modelio.nml +fi + if [[ $DATM = 'true' ]] || [[ $S2S = 'true' ]]; then edit_ice_in < ${PATHRT}/parm/ice_in_template > ice_in edit_mom_input < ${PATHRT}/parm/${MOM_INPUT:-MOM_input_template_$OCNRES} > INPUT/MOM_input edit_diag_table < ${PATHRT}/parm/diag_table_template > diag_table edit_data_table < ${PATHRT}/parm/data_table_template > data_table - # CMEPS - cp ${PATHRT}/parm/fd_nems.yaml fd_nems.yaml - cp ${PATHRT}/parm/pio_in pio_in - cp ${PATHRT}/parm/med_modelio.nml med_modelio.nml fi + if [[ $DATM = 'true' ]]; then cp ${PATHRT}/parm/datm_data_table.IN datm_data_table fi +if [[ $CDEPS_DATM = 'true' ]]; then + cp ${PATHRT}/parm/atm_modelio.nml atm_modelio.nml +fi + +if [[ $CDEPS_DOCN = 'true' ]]; then + cp ${PATHRT}/parm/ocn_modelio.nml ocn_modelio.nml +fi + if [[ $SCHEDULER = 'pbs' ]]; then NODES=$(( TASKS / TPN )) if (( NODES * TPN < TASKS )); then diff --git a/tests/tests/datm_docn_cdeps b/tests/tests/datm_docn_cdeps new file mode 100644 index 0000000000..14efa2473e --- /dev/null +++ b/tests/tests/datm_docn_cdeps @@ -0,0 +1,64 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with data ocean" + +export CNTL_DIR="datm_docn_cmeps" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-29-07200.nc \ + ufs.hafs.cpl.hi.2019-08-29-10800.nc \ + ufs.hafs.cpl.hi.2019-08-29-14400.nc \ + ufs.hafs.cpl.hi.2019-08-29-18000.nc \ + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.hi.2019-08-29-25200.nc \ + ufs.hafs.cpl.hi.2019-08-29-28800.nc \ + ufs.hafs.cpl.hi.2019-08-29-32400.nc \ + ufs.hafs.cpl.hi.2019-08-29-36000.nc \ + ufs.hafs.cpl.hi.2019-08-29-39600.nc \ + ufs.hafs.cpl.hi.2019-08-29-43200.nc \ + ufs.hafs.cpl.hi.2019-08-29-46800.nc \ + ufs.hafs.cpl.hi.2019-08-29-50400.nc \ + ufs.hafs.cpl.hi.2019-08-29-54000.nc \ + ufs.hafs.cpl.hi.2019-08-29-57600.nc \ + ufs.hafs.cpl.hi.2019-08-29-61200.nc \ + ufs.hafs.cpl.hi.2019-08-29-64800.nc \ + ufs.hafs.cpl.hi.2019-08-29-68400.nc \ + ufs.hafs.cpl.hi.2019-08-29-72000.nc \ + ufs.hafs.cpl.hi.2019-08-29-75600.nc \ + ufs.hafs.cpl.hi.2019-08-29-79200.nc \ + ufs.hafs.cpl.hi.2019-08-29-82800.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc" + +export_cdeps_datm +export_cdeps_docn +export_cpl_regional +export TASKS=240 + +export med_petlist_bounds="0 119" +export atm_petlist_bounds="0 119" +export ocn_petlist_bounds="120 239" +export coupling_interval_sec=360 + +export atm_datamode="ERA5" +export atm_mesh="input/TL639_200618_ESMFmesh.nc" +export atm_nx_global=1440 +export atm_ny_global=721 + +export ocn_mesh="input/TX025_201215_ESMFmesh_direct.nc" +export ocn_data="input/sst.day.mean.2019.nc" +export ocn_data_var="sst" +export ocn_nx_global=1440 +export ocn_ny_global=720 + +export MODEL_CONFIGURE="model_configure.regional.IN" +export NEMS_CONFIGURE="nems.configure.datm_docn_cdeps.IN" +export DATM_CONFIGURE_A="datm_in" +export DATM_CONFIGURE_B="datm.streams.xml.era5" +export DOCN_CONFIGURE_A="docn_in" +export DOCN_CONFIGURE_B="docn.streams.xml.IN" +export FV3_RUN="cpld_datm_cdeps_era5.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/datm_hycom_cdeps b/tests/tests/datm_hycom_cdeps new file mode 100644 index 0000000000..0854dbb1e2 --- /dev/null +++ b/tests/tests/datm_hycom_cdeps @@ -0,0 +1,57 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with regional HYCOM" + +export CNTL_DIR="datm_hycom_cmeps" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-29-07200.nc \ + ufs.hafs.cpl.hi.2019-08-29-10800.nc \ + ufs.hafs.cpl.hi.2019-08-29-14400.nc \ + ufs.hafs.cpl.hi.2019-08-29-18000.nc \ + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.hi.2019-08-29-25200.nc \ + ufs.hafs.cpl.hi.2019-08-29-28800.nc \ + ufs.hafs.cpl.hi.2019-08-29-32400.nc \ + ufs.hafs.cpl.hi.2019-08-29-36000.nc \ + ufs.hafs.cpl.hi.2019-08-29-39600.nc \ + ufs.hafs.cpl.hi.2019-08-29-43200.nc \ + ufs.hafs.cpl.hi.2019-08-29-46800.nc \ + ufs.hafs.cpl.hi.2019-08-29-50400.nc \ + ufs.hafs.cpl.hi.2019-08-29-54000.nc \ + ufs.hafs.cpl.hi.2019-08-29-57600.nc \ + ufs.hafs.cpl.hi.2019-08-29-61200.nc \ + ufs.hafs.cpl.hi.2019-08-29-64800.nc \ + ufs.hafs.cpl.hi.2019-08-29-68400.nc \ + ufs.hafs.cpl.hi.2019-08-29-72000.nc \ + ufs.hafs.cpl.hi.2019-08-29-75600.nc \ + ufs.hafs.cpl.hi.2019-08-29-79200.nc \ + ufs.hafs.cpl.hi.2019-08-29-82800.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc" + +export_cdeps_datm +export_cpl_regional +export TASKS=240 +export CDEPS_DOCN=false + +export ocn_model="hycom" +export med_petlist_bounds="0 119" +export atm_petlist_bounds="0 119" +export ocn_petlist_bounds="120 239" +export coupling_interval_sec=360 + +export atm_datamode="ERA5" +export atm_mesh="input/TL639_200618_ESMFmesh.nc" +export atm_nx_global=1440 +export atm_ny_global=721 + +export MODEL_CONFIGURE="model_configure.regional.IN" +export NEMS_CONFIGURE="nems.configure.datm_ocn_cdeps.IN" +export DATM_CONFIGURE_A="datm_in" +export DATM_CONFIGURE_B="datm.streams.xml.era5" +export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" From deb246c95bd0534688fa996920447461c6173817 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 3 Feb 2021 11:30:50 -0600 Subject: [PATCH 158/271] more fix for RT tests --- CMEPS-interface/CMEPS | 2 +- build.sh | 1 + modulefiles/orion.intel/fv3 | 2 +- tests/RegressionTests_orion.intel.log | 5349 +---------------- .../cpld_datm_cdeps_era5.IN} | 0 .../cpld_docn_cdeps_oisst.IN} | 0 .../hycom_hat10_run.IN | 0 tests/parm/datm_in.era5 | 15 - tests/parm/docn.streams.xml.IN | 25 + tests/parm/docn_in | 10 + tests/parm/model_configure.cdeps.IN | 47 - ...t.IN => nems.configure.datm_docn_cdeps.IN} | 50 +- tests/parm/nems.configure.datm_era5_hycom.IN | 120 - tests/rt_datm_docn.sh | 90 - tests/rt_datm_hycom.sh | 87 - tests/tests/datm_docn_cmeps | 56 - tests/tests/datm_hycom_cmeps | 61 - 17 files changed, 62 insertions(+), 5853 deletions(-) rename tests/{cdeps_conf/datm_era5_run.IN => fv3_conf/cpld_datm_cdeps_era5.IN} (100%) rename tests/{cdeps_conf/docn_oisst_run.IN => fv3_conf/cpld_docn_cdeps_oisst.IN} (100%) rename tests/{hycom_conf => fv3_conf}/hycom_hat10_run.IN (100%) delete mode 100755 tests/parm/datm_in.era5 create mode 100644 tests/parm/docn.streams.xml.IN create mode 100644 tests/parm/docn_in delete mode 100755 tests/parm/model_configure.cdeps.IN rename tests/parm/{nems.configure.datm_era5_docn_oisst.IN => nems.configure.datm_docn_cdeps.IN} (62%) delete mode 100755 tests/parm/nems.configure.datm_era5_hycom.IN delete mode 100755 tests/rt_datm_docn.sh delete mode 100755 tests/rt_datm_hycom.sh delete mode 100644 tests/tests/datm_docn_cmeps delete mode 100644 tests/tests/datm_hycom_cmeps diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 03d10e7fb6..d11dd738ed 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 03d10e7fb616ffd677579208b5b69bd1f24b7a7a +Subproject commit d11dd738edbad7f14eaa72eba11876aff11bdf13 diff --git a/build.sh b/build.sh index 08e97ef5d9..09d491d566 100755 --- a/build.sh +++ b/build.sh @@ -23,3 +23,4 @@ CMAKE_FLAGS+=" -DNETCDF_DIR=${NETCDF}" cd ${BUILD_DIR} cmake ${UFS_MODEL_DIR} ${CMAKE_FLAGS} make -j ${BUILD_JOBS:-4} VERBOSE=${BUILD_VERBOSE:-} +#make -j 1 VERBOSE=1 diff --git a/modulefiles/orion.intel/fv3 b/modulefiles/orion.intel/fv3 index f85894efcf..fe01f2bd9f 100644 --- a/modulefiles/orion.intel/fv3 +++ b/modulefiles/orion.intel/fv3 @@ -26,7 +26,7 @@ module load png/1.6.35 module load hdf5/1.10.6 module load netcdf/4.7.4 -module load pio/2.5.1 +module load pio/2.5.2 module load esmf/8_1_0_beta_snapshot_27 module load bacio/2.4.1 diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index eed8786b48..fb23ce53f0 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,5350 +1,5 @@ -Tue Jan 19 11:06:40 CST 2021 +Wed Feb 3 11:22:51 CST 2021 Start Regression test +Test 6 compile FAIL -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 001 fv3_ccpp_control PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 002 fv3_ccpp_decomp PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 003 fv3_ccpp_2threads PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 004 fv3_ccpp_restart PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_read_inc_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 005 fv3_ccpp_read_inc PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 007 fv3_ccpp_wrtGauss_netcdf PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......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 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 010 fv3_ccpp_wrtGauss_nemsio PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_stochy_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_ccpp_stochy PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_ca_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 013 fv3_ccpp_ca PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_lndp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 014 fv3_ccpp_lndp PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_iau_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 015 fv3_ccpp_iau PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_lheatstrg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_ccpp_lheatstrg PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmprad_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmprad_prod -Checking test 017 fv3_ccpp_gfdlmprad results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 017 fv3_ccpp_gfdlmprad PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmprad_atmwav_prod -Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing out_grd.glo_30m .........OK -Test 018 fv3_ccpp_gfdlmprad_atmwav PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_wrtGauss_nemsio_c768_prod -Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf006.nemsio .........OK - Comparing dynf006.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing out_grd.glo_10m .........OK - Comparing out_grd.ant_9km .........OK - Comparing out_grd.aoc_9km .........OK -Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_multigases_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_multigases_prod -Checking test 020 fv3_ccpp_multigases 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 - 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 020 fv3_ccpp_multigases PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_32bit_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_control_32bit_prod -Checking test 021 fv3_ccpp_control_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 021 fv3_ccpp_control_32bit PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_stretched_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_stretched_prod -Checking test 022 fv3_ccpp_stretched results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 022 fv3_ccpp_stretched PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_stretched_nest_prod -Checking test 023 fv3_ccpp_stretched_nest results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing atmos_4xdaily.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/phy_data.nest02.tile7.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 023 fv3_ccpp_stretched_nest PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_regional_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_regional_control_prod -Checking test 024 fv3_ccpp_regional_control results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 024 fv3_ccpp_regional_control PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_regional_restart_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_regional_restart_prod -Checking test 025 fv3_ccpp_regional_restart results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK -Test 025 fv3_ccpp_regional_restart PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_regional_quilt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_regional_quilt_prod -Checking test 026 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 026 fv3_ccpp_regional_quilt PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... - Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK -Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_control_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_control_debug_prod -Checking test 028 fv3_ccpp_control_debug results .... - 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 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 phyf006.tile1.nc .........OK - Comparing phyf006.tile2.nc .........OK - Comparing phyf006.tile3.nc .........OK - Comparing phyf006.tile4.nc .........OK - Comparing phyf006.tile5.nc .........OK - Comparing phyf006.tile6.nc .........OK - Comparing dynf006.tile1.nc .........OK - Comparing dynf006.tile2.nc .........OK - Comparing dynf006.tile3.nc .........OK - Comparing dynf006.tile4.nc .........OK - Comparing dynf006.tile5.nc .........OK - Comparing dynf006.tile6.nc .........OK -Test 028 fv3_ccpp_control_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_stretched_nest_debug_prod -Checking test 029 fv3_ccpp_stretched_nest_debug results .... - Comparing fv3_history2d.nest02.tile7.nc .........OK - Comparing fv3_history2d.tile1.nc .........OK - Comparing fv3_history2d.tile2.nc .........OK - Comparing fv3_history2d.tile3.nc .........OK - Comparing fv3_history2d.tile4.nc .........OK - Comparing fv3_history2d.tile5.nc .........OK - Comparing fv3_history2d.tile6.nc .........OK - Comparing fv3_history.nest02.tile7.nc .........OK - Comparing fv3_history.tile1.nc .........OK - Comparing fv3_history.tile2.nc .........OK - Comparing fv3_history.tile3.nc .........OK - Comparing fv3_history.tile4.nc .........OK - Comparing fv3_history.tile5.nc .........OK - Comparing fv3_history.tile6.nc .........OK -Test 029 fv3_ccpp_stretched_nest_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmp_prod -Checking test 030 fv3_ccpp_gfdlmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 030 fv3_ccpp_gfdlmp PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 031 fv3_ccpp_gfdlmprad_gwd PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 032 fv3_ccpp_gfdlmprad_noahmp PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_csawmg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_csawmg_prod -Checking test 033 fv3_ccpp_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 033 fv3_ccpp_csawmg PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_satmedmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_satmedmf_prod -Checking test 034 fv3_ccpp_satmedmf results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 034 fv3_ccpp_satmedmf PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_satmedmfq_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_satmedmfq_prod -Checking test 035 fv3_ccpp_satmedmfq results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 035 fv3_ccpp_satmedmfq PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmp_32bit_prod -Checking test 036 fv3_ccpp_gfdlmp_32bit results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 036 fv3_ccpp_gfdlmp_32bit PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 037 fv3_ccpp_gfdlmprad_32bit_post PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_cpt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_cpt_prod -Checking test 038 fv3_ccpp_cpt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 038 fv3_ccpp_cpt PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gsd_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gsd_prod -Checking test 039 fv3_ccpp_gsd results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing phyf027.tile1.nc .........OK - Comparing phyf027.tile2.nc .........OK - Comparing phyf027.tile3.nc .........OK - Comparing phyf027.tile4.nc .........OK - Comparing phyf027.tile5.nc .........OK - Comparing phyf027.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf027.tile1.nc .........OK - Comparing dynf027.tile2.nc .........OK - Comparing dynf027.tile3.nc .........OK - Comparing dynf027.tile4.nc .........OK - Comparing dynf027.tile5.nc .........OK - Comparing dynf027.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 039 fv3_ccpp_gsd PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_rap_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_rap_prod -Checking test 040 fv3_ccpp_rap results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 040 fv3_ccpp_rap PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_hrrr_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_hrrr_prod -Checking test 041 fv3_ccpp_hrrr results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 041 fv3_ccpp_hrrr PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_thompson_prod -Checking test 042 fv3_ccpp_thompson results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 042 fv3_ccpp_thompson PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_thompson_no_aero_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_thompson_no_aero_prod -Checking test 043 fv3_ccpp_thompson_no_aero results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 043 fv3_ccpp_thompson_no_aero PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_rrfs_v1beta_prod -Checking test 044 fv3_ccpp_rrfs_v1beta results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 044 fv3_ccpp_rrfs_v1beta PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v15p2_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v15p2_prod -Checking test 045 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 045 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_prod -Checking test 046 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 phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 046 fv3_ccpp_gfs_v16beta PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_restart_prod -Checking test 047 fv3_ccpp_gfs_v16beta_restart results .... - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 047 fv3_ccpp_gfs_v16beta_restart PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_stochy_prod -Checking test 048 fv3_ccpp_gfs_v16beta_stochy results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 048 fv3_ccpp_gfs_v16beta_stochy PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP 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 049 fv3_ccpp_gfs_v15p2_RRTMGP PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_RRTMGP_prod -Checking test 050 fv3_ccpp_gfs_v16beta_RRTMGP 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 050 fv3_ccpp_gfs_v16beta_RRTMGP PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... - 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 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfsv16_csawmg_prod -Checking test 052 fv3_ccpp_gfsv16_csawmg results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 052 fv3_ccpp_gfsv16_csawmg PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 053 fv3_ccpp_gfsv16_csawmgt PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gocart_clm_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gocart_clm_prod -Checking test 054 fv3_ccpp_gocart_clm results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nemsio .........OK - Comparing phyf024.nemsio .........OK - Comparing dynf000.nemsio .........OK - Comparing dynf024.nemsio .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 054 fv3_ccpp_gocart_clm PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_flake_prod -Checking test 055 fv3_ccpp_gfs_v16beta_flake 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 055 fv3_ccpp_gfs_v16beta_flake PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson 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 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf012.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf012.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_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK -Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 058 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 058 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_debug_prod -Checking test 059 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 059 fv3_ccpp_gfs_v16beta_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_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 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod -Checking test 061 fv3_ccpp_gfs_v16beta_RRTMGP_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 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gsd_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gsd_debug_prod -Checking test 062 fv3_ccpp_gsd_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 phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 062 fv3_ccpp_gsd_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 063 fv3_ccpp_gsd_diag3d_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 phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 063 fv3_ccpp_gsd_diag3d_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_thompson_debug_prod -Checking test 064 fv3_ccpp_thompson_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 064 fv3_ccpp_thompson_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 065 fv3_ccpp_thompson_no_aero_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 065 fv3_ccpp_thompson_no_aero_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 066 fv3_ccpp_rrfs_v1beta_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 phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK -Test 066 fv3_ccpp_rrfs_v1beta_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_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 phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf001.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_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK -Test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_control_prod -Checking test 069 cpld_control results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 069 cpld_control PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_prod -Checking test 070 cpld_restart results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 070 cpld_restart PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_controlfrac_prod -Checking test 071 cpld_controlfrac results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 071 cpld_controlfrac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restartfrac_prod -Checking test 072 cpld_restartfrac results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 072 cpld_restartfrac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_2threads_prod -Checking test 073 cpld_2threads results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 073 cpld_2threads PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_decomp_prod -Checking test 074 cpld_decomp results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 074 cpld_decomp PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_satmedmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_satmedmf_prod -Checking test 075 cpld_satmedmf results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 075 cpld_satmedmf PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_ca_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_ca_prod -Checking test 076 cpld_ca results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 076 cpld_ca PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_control_c192_prod -Checking test 077 cpld_control_c192 results .... - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-05-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 077 cpld_control_c192 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_c192_prod -Checking test 078 cpld_restart_c192 results .... - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-05-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 078 cpld_restart_c192 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_controlfrac_c192_prod -Checking test 079 cpld_controlfrac_c192 results .... - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-05-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 079 cpld_controlfrac_c192 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restartfrac_c192_prod -Checking test 080 cpld_restartfrac_c192 results .... - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-05-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 080 cpld_restartfrac_c192 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_control_c384_prod -Checking test 081 cpld_control_c384 results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 081 cpld_control_c384 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_c384_prod -Checking test 082 cpld_restart_c384 results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 082 cpld_restart_c384 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_controlfrac_c384_prod -Checking test 083 cpld_controlfrac_c384 results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 083 cpld_controlfrac_c384 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restartfrac_c384_prod -Checking test 084 cpld_restartfrac_c384 results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 084 cpld_restartfrac_c384 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmark_prod -Checking test 085 cpld_bmark results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 085 cpld_bmark PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_bmark_prod -Checking test 086 cpld_restart_bmark results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 086 cpld_restart_bmark PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmarkfrac_prod -Checking test 087 cpld_bmarkfrac results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 087 cpld_bmarkfrac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_bmarkfrac_prod -Checking test 088 cpld_restart_bmarkfrac results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 088 cpld_restart_bmarkfrac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmarkfrac_v16_prod -Checking test 089 cpld_bmarkfrac_v16 results .... - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 089 cpld_bmarkfrac_v16 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_restart_bmarkfrac_v16_prod -Checking test 090 cpld_restart_bmarkfrac_v16 results .... - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 090 cpld_restart_bmarkfrac_v16 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmark_wave_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmark_wave_prod -Checking test 091 cpld_bmark_wave results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing 20130402.000000.out_grd.gwes_30m .........OK - Comparing 20130402.000000.out_pnt.points .........OK - Comparing 20130402.000000.restart.gwes_30m .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 091 cpld_bmark_wave PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmarkfrac_wave_prod -Checking test 092 cpld_bmarkfrac_wave results .... - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing 20130402.000000.out_grd.gwes_30m .........OK - Comparing 20130402.000000.out_pnt.points .........OK - Comparing 20130402.000000.restart.gwes_30m .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 092 cpld_bmarkfrac_wave PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_bmarkfrac_wave_v16_prod -Checking test 093 cpld_bmarkfrac_wave_v16 results .... - Comparing phyf012.tile1.nc .........OK - Comparing phyf012.tile2.nc .........OK - Comparing phyf012.tile3.nc .........OK - Comparing phyf012.tile4.nc .........OK - Comparing phyf012.tile5.nc .........OK - Comparing phyf012.tile6.nc .........OK - Comparing dynf012.tile1.nc .........OK - Comparing dynf012.tile2.nc .........OK - Comparing dynf012.tile3.nc .........OK - Comparing dynf012.tile4.nc .........OK - Comparing dynf012.tile5.nc .........OK - Comparing dynf012.tile6.nc .........OK - Comparing 20130401.120000.out_grd.gwes_30m .........OK - Comparing 20130401.120000.out_pnt.points .........OK - Comparing 20130401.120000.restart.gwes_30m .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 093 cpld_bmarkfrac_wave_v16 PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_debug_prod -Checking test 094 cpld_debug results .... - Comparing phyf006.tile1.nc .........OK - Comparing phyf006.tile2.nc .........OK - Comparing phyf006.tile3.nc .........OK - Comparing phyf006.tile4.nc .........OK - Comparing phyf006.tile5.nc .........OK - Comparing phyf006.tile6.nc .........OK - Comparing dynf006.tile1.nc .........OK - Comparing dynf006.tile2.nc .........OK - Comparing dynf006.tile3.nc .........OK - Comparing dynf006.tile4.nc .........OK - Comparing dynf006.tile5.nc .........OK - Comparing dynf006.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-03-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 094 cpld_debug PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/cpld_debugfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/cpld_debugfrac_prod -Checking test 095 cpld_debugfrac results .... - Comparing phyf006.tile1.nc .........OK - Comparing phyf006.tile2.nc .........OK - Comparing phyf006.tile3.nc .........OK - Comparing phyf006.tile4.nc .........OK - Comparing phyf006.tile5.nc .........OK - Comparing phyf006.tile6.nc .........OK - Comparing dynf006.tile1.nc .........OK - Comparing dynf006.tile2.nc .........OK - Comparing dynf006.tile3.nc .........OK - Comparing dynf006.tile4.nc .........OK - Comparing dynf006.tile5.nc .........OK - Comparing dynf006.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-03-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 095 cpld_debugfrac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_control_cfsr -Checking test 096 datm_control_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 096 datm_control_cfsr PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_restart_cfsr -Checking test 097 datm_restart_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 097 datm_restart_cfsr PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_control_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_control_gefs -Checking test 098 datm_control_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 098 datm_control_gefs PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_bulk_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_bulk_cfsr -Checking test 099 datm_bulk_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 099 datm_bulk_cfsr PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_bulk_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_bulk_gefs -Checking test 100 datm_bulk_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 100 datm_bulk_gefs PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_mx025_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_mx025_cfsr -Checking test 101 datm_mx025_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 101 datm_mx025_cfsr PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_mx025_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_mx025_gefs -Checking test 102 datm_mx025_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 102 datm_mx025_gefs PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210115/INTEL/datm_debug_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_224967/datm_debug_cfsr -Checking test 103 datm_debug_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-01-21600.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -Test 103 datm_debug_cfsr PASS - - -REGRESSION TEST WAS SUCCESSFUL -Tue Jan 19 12:48:55 CST 2021 -Elapsed time: 01h:42m:16s. Have a nice day! diff --git a/tests/cdeps_conf/datm_era5_run.IN b/tests/fv3_conf/cpld_datm_cdeps_era5.IN similarity index 100% rename from tests/cdeps_conf/datm_era5_run.IN rename to tests/fv3_conf/cpld_datm_cdeps_era5.IN diff --git a/tests/cdeps_conf/docn_oisst_run.IN b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN similarity index 100% rename from tests/cdeps_conf/docn_oisst_run.IN rename to tests/fv3_conf/cpld_docn_cdeps_oisst.IN diff --git a/tests/hycom_conf/hycom_hat10_run.IN b/tests/fv3_conf/hycom_hat10_run.IN similarity index 100% rename from tests/hycom_conf/hycom_hat10_run.IN rename to tests/fv3_conf/hycom_hat10_run.IN diff --git a/tests/parm/datm_in.era5 b/tests/parm/datm_in.era5 deleted file mode 100755 index 10bad462ff..0000000000 --- a/tests/parm/datm_in.era5 +++ /dev/null @@ -1,15 +0,0 @@ -&datm_nml - datamode = "ERA5" - factorfn_data = "null" - factorfn_mesh = "null" - flds_co2 = .false. - flds_presaero = .false. - flds_wiso = .false. - iradsw = 1 - model_createmesh_fromfile = "null" - model_maskfile = "input/TL639_200618_ESMFmesh.nc" - model_meshfile = "input/TL639_200618_ESMFmesh.nc" - nx_global = 1440 - ny_global = 721 - restfilm = "null" -/ diff --git a/tests/parm/docn.streams.xml.IN b/tests/parm/docn.streams.xml.IN new file mode 100644 index 0000000000..5b22128356 --- /dev/null +++ b/tests/parm/docn.streams.xml.IN @@ -0,0 +1,25 @@ + + + + + cycle + linear + single + bilinear + 1.5 + @[SYEAR] + @[SYEAR] + 1 + null + @[ocn_mesh] + null + + @[ocn_data] + + + @[ocn_data_var] So_t + + 0 + + + diff --git a/tests/parm/docn_in b/tests/parm/docn_in new file mode 100644 index 0000000000..188d23539c --- /dev/null +++ b/tests/parm/docn_in @@ -0,0 +1,10 @@ +&docn_nml + datamode = "@[ocn_datamode]" + model_createmesh_fromfile = "null" + model_maskfile = "@[ocn_mesh]" + model_meshfile = "@[ocn_mesh]" + nx_global = @[ocn_nx_global] + ny_global = @[ocn_ny_global] + restfilm = "null" + sst_constant_value = -1.0 +/ diff --git a/tests/parm/model_configure.cdeps.IN b/tests/parm/model_configure.cdeps.IN deleted file mode 100755 index e82d8d5e33..0000000000 --- a/tests/parm/model_configure.cdeps.IN +++ /dev/null @@ -1,47 +0,0 @@ -print_esmf: .true. -total_member: 1 -PE_MEMBER01: 240 -start_year: 2019 -start_month: 08 -start_day: 29 -start_hour: 00 -start_minute: 0 -start_second: 0 -nhours_fcst: 126 -RUN_CONTINUE: .false. -ENS_SPS: .false. -dt_atmos: 90 -cpl: .true. -calendar: 'julian' -memuse_verbose: .false. -atmos_nthreads: 2 -use_hyper_thread: .false. -ncores_per_node: 40 -debug_affinity: .true. -restart_interval: 0 -output_1st_tstep_rst: .false. - -quilting: .true. -write_groups: 1 -write_tasks_per_group: 40 -num_files: 2 -filename_base: 'dyn' 'phy' -output_file: 'netcdf' -write_nemsioflip: .false. -write_fsyncflag: .false. - -app_domain: 'regional' -output_grid: 'regional_latlon' -cen_lon: -62.0 # central longitude -cen_lat: 25.0 # central latitude -lon1: -114.5 # longitude of lower-left -lat1: -5.0 # latitude of lower-left -lon2: -9.5 # longitude of upper-right -lat2: 55.0 # latitude of upper-right -dlon: 0.03 -dlat: 0.03 - -nfhout: 3 -nfhmax_hf: -1 -nfhout_hf: 3 -nsout: -1 diff --git a/tests/parm/nems.configure.datm_era5_docn_oisst.IN b/tests/parm/nems.configure.datm_docn_cdeps.IN similarity index 62% rename from tests/parm/nems.configure.datm_era5_docn_oisst.IN rename to tests/parm/nems.configure.datm_docn_cdeps.IN index 4886217d85..8ca875a68e 100755 --- a/tests/parm/nems.configure.datm_era5_docn_oisst.IN +++ b/tests/parm/nems.configure.datm_docn_cdeps.IN @@ -1,4 +1,4 @@ -############################################# +############################################## ##### NEMS Run-Time Configuration File ##### ############################################## @@ -9,7 +9,7 @@ EARTH_attributes:: :: # MED # -MED_model: @[med_model] +MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] :: @@ -18,34 +18,38 @@ ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] ATM_attributes:: Verbosity = low - domain_atm = input/domain.lnd.TL639_Atlantic8.200618.nc - mesh_atm = input/TL639_200618_ESMFmesh.nc + mesh_atm = $[atm_mesh] :: # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] OCN_attributes:: - domain_ocn = input/domain.ocn.tx025.201105.nc - mesh_ocn = input/TX025_201105_ESMFmesh.nc + Verbosity = low + mesh_ocn = $[ocn_mesh] :: # Run Sequence # -runSeq:: -@@[coupling_interval_sec] - OCN - OCN -> MED :remapMethod=redist +runSeq:: +@@[coupling_interval_sec] MED med_phases_prep_ocn_avg + MED -> OCN :remapMethod=redist + OCN ATM ATM -> MED :remapMethod=redist + MED med_phases_post_atm + MED med_phases_aofluxes_run + MED med_phases_prep_ocn_accum + OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true + MED med_phases_post_ocn MED med_phases_history_write MED med_phases_restart_write -@ +@ :: # Other Attributes # DRIVER_attributes:: - mediator_read_restart = @[use_coldstart] + mediator_read_restart = @[USE_COLDSTART] :: MED_attributes:: @@ -54,17 +58,7 @@ MED_attributes:: history_n = 1 history_option = nhours history_ymd = -999 - coupling_mode = @[cplmode] - atm2ice_fmapname = unset - atm2ice_smapname = unset - atm2ice_vmapname = unset - atm2ocn_fmapname = unset - atm2ocn_smapname = unset - atm2ocn_vmapname = unset - ocn2atm_fmapname = unset - ocn2atm_smapname = unset - ice2atm_fmapname = unset - ice2atm_smapname = unset + coupling_mode = @[CPLMODE] :: ALLCOMP_attributes:: @@ -75,9 +69,9 @@ ALLCOMP_attributes:: ScalarFieldIdxGridNY = 2 ScalarFieldIdxNextSwCday = 3 ScalarFieldName = cpl_scalars - start_type = @[runtype] + start_type = @[RUNTYPE] case_name = ufs.hafs - restart_n = @[restart_n] + restart_n = @[RESTART_N] restart_option = nhours restart_ymd = -999 dbug_flag = 0 @@ -91,11 +85,11 @@ ALLCOMP_attributes:: :: ATM_modelio:: - diro = . - logfile = atm.log + diro = . + logfile = @[atm_model].log :: OCN_modelio:: diro = . - logfile = ocn.log + logfile = @[ocn_model].log :: diff --git a/tests/parm/nems.configure.datm_era5_hycom.IN b/tests/parm/nems.configure.datm_era5_hycom.IN deleted file mode 100755 index 90fc4cb0c8..0000000000 --- a/tests/parm/nems.configure.datm_era5_hycom.IN +++ /dev/null @@ -1,120 +0,0 @@ -############################################# -##### NEMS Run-Time Configuration File ##### -############################################## - -# EARTH # -EARTH_component_list: MED ATM OCN -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_attributes:: - Verbosity = low - domain_atm = input/domain.lnd.TL639_Atlantic8.200618.nc - mesh_atm = input/TL639_200618_ESMFmesh.nc -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_attributes:: - Verbosity = 1 - Diagnostic = 0 - cdf_impexp_freq = 3 - cpl_hour = 0 - cpl_min = 0 - cpl_sec = 360 - base_dtg = 2019082900 - merge_import = .true. - skip_first_import = .true. - hycom_arche_output = .true. - hyc_esmf_exp_output = .true. - hyc_esmf_imp_output = .true. - hyc_impexp_file = dummy_file - espc_show_impexp_minmax = .true. - ocean_start_dtg = 43340.00000 - start_hour = 0 - start_min = 0 - start_sec = 0 - end_hour = 126 - end_min = 0 - end_sec = 0 -:: - -# Run Sequence # -runSeq:: -@@[coupling_interval_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - ATM - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - MED med_phases_aofluxes_run - MED med_phases_prep_ocn_accum - OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true - MED med_phases_post_ocn - MED med_phases_history_write - MED med_phases_restart_write -@ -:: - -# Other Attributes # -DRIVER_attributes:: - mediator_read_restart = @[use_coldstart] -:: - -MED_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - history_n = 1 - history_option = nhours - history_ymd = -999 - coupling_mode = @[cplmode] - atm2ice_fmapname = unset - atm2ice_smapname = unset - atm2ice_vmapname = unset - atm2ocn_fmapname = unset - atm2ocn_smapname = unset - atm2ocn_vmapname = unset - ocn2atm_fmapname = unset - ocn2atm_smapname = unset - ice2atm_fmapname = unset - ice2atm_smapname = unset -:: - -ALLCOMP_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 - ScalarFieldName = cpl_scalars - start_type = @[runtype] - case_name = ufs.hafs - restart_n = @[restart_n] - restart_option = nhours - restart_ymd = -999 - dbug_flag = 0 - use_coldstart = true - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: - -ATM_modelio:: - diro = . - logfile = atm.log -:: diff --git a/tests/rt_datm_docn.sh b/tests/rt_datm_docn.sh deleted file mode 100755 index 796c0e882e..0000000000 --- a/tests/rt_datm_docn.sh +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/bash -set -eux - -source rt_utils.sh -source atparse.bash - -mkdir -p ${RUNDIR} -cd $RUNDIR - -############################################################################### -# Make configure and run files -############################################################################### - -# FV3 executable: -cp ${PATHRT}/$FV3X fv3.exe - -# modulefile for FV3 prerequisites: -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 - -SRCD="${PATHTR}" -RUND="${RUNDIR}" - -atparse < ${PATHRT}/cdeps_conf/${DATM_RUN:-datm_run.IN} > datm_run -atparse < ${PATHRT}/cdeps_conf/${DOCN_RUN:-docn_run.IN} > docn_run - -# Set up the run directory -source ./datm_run -source ./docn_run - -if [[ $SCHEDULER = 'pbs' ]]; then - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_qsub.IN > job_card -elif [[ $SCHEDULER = 'slurm' ]]; then - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_slurm.IN > job_card -elif [[ $SCHEDULER = 'lsf' ]]; then - if (( TASKS < TPN )); then - TPN=${TASKS} - fi - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_bsub.IN > job_card -fi - -# Driver -atparse < ${PATHTR}/parm/${NEMS_CONFIGURE:-nems.configure} > nems.configure -atparse < ${PATHTR}/parm/${MODEL_CONFIGURE:-model_configure.cdeps.IN} > model_configure - -# CMEPS -cp ${PATHTR}/parm/fd_nems.yaml fd_nems.yaml -cp ${PATHTR}/parm/pio_in pio_in -cp ${PATHTR}/parm/med_modelio.nml med_modelio.nml - -# CDEPS, DATM and DOCN -cp ${PATHTR}/parm/atm_modelio.nml atm_modelio.nml -cp ${PATHTR}/parm/ocn_modelio.nml ocn_modelio.nml -atparse < ${PATHTR}/parm/${DATM_CONFIGURE_A:-datm_in} > datm_in -atparse < ${PATHTR}/parm/${DATM_CONFIGURE_B:-datm.streams.xml} > datm.streams.xml -atparse < ${PATHTR}/parm/${DOCN_CONFIGURE_A:-docn_in} > docn_in -atparse < ${PATHTR}/parm/${DOCN_CONFIGURE_B:-docn.streams.xml} > docn.streams.xml - -################################################################################ -# Submit test -################################################################################ - -if [[ $ROCOTO = 'false' ]]; then - submit_and_wait job_card -else - chmod u+x job_card - ./job_card -fi - -check_results - -################################################################################ -# End test -################################################################################ - -exit 0 diff --git a/tests/rt_datm_hycom.sh b/tests/rt_datm_hycom.sh deleted file mode 100755 index 40d6f8cd38..0000000000 --- a/tests/rt_datm_hycom.sh +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/bash -set -eux - -source rt_utils.sh -source atparse.bash - -mkdir -p ${RUNDIR} -cd $RUNDIR - -############################################################################### -# Make configure and run files -############################################################################### - -# FV3 executable: -cp ${PATHRT}/$FV3X fv3.exe - -# modulefile for FV3 prerequisites: -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 - -SRCD="${PATHTR}" -RUND="${RUNDIR}" - -atparse < ${PATHRT}/hycom_conf/${HYCOM_RUN:-hycom_run.IN} > hycom_run -atparse < ${PATHRT}/cdeps_conf/${DATM_RUN:-datm_run.IN} > datm_run - -# Set up the run directory -source ./hycom_run -source ./datm_run - -if [[ $SCHEDULER = 'pbs' ]]; then - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_qsub.IN > job_card -elif [[ $SCHEDULER = 'slurm' ]]; then - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_slurm.IN > job_card -elif [[ $SCHEDULER = 'lsf' ]]; then - if (( TASKS < TPN )); then - TPN=${TASKS} - fi - NODES=$(( TASKS / TPN )) - if (( NODES * TPN < TASKS )); then - NODES=$(( NODES + 1 )) - fi - atparse < $PATHRT/fv3_conf/fv3_bsub.IN > job_card -fi - -# Driver -atparse < ${PATHTR}/parm/${NEMS_CONFIGURE:-nems.configure} > nems.configure -atparse < ${PATHTR}/parm/${MODEL_CONFIGURE:-model_configure.cdeps.IN} > model_configure - -# CMEPS -cp ${PATHTR}/parm/fd_nems.yaml fd_nems.yaml -cp ${PATHTR}/parm/pio_in pio_in -cp ${PATHTR}/parm/med_modelio.nml med_modelio.nml - -# CDEPS, DATM only -cp ${PATHTR}/parm/atm_modelio.nml atm_modelio.nml -atparse < ${PATHTR}/parm/${DATM_CONFIGURE_A:-datm_in} > datm_in -atparse < ${PATHTR}/parm/${DATM_CONFIGURE_B:-datm.streams.xml} > datm.streams.xml - -################################################################################ -# Submit test -################################################################################ - -if [[ $ROCOTO = 'false' ]]; then - submit_and_wait job_card -else - chmod u+x job_card - ./job_card -fi - -check_results - -################################################################################ -# End test -################################################################################ - -exit 0 diff --git a/tests/tests/datm_docn_cmeps b/tests/tests/datm_docn_cmeps deleted file mode 100644 index d5bde33514..0000000000 --- a/tests/tests/datm_docn_cmeps +++ /dev/null @@ -1,56 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with data ocean" - -export CNTL_DIR="datm_docn_cmeps" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-30-03600.nc \ - ufs.hafs.cpl.hi.2019-08-31-03600.nc \ - ufs.hafs.cpl.hi.2019-09-01-03600.nc \ - ufs.hafs.cpl.hi.2019-09-02-03600.nc \ - ufs.hafs.cpl.hi.2019-09-03-03600.nc" - -export TASKS=240 -export TPN=40 -export THRD=1 -export WLCLK=180 - -# configuration -export DAYS="2" -export FHMAX="48" -export FDIAG="6" -export SYEAR=2019 -export SMONTH=08 -export SDAY=29 -export INPES=4 -export JNPES=5 - -# nems.configure -export NEMS_CONFIGURE="nems.configure.datm_era5_docn_oisst.IN" -export coupling_interval_sec=1800 -export med_model="nems" -export med_petlist_bounds="0 119" -export atm_model="datm" -export atm_petlist_bounds="0 119" -export ocn_model="docn" -export ocn_petlist_bounds="120 239" -export restart_n=48 -export cplmode="hafs" -export runtype="startup" -export use_coldstart="false" - -# cdeps -export DATM_CONFIGURE_A="datm_in.era5" -export DATM_CONFIGURE_B="datm.streams.xml.era5" -export DOCN_CONFIGURE_A="docn_in.oisst" -export DOCN_CONFIGURE_B="docn.streams.xml.oisst" - -# run -export RUN_SCRIPT=rt_datm_docn.sh -export DATM_RUN=datm_era5_run.IN -export DOCN_RUN=docn_oisst_run.IN diff --git a/tests/tests/datm_hycom_cmeps b/tests/tests/datm_hycom_cmeps deleted file mode 100644 index 197fa52e28..0000000000 --- a/tests/tests/datm_hycom_cmeps +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with regional HYCOM" - -export CNTL_DIR="datm_hycom_cmeps" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-30-03600.nc \ - ufs.hafs.cpl.hi.2019-08-31-03600.nc \ - ufs.hafs.cpl.hi.2019-09-01-03600.nc \ - ufs.hafs.cpl.hi.2019-09-02-03600.nc \ - ufs.hafs.cpl.hi.2019-09-03-03600.nc" - -export TASKS=240 -export TPN=40 -export THRD=1 -export WLCLK=180 - -# configuration -export DAYS="2" -export FHMAX="48" -export FDIAG="6" -export SYEAR=2019 -export SMONTH=08 -export SDAY=29 -export INPES=4 -export JNPES=5 - -# nems.configure -export NEMS_CONFIGURE="nems.configure.datm_era5_hycom.IN" -export coupling_interval_sec=1800 -export med_model="nems" -export med_petlist_bounds="0 119" -export atm_model="datm" -export atm_petlist_bounds="0 119" -export ocn_model="hycom" -export ocn_petlist_bounds="120 239" -export restart_n=48 -export cplmode="hafs" -export runtype="startup" -export use_coldstart="false" - -# cdeps -export DATM_CONFIGURE_A="datm_in.era5" -export DATM_CONFIGURE_B="datm.streams.xml.era5" - -# hycom -export HYCOM_CONFIGURE_A="blkdat.input" -export HYCOM_CONFIGURE_B="patch.input" -export HYCOM_CONFIGURE_C="ports.input" -export HYCOM_CONFIGURE_D="hycom_settings" -export HYCOM_CONFIGURE_E="limits" - -# run -export RUN_SCRIPT=rt_datm_hycom.sh -export HYCOM_RUN=hycom_hat10_run.IN -export DATM_RUN=datm_era5_run.IN From dd2ff5c2677d9f09afacc0fa45dd1a7cfce777c0 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 3 Feb 2021 12:46:57 -0600 Subject: [PATCH 159/271] set CDEPS data components as false for other tests --- tests/default_vars.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 67c537c7be..d6c39f9440 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -252,6 +252,8 @@ export_fv3 () export FV3=true export S2S=false export DATM=false +export CDEPS_DATM=false +export CDEPS_DOCN=false export THRD=1 export WLCLK=$WLCLK_dflt export INPES=$INPES_dflt @@ -539,6 +541,8 @@ export_datm () export FV3=false export S2S=false export DATM=true +export CDEPS_DATM=false +export CDEPS_DOCN=false export DAYS=1 export FHMAX=24 export WLCLK=30 From ef985089db84d3b44f94d322987b58c7aeb705e3 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 4 Feb 2021 12:56:27 -0600 Subject: [PATCH 160/271] update components that has PIO fix --- CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- NEMS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CDEPS b/CDEPS index 447e1b6c2a..ba550dcaa3 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit 447e1b6c2a3c9833bdeb192889bce9d16d76bb02 +Subproject commit ba550dcaa3510fb21b010444bbdccbb56f63f81d diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index d11dd738ed..98d244f7b5 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit d11dd738edbad7f14eaa72eba11876aff11bdf13 +Subproject commit 98d244f7b5d6899ff99bbcd4557e55a1b5bada55 diff --git a/NEMS b/NEMS index a8a9c66c92..32e42c7246 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit a8a9c66c92a83539829e96e98a2de8d00da58118 +Subproject commit 32e42c7246e0bf58357af8aaacc721f6dcb03ac4 From f800fab1efa1fb88584da3f0124451274d754b3e Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 4 Feb 2021 13:01:01 -0600 Subject: [PATCH 161/271] clean unused command --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 09d491d566..08e97ef5d9 100755 --- a/build.sh +++ b/build.sh @@ -23,4 +23,3 @@ CMAKE_FLAGS+=" -DNETCDF_DIR=${NETCDF}" cd ${BUILD_DIR} cmake ${UFS_MODEL_DIR} ${CMAKE_FLAGS} make -j ${BUILD_JOBS:-4} VERBOSE=${BUILD_VERBOSE:-} -#make -j 1 VERBOSE=1 From e6bcb485ef1070e3f45213caedeedd57f5c8572d Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 5 Feb 2021 15:55:22 -0600 Subject: [PATCH 162/271] update HAFS RT tests --- tests/rt_hafs.conf | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 9812281f07..d5f3f37ab4 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -1,7 +1,19 @@ -####################################################################################################################################################################################### -# CDEPS CMEPS tests # -####################################################################################################################################################################################### -COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | -RUN | datm_hycom_cdeps | + orion.intel | fv3 | | +#################################################################################################################################################################################### +# All Data Component tests # +#################################################################################################################################################################################### + COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | RUN | datm_docn_cdeps | + orion.intel | fv3 | | + +#################################################################################################################################################################################### +## Data Atmosphere tests # +#################################################################################################################################################################################### +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | +RUN | datm_hycom_cdeps | + orion.intel | fv3 | | + +#################################################################################################################################################################################### +### Data Ocean tests # +#################################################################################################################################################################################### + +#COMPILE | SUITES=HAFS_v0_gfdlmp_nonsstugwd,HAFS_v0_gfdlmp_nocpnsstugwd,HAFS_v0_gfdlmp_nocpnsst,HAFS_v0_gfdlmp_nocp,HAFS_v0_gfdlmp_nougwd,HAFS_v0_gfdlmp_nocpugwd,HAFS_v0_gfdlmp,HAFS_v0_hwrf_thompson,HAFS_v0_hwrf_nougwd,HAFS_v0_hwrf CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | +#RUN | docn_cdeps | + orion.intel | fv3 | | From 3b73e720cad3afa8dc8ef6ecdee16be7f39ce0b1 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 5 Feb 2021 16:00:30 -0600 Subject: [PATCH 163/271] update components --- CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- MOM6-interface/MOM6 | 2 +- NEMS | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CDEPS b/CDEPS index ba550dcaa3..447e1b6c2a 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit ba550dcaa3510fb21b010444bbdccbb56f63f81d +Subproject commit 447e1b6c2a3c9833bdeb192889bce9d16d76bb02 diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 98d244f7b5..ff6ec1977b 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 98d244f7b5d6899ff99bbcd4557e55a1b5bada55 +Subproject commit ff6ec1977bc81a88c307f3f4317ad7e99409bd7b diff --git a/FV3 b/FV3 index 244eb4b20f..58ff7c8c4d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 244eb4b20f7faadc13d0542471fa9b5986073ece +Subproject commit 58ff7c8c4d15615e2b53fcccfee71ea67104384d diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 4c54010b0f..09d6265f1f 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 4c54010b0fe6ae67c20f7071d6df5b0e636b6113 +Subproject commit 09d6265f1fc59e4f60cd7a87ab577d4373b9d5d4 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 593aecb3be..d531a324a9 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 593aecb3be159eca651b727ff3caea2754169118 +Subproject commit d531a324a91f5de652055cbd8adfd84c4e75be30 diff --git a/NEMS b/NEMS index 32e42c7246..4dbc01730f 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 32e42c7246e0bf58357af8aaacc721f6dcb03ac4 +Subproject commit 4dbc01730fc0928ccf13a49270315c4de6436a56 From f6832e1ee68554abdb0623e0c5c933ee8a7bab6f Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 10 Feb 2021 14:56:06 -0600 Subject: [PATCH 164/271] update NEMS to include PIO fix --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index 4dbc01730f..32e42c7246 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 4dbc01730fc0928ccf13a49270315c4de6436a56 +Subproject commit 32e42c7246e0bf58357af8aaacc721f6dcb03ac4 From d58071d18c96af505e5b02ec06cde2a687462015 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 11 Feb 2021 16:41:34 -0600 Subject: [PATCH 165/271] fix build for custom DATM configuration tha uses MOM6 --- CMakeLists.txt | 106 +++++++++++++++++++++++-------------------------- 1 file changed, 50 insertions(+), 56 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5aff58d210..89573064fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,44 +142,42 @@ endif() ############################################################################### ### FMS ############################################################################### -if(NOT DATM AND NOT CDEPS_DATM) - include(fms_files.cmake) - add_library(fms ${fms_src_files} ${fms_headers}) - # stupid cmake can not figure out dependency of fft.F90 on fft99.F90 because 'use fft99_mod' is inside ifdefs - set_property(SOURCE FMS/fft/fft.F90 APPEND_STRING PROPERTY COMPILE_FLAGS "-DSGICRAY=0 -DNAGFFT=0") - - list(APPEND _fms_defs_public use_libMPI - use_netCDF - GFS_PHYS - INTERNAL_FILE_NML) - if(QUAD_PRECISION) - list(APPEND _fms_defs_public ENABLE_QUAD_PRECISION) - endif() - target_compile_definitions(fms PUBLIC "${_fms_defs_public}") - - if(32BIT) - list(APPEND _fms_defs_private OVERLOAD_R4 - OVERLOAD_R8) - endif() - target_compile_definitions(fms PRIVATE "${_fms_defs_private}") - - target_include_directories(fms PUBLIC $ - $ - $ - $ - $) - target_include_directories(fms INTERFACE - $ - $) - target_link_libraries(fms PUBLIC MPI::MPI_Fortran - NetCDF::NetCDF_Fortran) - if(OpenMP_Fortran_FOUND) - target_link_libraries(fms PRIVATE OpenMP::OpenMP_Fortran) - endif() - set_target_properties(fms PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS) - set_target_properties(fms PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod) - set_target_properties(fms PROPERTIES PUBLIC_HEADER "${fms_headers}" ) +include(fms_files.cmake) +add_library(fms ${fms_src_files} ${fms_headers}) +# stupid cmake can not figure out dependency of fft.F90 on fft99.F90 because 'use fft99_mod' is inside ifdefs +set_property(SOURCE FMS/fft/fft.F90 APPEND_STRING PROPERTY COMPILE_FLAGS "-DSGICRAY=0 -DNAGFFT=0") + +list(APPEND _fms_defs_public use_libMPI + use_netCDF + GFS_PHYS + INTERNAL_FILE_NML) +if(QUAD_PRECISION) + list(APPEND _fms_defs_public ENABLE_QUAD_PRECISION) endif() +target_compile_definitions(fms PUBLIC "${_fms_defs_public}") + +if(32BIT) + list(APPEND _fms_defs_private OVERLOAD_R4 + OVERLOAD_R8) +endif() +target_compile_definitions(fms PRIVATE "${_fms_defs_private}") + +target_include_directories(fms PUBLIC $ + $ + $ + $ + $) +target_include_directories(fms INTERFACE + $ + $) +target_link_libraries(fms PUBLIC MPI::MPI_Fortran + NetCDF::NetCDF_Fortran) +if(OpenMP_Fortran_FOUND) + target_link_libraries(fms PRIVATE OpenMP::OpenMP_Fortran) +endif() +set_target_properties(fms PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS) +set_target_properties(fms PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod) +set_target_properties(fms PROPERTIES PUBLIC_HEADER "${fms_headers}" ) ############################################################################### ### stochastic_physics @@ -289,11 +287,9 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/NEMS/src/ESMFConvenienceMacros.h add_library(ufs ${_nems_srcs}) -if(NOT DATM AND NOT CDEPS_DATM) - list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} - FRONT_FMS) - add_dependencies(ufs fms) -endif() +list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} + FRONT_FMS) +add_dependencies(ufs fms) if(DATM) list(APPEND _ufs_defs_private FRONT_DATM=datm) @@ -407,20 +403,18 @@ target_link_libraries(ufs_model PRIVATE ufs ############################################################################### ### Install ############################################################################### -if(NOT DATM AND NOT CDEPS_DATM) - install( - TARGETS fms - EXPORT fms-config - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib - PUBLIC_HEADER DESTINATION include ) - - install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) - - install(EXPORT fms-config - DESTINATION lib/cmake - ) -endif() +install( + TARGETS fms + EXPORT fms-config + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib + PUBLIC_HEADER DESTINATION include ) + +install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) + +install(EXPORT fms-config + DESTINATION lib/cmake +) install( TARGETS ufs From 8e463c898408f2d7d7bea42b933f9b6619582f59 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 11 Feb 2021 17:31:49 -0600 Subject: [PATCH 166/271] fix for input.nml in DATM configurations --- tests/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index 985ce3b7df..95cd8e7559 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -95,7 +95,7 @@ do atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run done -if [[ $FV3 = 'true' ]]; then +if [[ $FV3 = 'true' ]] || [[ $DATM = 'true' ]]; then atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml fi From db3d4c8138b458a9c5cddd5c29dcb987d6e1d58f Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 11 Feb 2021 17:35:00 -0600 Subject: [PATCH 167/271] increase wallclock time from 30 to 45 for coupled configurations --- tests/default_vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index e8ba58d41d..42bd65bb13 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -475,7 +475,7 @@ export DATM=false export DAYS="1" export FHMAX="24" export FDIAG="6" -export WLCLK=30 +export WLCLK=45 # default atm/ocn/ice resolution export ATMRES='C96' From 062d55eb4bb5f1369831667d2ff0472ad05be104 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 26 Feb 2021 17:34:56 -0600 Subject: [PATCH 168/271] update components --- CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- CMEPS-interface/CMakeLists.txt | 1 - CMakeLists.txt | 22 ++++++++++++++-------- CMakeModules | 2 +- NEMS | 2 +- tests/default_vars.sh | 2 +- tests/parm/atm_modelio.nml | 8 -------- tests/parm/med_modelio.nml | 8 -------- tests/parm/ocn_modelio.nml | 8 -------- tests/parm/pio_in | 34 ---------------------------------- tests/run_test.sh | 10 ---------- 12 files changed, 19 insertions(+), 82 deletions(-) delete mode 100755 tests/parm/atm_modelio.nml delete mode 100755 tests/parm/med_modelio.nml delete mode 100755 tests/parm/ocn_modelio.nml delete mode 100755 tests/parm/pio_in diff --git a/CDEPS b/CDEPS index ba550dcaa3..92b08b82b3 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit ba550dcaa3510fb21b010444bbdccbb56f63f81d +Subproject commit 92b08b82b3a854d52c2fd336121f461f23bed4fc diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 98d244f7b5..3f9de91578 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 98d244f7b5d6899ff99bbcd4557e55a1b5bada55 +Subproject commit 3f9de915783d8a740bba21ebc7dad1bca0b24eee diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index d9e05a56aa..bf2a924d8a 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -18,7 +18,6 @@ endif() list(APPEND _nems_util_files CMEPS/util/shr_abort_mod.F90 CMEPS/util/shr_log_mod.F90 - CMEPS/util/shr_pio_mod.F90 CMEPS/util/shr_sys_mod.F90 CMEPS/util/shr_flux_mod.F90 CMEPS/util/shr_mpi_mod.F90 diff --git a/CMakeLists.txt b/CMakeLists.txt index 89573064fd..d266316c0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ set(INLINE_POST OFF CACHE BOOL "Enable inline post") set(MULTI_GASES OFF CACHE BOOL "Enable MULTI_GASES") set(OPENMP ON CACHE BOOL "Enable OpenMP threading") set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF") +set(PNETCDF OFF CACHE BOOL "Enable PnetCDF to support PIO PnetCDF mode") set(QUAD_PRECISION ON CACHE BOOL "Enable QUAD_PRECISION (for certain grid metric terms in dycore)") set(REPRO OFF CACHE BOOL "Enable REPRO mode") set(WW3 OFF CACHE BOOL "Enable WW3") @@ -68,6 +69,7 @@ message("INLINE_POST ...... ${INLINE_POST}") message("MULTI_GASES ...... ${MULTI_GASES}") message("OPENMP ........... ${OPENMP}") message("PARALLEL_NETCDF .. ${PARALLEL_NETCDF}") +message("PNETCDF .......... ${PNETCDF}") message("QUAD_PRECISION ... ${QUAD_PRECISION}") message("REPRO ............ ${REPRO}") message("WW3 .............. ${WW3}") @@ -106,6 +108,9 @@ find_package(NetCDF REQUIRED C Fortran) find_package(ESMF MODULE REQUIRED) if(S2S OR CMEPS OR CDEPS) find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) + if(PNETCDF) + find_package(PnetCDF REQUIRED STATIC) + endif() endif() find_package(bacio REQUIRED) @@ -343,8 +348,7 @@ elseif(CDEPS_DOCN) endif() if(CMEPS) - list(APPEND _ufs_defs_private PIO - CMEPS + list(APPEND _ufs_defs_private CMEPS FRONT_CMEPS=MED) add_dependencies(ufs cmeps) target_link_libraries(ufs PUBLIC cmeps) @@ -356,8 +360,7 @@ if(CDEPS) endif() if(S2S) - list(APPEND _ufs_defs_private PIO - FRONT_MOM6=mom_cap_mod + list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod FRONT_CICE6=ice_comp_nuopc CMEPS FRONT_CMEPS=MED) @@ -386,10 +389,6 @@ if(WW3) add_dependencies(ufs_model ww3_nems) endif() -if (CMEPS OR S2S) - list(APPEND _ufs_model_defs_private PIO) -endif() - target_compile_definitions(ufs_model PRIVATE "${_ufs_model_defs_private}") if(DATM OR CDEPS) @@ -400,6 +399,13 @@ target_link_libraries(ufs_model PRIVATE ufs NetCDF::NetCDF_Fortran ${MKL_LIB}) +if(S2S OR CMEPS OR CDEPS) + if(PNETCDF) + target_link_libraries (ufs_model PRIVATE ${PNETCDF_LIBRARY_DIRS}) + target_include_directories(ufs_model PRIVATE ${PNETCDF_INCLUDE_DIRS}) + endif() +endif() + ############################################################################### ### Install ############################################################################### diff --git a/CMakeModules b/CMakeModules index 18658695a0..00376b09c4 160000 --- a/CMakeModules +++ b/CMakeModules @@ -1 +1 @@ -Subproject commit 18658695a0b87ad6fcf33982b9cb13e6d7373911 +Subproject commit 00376b09c4164f82ba14da3f7b732c7bc0f7834a diff --git a/NEMS b/NEMS index 73261a8ea3..6dac966624 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 73261a8ea3cc5e57d0ff8b32ba65c5b4232ef2c9 +Subproject commit 6dac966624a91381aa14c17c9c9654753ff85917 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 42bd65bb13..e8ba58d41d 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -475,7 +475,7 @@ export DATM=false export DAYS="1" export FHMAX="24" export FDIAG="6" -export WLCLK=45 +export WLCLK=30 # default atm/ocn/ice resolution export ATMRES='C96' diff --git a/tests/parm/atm_modelio.nml b/tests/parm/atm_modelio.nml deleted file mode 100755 index 959488b191..0000000000 --- a/tests/parm/atm_modelio.nml +++ /dev/null @@ -1,8 +0,0 @@ -&pio_inparm - pio_netcdf_format = "64bit_offset" - pio_numiotasks = -99 - pio_rearranger = 1 - pio_root = 1 - pio_stride = 36 - pio_typename = "netcdf" -/ diff --git a/tests/parm/med_modelio.nml b/tests/parm/med_modelio.nml deleted file mode 100755 index 959488b191..0000000000 --- a/tests/parm/med_modelio.nml +++ /dev/null @@ -1,8 +0,0 @@ -&pio_inparm - pio_netcdf_format = "64bit_offset" - pio_numiotasks = -99 - pio_rearranger = 1 - pio_root = 1 - pio_stride = 36 - pio_typename = "netcdf" -/ diff --git a/tests/parm/ocn_modelio.nml b/tests/parm/ocn_modelio.nml deleted file mode 100755 index 959488b191..0000000000 --- a/tests/parm/ocn_modelio.nml +++ /dev/null @@ -1,8 +0,0 @@ -&pio_inparm - pio_netcdf_format = "64bit_offset" - pio_numiotasks = -99 - pio_rearranger = 1 - pio_root = 1 - pio_stride = 36 - pio_typename = "netcdf" -/ diff --git a/tests/parm/pio_in b/tests/parm/pio_in deleted file mode 100755 index 0282ee8721..0000000000 --- a/tests/parm/pio_in +++ /dev/null @@ -1,34 +0,0 @@ -&papi_inparm - papi_ctr1_str = "PAPI_FP_OPS" - papi_ctr2_str = "PAPI_NO_CTR" - papi_ctr3_str = "PAPI_NO_CTR" - papi_ctr4_str = "PAPI_NO_CTR" -/ -&pio_default_inparm - pio_async_interface = .false. - pio_blocksize = -1 - pio_buffer_size_limit = -1 - pio_debug_level = 0 - pio_rearr_comm_enable_hs_comp2io = .true. - pio_rearr_comm_enable_hs_io2comp = .false. - pio_rearr_comm_enable_isend_comp2io = .false. - pio_rearr_comm_enable_isend_io2comp = .true. - pio_rearr_comm_fcd = "2denable" - pio_rearr_comm_max_pend_req_comp2io = 0 - pio_rearr_comm_max_pend_req_io2comp = 64 - pio_rearr_comm_type = "p2p" -/ -&prof_inparm - profile_add_detail = .false. - profile_barrier = .false. - profile_depth_limit = 4 - profile_detail_limit = 2 - profile_disable = .false. - profile_global_stats = .true. - profile_outpe_num = 1 - profile_outpe_stride = 0 - profile_ovhd_measurement = .false. - profile_papi_enable = .false. - profile_single_file = .false. - profile_timer = 4 -/ diff --git a/tests/run_test.sh b/tests/run_test.sh index 95cd8e7559..585f4349da 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -123,8 +123,6 @@ source ./fv3_run # CMEPS if [[ $DATM = 'true' ]] || [[ $CDEPS_DATM = 'true' ]] || [[ $CDEPS_DOCN = 'true' ]] || [[ $S2S = 'true' ]]; then cp ${PATHRT}/parm/fd_nems.yaml fd_nems.yaml - cp ${PATHRT}/parm/pio_in pio_in - cp ${PATHRT}/parm/med_modelio.nml med_modelio.nml fi if [[ $DATM = 'true' ]] || [[ $S2S = 'true' ]]; then @@ -138,14 +136,6 @@ if [[ $DATM = 'true' ]]; then cp ${PATHRT}/parm/datm_data_table.IN datm_data_table fi -if [[ $CDEPS_DATM = 'true' ]]; then - cp ${PATHRT}/parm/atm_modelio.nml atm_modelio.nml -fi - -if [[ $CDEPS_DOCN = 'true' ]]; then - cp ${PATHRT}/parm/ocn_modelio.nml ocn_modelio.nml -fi - if [[ $SCHEDULER = 'pbs' ]]; then NODES=$(( TASKS / TPN )) if (( NODES * TPN < TASKS )); then From 4dae435b1e25d644b15ddbe805fc657875b59f4d Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 26 Feb 2021 17:36:42 -0600 Subject: [PATCH 169/271] update submodule file --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9b6e0a0541..5c096bde7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,8 +24,8 @@ branch = master [submodule "CMakeModules"] path = CMakeModules - url = https://github.com/NOAA-EMC/CMakeModules - branch = develop + url = https://github.com/hafs-community/CMakeModules + branch = feature/pio_fix_comp [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git From 795774cf00af1e3ca464697d09597453db7cc2ea Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 26 Feb 2021 23:00:58 -0600 Subject: [PATCH 170/271] fix minor typo --- tests/parm/nems.configure.datm_docn_cdeps.IN | 4 ++-- tests/parm/nems.configure.datm_ocn_cdeps.IN | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/parm/nems.configure.datm_docn_cdeps.IN b/tests/parm/nems.configure.datm_docn_cdeps.IN index 8ca875a68e..a2c0ead89f 100755 --- a/tests/parm/nems.configure.datm_docn_cdeps.IN +++ b/tests/parm/nems.configure.datm_docn_cdeps.IN @@ -18,7 +18,7 @@ ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] ATM_attributes:: Verbosity = low - mesh_atm = $[atm_mesh] + mesh_atm = @[atm_mesh] :: # OCN # @@ -26,7 +26,7 @@ OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] OCN_attributes:: Verbosity = low - mesh_ocn = $[ocn_mesh] + mesh_ocn = @[ocn_mesh] :: # Run Sequence # diff --git a/tests/parm/nems.configure.datm_ocn_cdeps.IN b/tests/parm/nems.configure.datm_ocn_cdeps.IN index 795bb2c907..128da26a04 100755 --- a/tests/parm/nems.configure.datm_ocn_cdeps.IN +++ b/tests/parm/nems.configure.datm_ocn_cdeps.IN @@ -18,7 +18,7 @@ ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] ATM_attributes:: Verbosity = low - mesh_atm = $[atm_mesh] + mesh_atm = @[atm_mesh] :: # OCN # From 4eb55c12037bdd1ddaeda1fb8a68cbefb134e642 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 26 Feb 2021 23:02:33 -0600 Subject: [PATCH 171/271] add PNETCDF support for PIO --- tests/compile.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/compile.sh b/tests/compile.sh index de48e2102e..963daa8793 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -94,6 +94,10 @@ if [[ "${MAKE_OPT}" == *"OPENMP=N"* ]]; then CMAKE_FLAGS="${CMAKE_FLAGS} -DOPENMP=OFF" fi +if [[ "${MAKE_OPT}" == *"PNETCDF=Y"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DPNETCDF=Y" +fi + if [[ "${MAKE_OPT}" == *"MULTI_GASES=Y"* ]]; then CMAKE_FLAGS="${CMAKE_FLAGS} -DMULTI_GASES=ON" else From 88c24caf16fc273eb51cd38dda67d8fed52b89cb Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 26 Feb 2021 23:46:28 -0600 Subject: [PATCH 172/271] update CMakeModules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5c096bde7e..672667bce9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,8 +24,8 @@ branch = master [submodule "CMakeModules"] path = CMakeModules - url = https://github.com/hafs-community/CMakeModules - branch = feature/pio_fix_comp + url = https://github.com/hafs-community/CMakeModules + branch = feature/pio_fix_comp [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git From 494930edea6a737db9d19a5ff7f5e039ec75233b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 27 Feb 2021 00:01:11 -0600 Subject: [PATCH 173/271] try to update CMakeModules again --- CMakeModules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules b/CMakeModules index 00376b09c4..88b1d8dc83 160000 --- a/CMakeModules +++ b/CMakeModules @@ -1 +1 @@ -Subproject commit 00376b09c4164f82ba14da3f7b732c7bc0f7834a +Subproject commit 88b1d8dc830b5ed07212ad8d8bde71cc92a346a0 From f08feebc7bbb1b7f40180241d4d1961790b09187 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 27 Feb 2021 00:34:07 -0600 Subject: [PATCH 174/271] go back to NOAA-EMC for CMakeModules --- .gitmodules | 4 ++-- CMakeModules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 672667bce9..9b6e0a0541 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,8 +24,8 @@ branch = master [submodule "CMakeModules"] path = CMakeModules - url = https://github.com/hafs-community/CMakeModules - branch = feature/pio_fix_comp + url = https://github.com/NOAA-EMC/CMakeModules + branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git diff --git a/CMakeModules b/CMakeModules index 88b1d8dc83..18658695a0 160000 --- a/CMakeModules +++ b/CMakeModules @@ -1 +1 @@ -Subproject commit 88b1d8dc830b5ed07212ad8d8bde71cc92a346a0 +Subproject commit 18658695a0b87ad6fcf33982b9cb13e6d7373911 From ee0f23fb93b601bc58c66e92982317a8c00f4a7d Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 27 Feb 2021 23:00:44 -0600 Subject: [PATCH 175/271] update regression tests log --- tests/RegressionTests_orion.intel.log | 5387 ++++++++++++++++++++++++- 1 file changed, 5378 insertions(+), 9 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 4148cd9abe..ce2cd9e878 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,19 +1,5388 @@ -Wed Feb 10 23:30:10 CST 2021 +Sat Feb 27 00:44:48 CST 2021 Start Regression test -Test 4 compile FAIL -Test 1 compile FAIL +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_control_prod +Checking test 001 fv3_ccpp_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 001 fv3_ccpp_control PASS -Test 6 compile FAIL -Test 5 compile FAIL +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_decomp_prod +Checking test 002 fv3_ccpp_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 002 fv3_ccpp_decomp PASS -Test 2 compile FAIL -Test 3 compile FAIL +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_2threads_prod +Checking test 003 fv3_ccpp_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 003 fv3_ccpp_2threads PASS -Test 20 compile FAIL -Test 21 compile FAIL +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_restart_prod +Checking test 004 fv3_ccpp_restart results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 004 fv3_ccpp_restart PASS + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_read_inc_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_read_inc_prod +Checking test 005 fv3_ccpp_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 005 fv3_ccpp_read_inc PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_netcdf_esmf_prod +Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_netcdf_prod +Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 007 fv3_ccpp_wrtGauss_netcdf PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_netcdf_parallel_prod +Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc ............ALT CHECK......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 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGlatlon_netcdf_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGlatlon_netcdf_prod +Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_nemsio_prod +Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 010 fv3_ccpp_wrtGauss_nemsio PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_nemsio_c192_prod +Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_stochy_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_stochy_prod +Checking test 012 fv3_ccpp_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 012 fv3_ccpp_stochy PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_ca_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_ca_prod +Checking test 013 fv3_ccpp_ca results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 013 fv3_ccpp_ca PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_lndp_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_lndp_prod +Checking test 014 fv3_ccpp_lndp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 014 fv3_ccpp_lndp PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_iau_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_iau_prod +Checking test 015 fv3_ccpp_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 015 fv3_ccpp_iau PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_lheatstrg_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_lheatstrg_prod +Checking test 016 fv3_ccpp_lheatstrg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 016 fv3_ccpp_lheatstrg PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmprad_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmprad_prod +Checking test 017 fv3_ccpp_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 017 fv3_ccpp_gfdlmprad PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmprad_atmwav_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmprad_atmwav_prod +Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 018 fv3_ccpp_gfdlmprad_atmwav PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_wrtGauss_nemsio_c768_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_wrtGauss_nemsio_c768_prod +Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf006.nemsio .........OK + Comparing dynf006.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing out_grd.glo_10m .........OK + Comparing out_grd.ant_9km .........OK + Comparing out_grd.aoc_9km .........OK +Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_multigases_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_multigases_prod +Checking test 020 fv3_ccpp_multigases 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 + 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 020 fv3_ccpp_multigases PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_32bit_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_control_32bit_prod +Checking test 021 fv3_ccpp_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 021 fv3_ccpp_control_32bit PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_stretched_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_stretched_prod +Checking test 022 fv3_ccpp_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 022 fv3_ccpp_stretched PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_stretched_nest_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_stretched_nest_prod +Checking test 023 fv3_ccpp_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 023 fv3_ccpp_stretched_nest PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_regional_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_regional_control_prod +Checking test 024 fv3_ccpp_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK + Comparing RESTART/fv_core.res.tile1_new.nc .........OK + Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK +Test 024 fv3_ccpp_regional_control PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_regional_restart_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_regional_restart_prod +Checking test 025 fv3_ccpp_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 025 fv3_ccpp_regional_restart PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_regional_quilt_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_regional_quilt_prod +Checking test 026 fv3_ccpp_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 026 fv3_ccpp_regional_quilt PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_regional_quilt_netcdf_parallel_prod +Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_control_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_control_debug_prod +Checking test 028 fv3_ccpp_control_debug results .... + 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 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 phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK +Test 028 fv3_ccpp_control_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_stretched_nest_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_stretched_nest_debug_prod +Checking test 029 fv3_ccpp_stretched_nest_debug results .... + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK +Test 029 fv3_ccpp_stretched_nest_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmp_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmp_prod +Checking test 030 fv3_ccpp_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 030 fv3_ccpp_gfdlmp PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmprad_gwd_prod +Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 031 fv3_ccpp_gfdlmprad_gwd PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmprad_noahmp_prod +Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 032 fv3_ccpp_gfdlmprad_noahmp PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_csawmg_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_csawmg_prod +Checking test 033 fv3_ccpp_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 033 fv3_ccpp_csawmg PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_satmedmf_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_satmedmf_prod +Checking test 034 fv3_ccpp_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 034 fv3_ccpp_satmedmf PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_satmedmfq_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_satmedmfq_prod +Checking test 035 fv3_ccpp_satmedmfq results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 035 fv3_ccpp_satmedmfq PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmp_32bit_prod +Checking test 036 fv3_ccpp_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 036 fv3_ccpp_gfdlmp_32bit PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfdlmprad_32bit_post_prod +Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 037 fv3_ccpp_gfdlmprad_32bit_post PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_cpt_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_cpt_prod +Checking test 038 fv3_ccpp_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 038 fv3_ccpp_cpt PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gsd_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gsd_prod +Checking test 039 fv3_ccpp_gsd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 039 fv3_ccpp_gsd PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_rap_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_rap_prod +Checking test 040 fv3_ccpp_rap results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 040 fv3_ccpp_rap PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_hrrr_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_hrrr_prod +Checking test 041 fv3_ccpp_hrrr results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 041 fv3_ccpp_hrrr PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_thompson_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_thompson_prod +Checking test 042 fv3_ccpp_thompson results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 042 fv3_ccpp_thompson PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_thompson_no_aero_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_thompson_no_aero_prod +Checking test 043 fv3_ccpp_thompson_no_aero results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 043 fv3_ccpp_thompson_no_aero PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_rrfs_v1beta_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_rrfs_v1beta_prod +Checking test 044 fv3_ccpp_rrfs_v1beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 044 fv3_ccpp_rrfs_v1beta PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v15p2_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v15p2_prod +Checking test 045 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 045 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_prod +Checking test 046 fv3_ccpp_gfs_v16 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 phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 046 fv3_ccpp_gfs_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_restart_prod +Checking test 047 fv3_ccpp_gfs_v16_restart results .... + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 047 fv3_ccpp_gfs_v16_restart PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_stochy_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_stochy_prod +Checking test 048 fv3_ccpp_gfs_v16_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 048 fv3_ccpp_gfs_v16_stochy PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v15p2_RRTMGP_prod +Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP 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 049 fv3_ccpp_gfs_v15p2_RRTMGP PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_RRTMGP_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_RRTMGP_prod +Checking test 050 fv3_ccpp_gfs_v16_RRTMGP 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 050 fv3_ccpp_gfs_v16_RRTMGP PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/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 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfsv16_csawmg_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfsv16_csawmg_prod +Checking test 052 fv3_ccpp_gfsv16_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 052 fv3_ccpp_gfsv16_csawmg PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfsv16_csawmgt_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfsv16_csawmgt_prod +Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 053 fv3_ccpp_gfsv16_csawmgt PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gocart_clm_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gocart_clm_prod +Checking test 054 fv3_ccpp_gocart_clm results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 054 fv3_ccpp_gocart_clm PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_flake_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_flake_prod +Checking test 055 fv3_ccpp_gfs_v16_flake 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 055 fv3_ccpp_gfs_v16_flake PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/HAFS_v0_HWRF_thompson_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson 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 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... + Comparing atmos_4xdaily.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf012.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf012.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_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/sfc_data.nc .........OK + Comparing RESTART/phy_data.nc .........OK +Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v15p2_debug_prod +Checking test 058 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 058 fv3_ccpp_gfs_v15p2_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_debug_prod +Checking test 059 fv3_ccpp_gfs_v16_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 059 fv3_ccpp_gfs_v16_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_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 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gfs_v16_RRTMGP_debug_prod +Checking test 061 fv3_ccpp_gfs_v16_RRTMGP_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 061 fv3_ccpp_gfs_v16_RRTMGP_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gsd_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gsd_debug_prod +Checking test 062 fv3_ccpp_gsd_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.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 062 fv3_ccpp_gsd_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_gsd_diag3d_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_gsd_diag3d_debug_prod +Checking test 063 fv3_ccpp_gsd_diag3d_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.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 063 fv3_ccpp_gsd_diag3d_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_thompson_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_thompson_debug_prod +Checking test 064 fv3_ccpp_thompson_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 064 fv3_ccpp_thompson_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_thompson_no_aero_debug_prod +Checking test 065 fv3_ccpp_thompson_no_aero_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 065 fv3_ccpp_thompson_no_aero_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/fv3_rrfs_v1beta_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_rrfs_v1beta_debug_prod +Checking test 066 fv3_ccpp_rrfs_v1beta_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 066 fv3_ccpp_rrfs_v1beta_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... + Comparing atmos_4xdaily.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf001.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf001.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_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/sfc_data.nc .........OK + Comparing RESTART/phy_data.nc .........OK +Test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_control_prod +Checking test 069 cpld_control results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 069 cpld_control PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_prod +Checking test 070 cpld_restart results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 070 cpld_restart PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_controlfrac_prod +Checking test 071 cpld_controlfrac results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 071 cpld_controlfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restartfrac_prod +Checking test 072 cpld_restartfrac results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 072 cpld_restartfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_2threads_prod +Checking test 073 cpld_2threads results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 073 cpld_2threads PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_decomp_prod +Checking test 074 cpld_decomp results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 074 cpld_decomp PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_satmedmf_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_satmedmf_prod +Checking test 075 cpld_satmedmf results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 075 cpld_satmedmf PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_ca_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_ca_prod +Checking test 076 cpld_ca results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 076 cpld_ca PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_c192_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_control_c192_prod +Checking test 077 cpld_control_c192 results .... + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK +Test 077 cpld_control_c192 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_c192_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_c192_prod +Checking test 078 cpld_restart_c192 results .... + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK +Test 078 cpld_restart_c192 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_c192_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_controlfrac_c192_prod +Checking test 079 cpld_controlfrac_c192 results .... + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK +Test 079 cpld_controlfrac_c192 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_c192_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restartfrac_c192_prod +Checking test 080 cpld_restartfrac_c192 results .... + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-05-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK +Test 080 cpld_restartfrac_c192 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_c384_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_control_c384_prod +Checking test 081 cpld_control_c384 results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 081 cpld_control_c384 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_c384_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_c384_prod +Checking test 082 cpld_restart_c384 results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 082 cpld_restart_c384 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_c384_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_controlfrac_c384_prod +Checking test 083 cpld_controlfrac_c384 results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 083 cpld_controlfrac_c384 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_controlfrac_c384_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restartfrac_c384_prod +Checking test 084 cpld_restartfrac_c384 results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK +Test 084 cpld_restartfrac_c384 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmark_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmark_prod +Checking test 085 cpld_bmark results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 085 cpld_bmark PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmark_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_bmark_prod +Checking test 086 cpld_restart_bmark results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 086 cpld_restart_bmark PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmarkfrac_prod +Checking test 087 cpld_bmarkfrac results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 087 cpld_bmarkfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_bmarkfrac_prod +Checking test 088 cpld_restart_bmarkfrac results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 088 cpld_restart_bmarkfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmarkfrac_v16_prod +Checking test 089 cpld_bmarkfrac_v16 results .... + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-43200.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK +Test 089 cpld_bmarkfrac_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_restart_bmarkfrac_v16_prod +Checking test 090 cpld_restart_bmarkfrac_v16 results .... + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-43200.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK +Test 090 cpld_restart_bmarkfrac_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmark_wave_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmark_wave_prod +Checking test 091 cpld_bmark_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 091 cpld_bmark_wave PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_wave_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmarkfrac_wave_prod +Checking test 092 cpld_bmarkfrac_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK +Test 092 cpld_bmarkfrac_wave PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_bmarkfrac_wave_v16_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_bmarkfrac_wave_v16_prod +Checking test 093 cpld_bmarkfrac_wave_v16 results .... + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing 20130401.120000.out_grd.gwes_30m .........OK + Comparing 20130401.120000.out_pnt.points .........OK + Comparing 20130401.120000.restart.gwes_30m .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-43200.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK +Test 093 cpld_bmarkfrac_wave_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_control_wave_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_control_wave_prod +Checking test 094 cpld_control_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK + Comparing 20161004.000000.out_grd.glo_1deg .........OK + Comparing 20161004.000000.out_pnt.points .........OK + Comparing 20161004.000000.restart.glo_1deg .........OK +Test 094 cpld_control_wave PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_debug_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_debug_prod +Checking test 095 cpld_debug results .... + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK +Test 095 cpld_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/cpld_debugfrac_ccpp +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/cpld_debugfrac_prod +Checking test 096 cpld_debugfrac results .... + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK +Test 096 cpld_debugfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_control_cfsr +Checking test 097 datm_control_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 097 datm_control_cfsr PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_restart_cfsr +Checking test 098 datm_restart_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 098 datm_restart_cfsr PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_control_gefs +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_control_gefs +Checking test 099 datm_control_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 099 datm_control_gefs PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_bulk_cfsr +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_bulk_cfsr +Checking test 100 datm_bulk_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 100 datm_bulk_cfsr PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_bulk_gefs +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_bulk_gefs +Checking test 101 datm_bulk_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 101 datm_bulk_gefs PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_mx025_cfsr +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_mx025_cfsr +Checking test 102 datm_mx025_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 102 datm_mx025_cfsr PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_mx025_gefs +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_mx025_gefs +Checking test 103 datm_mx025_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 103 datm_mx025_gefs PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210128/INTEL/datm_debug_cfsr +working dir = /work/noaa/stmp/tufuk/stmp/tufuk/FV3_RT/rt_304076/datm_debug_cfsr +Checking test 104 datm_debug_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-21600.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK +Test 104 datm_debug_cfsr PASS + + +REGRESSION TEST WAS SUCCESSFUL +Sat Feb 27 02:01:44 CST 2021 +Elapsed time: 01h:16m:57s. Have a nice day! From 8619809049ffc344c3dac87a045e3a10b4faea3e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 12 Mar 2021 13:05:21 +0000 Subject: [PATCH 176/271] Currently, in the support/HAFS branch on hera, compilation without specifying suites (i.e. compile all suites) in DEBUG mode does not work. Turn it off temporarily. --- tests/rt.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 0c596e9aa1..bf24c94cb1 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -106,8 +106,9 @@ RUN | fv3_ccpp_gfsv16_ugwpv1_warmstart # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) # Note: weird bug on Cheyenne, compiling without SUITES=... works fine on the login nodes, but crashes on the compute nodes; same issues on wcoss_cray and wcoss_dell_p3 -COMPILE | DEBUG=Y | - gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | -COMPILE | DEBUG=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16,FV3_GFS_v16_RRTMGP | + gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | +# Note: currently, in the support/HAFS branch on hera, compilation without specifying suites (i.e. compile all suites) in DEBUG mode does not work. Turn it off temporarily +COMPILE | DEBUG=Y | - hera.intel gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | +COMPILE | DEBUG=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16,FV3_GFS_v16_RRTMGP | + hera.intel gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | RUN | fv3_ccpp_gfs_v15p2_debug | | fv3 | RUN | fv3_ccpp_gfs_v16_debug | | fv3 | RUN | fv3_ccpp_gfs_v15p2_RRTMGP_debug | | fv3 | From 7aa9cd248cd7854db64fd0bb60c79d19eac1a2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ufuk=20Turun=C3=A7o=C4=9Flu?= Date: Fri, 12 Mar 2021 15:52:21 -0700 Subject: [PATCH 177/271] Update RegressionTests_orion.intel.log From b1b64f63856293f997c17c93d6c3d58e286688c9 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 16 Mar 2021 11:46:06 -0500 Subject: [PATCH 178/271] initial attempt to bring HAFS related RTs --- tests/default_vars.sh | 19 + tests/fv3_conf/ccpp_regional_natl_run.IN | 5 + tests/fv3_conf/cpld_datm_cdeps_era5.IN | 8 +- tests/fv3_conf/cpld_docn_cdeps_mom6.IN | 10 + tests/fv3_conf/cpld_docn_cdeps_oisst.IN | 8 +- tests/parm/ccpp_regional_c192_natl.nml.IN | 360 ++++++++++++++++++ tests/parm/datm.streams.xml.era5 | 6 +- tests/parm/model_configure.regional.IN | 23 +- tests/parm/nems.configure.cpld.hafs.IN | 127 ++++++ tests/parm/nems.configure.cpld.hafs_docn.IN | 101 +++++ tests/run_test.sh | 2 +- tests/tests/cpld_regional_natl_c192 | 74 ++++ tests/tests/cpld_regional_natl_c192_docn_mom6 | 81 ++++ .../tests/cpld_regional_natl_c192_docn_oisst | 81 ++++ tests/tests/fv3_ccpp_regional_natl_c192 | 64 ++++ 15 files changed, 948 insertions(+), 21 deletions(-) create mode 100644 tests/fv3_conf/ccpp_regional_natl_run.IN create mode 100644 tests/fv3_conf/cpld_docn_cdeps_mom6.IN create mode 100644 tests/parm/ccpp_regional_c192_natl.nml.IN create mode 100755 tests/parm/nems.configure.cpld.hafs.IN create mode 100755 tests/parm/nems.configure.cpld.hafs_docn.IN create mode 100644 tests/tests/cpld_regional_natl_c192 create mode 100644 tests/tests/cpld_regional_natl_c192_docn_mom6 create mode 100644 tests/tests/cpld_regional_natl_c192_docn_oisst create mode 100644 tests/tests/fv3_ccpp_regional_natl_c192 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index e8ba58d41d..6e30047f84 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -719,6 +719,9 @@ export TASKS=$TASKS_dflt export TPN=$TPN_dflt export atm_model="datm" + +export DATM_CONFIGURE_A="datm_in" +export DATM_CONFIGURE_B="datm.streams.xml.era5" } export_cdeps_docn () { @@ -732,10 +735,14 @@ export TPN=$TPN_dflt export ocn_model="docn" export ocn_datamode="sstdata" + +export DOCN_CONFIGURE_A="docn_in" +export DOCN_CONFIGURE_B="docn.streams.xml.IN" } export_cpl_regional () { export S2S=false +export CMEPS=true # model_configure export SYEAR='2019' @@ -765,9 +772,21 @@ export WRITE_FSYNCFLAG=.false. export NFHOUT=3 export NFHMAX_HF=-1 export NFHOUT_HF=3 +export CEN_LON=-62.0 +export CEN_LAT=25.0 +export LON1=-114.5 +export LAT1=-5.0 +export LON2=-9.5 +export LAT2=55.0 +export DLON=0.03 +export DLAT=0.03 + +# input.nml +export MERGE_IMPORT=.true. # nems.configure export med_model="nems" +export CAP_DBUG_FLAG="0" export RESTART_N=${FHMAX} export CPLMODE="hafs" export RUNTYPE="startup" diff --git a/tests/fv3_conf/ccpp_regional_natl_run.IN b/tests/fv3_conf/ccpp_regional_natl_run.IN new file mode 100644 index 0000000000..1c28b9cdce --- /dev/null +++ b/tests/fv3_conf/ccpp_regional_natl_run.IN @@ -0,0 +1,5 @@ + +rm -rf INPUT RESTART +mkdir INPUT RESTART + +rsync -arv @[RTPWD]/FV3_regional_c192_natl_input_data/. . diff --git a/tests/fv3_conf/cpld_datm_cdeps_era5.IN b/tests/fv3_conf/cpld_datm_cdeps_era5.IN index e69bd83754..5fcf726b11 100644 --- a/tests/fv3_conf/cpld_datm_cdeps_era5.IN +++ b/tests/fv3_conf/cpld_datm_cdeps_era5.IN @@ -1,10 +1,10 @@ if [ -d "input" ]; then - echo "input/ directory exists ..." + echo "datm/ directory exists ..." else - echo "input/ directory not found. Creating ..." - mkdir -p input + echo "datm/ directory not found. Creating ..." + mkdir -p datm fi -cd input +cd datm rsync -arv @[RTPWD]/DATM_ERA5_input_data/. . cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_mom6.IN b/tests/fv3_conf/cpld_docn_cdeps_mom6.IN new file mode 100644 index 0000000000..3cf283d6ab --- /dev/null +++ b/tests/fv3_conf/cpld_docn_cdeps_mom6.IN @@ -0,0 +1,10 @@ +if [ -d "input" ]; then + echo "docn/ directory exists ..." +else + echo "docn/ directory not found. Creating ..." + mkdir -p docn +fi + +cd docn +rsync -arv @[RTPWD]/DOCN_MOM6_input_data/. . +cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN index d6acbaef2e..de7a50b63f 100644 --- a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN +++ b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN @@ -1,10 +1,10 @@ if [ -d "input" ]; then - echo "input/ directory exists ..." + echo "docn/ directory exists ..." else - echo "input/ directory not found. Creating ..." - mkdir -p input + echo "docn/ directory not found. Creating ..." + mkdir -p docn fi -cd input +cd docn rsync -arv @[RTPWD]/DOCN_OISST_input_data/. . cd - diff --git a/tests/parm/ccpp_regional_c192_natl.nml.IN b/tests/parm/ccpp_regional_c192_natl.nml.IN new file mode 100644 index 0000000000..1c3df26910 --- /dev/null +++ b/tests/parm/ccpp_regional_c192_natl.nml.IN @@ -0,0 +1,360 @@ + &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 = 60 + chksum_debug = .false. + dycore_only = .false. + fdiag = 3 + avg_max_length = 3600. + fhmax = 24 + fhout = 3 + fhmaxhf = 0 + fhouthf = 3 + ccpp_suite = '@[CCPP_SUITE]' + merge_import = @[MERGE_IMPORT] +/ + +&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 = 12000000, + print_memory_usage = .false. +/ + + &fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + + &fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = 721 + npy = 301 + ntiles = 1 + npz = 91 + !grid_type = -1 + make_nh = .F. + fv_debug = .F. + range_warn = .T. + reset_eta = .F. + n_sponge = 24 + nudge_qv = .F. + nudge_dz = .F. + tau = 5. + rf_cutoff = 50.e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.15 + 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 = 1 + d_ext = 0.0 + dnats = 1 + fv_sg_adj = 300 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.15 + vtdm4 = 0.04 + delt_max = 0.008 + ke_bg = 0. + do_vort_damp = .T. + external_ic = .T. + external_eta = .T. + gfs_phil = .false. + nggps_ic = .T. + mountain = .F. + 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. + do_sat_adj = .T. + consv_am = .F. + fill = .T. + dwind_2d = .F. + print_freq = 3 + warm_start = .F. + no_dycore = .false. + z_tracer = .T. + agrid_vel_rst = .true. + read_increment = .F. + res_latlon_dynamics = "fv3_increment.nc" + write_3d_diags = .true. + + do_schmidt = .true. + target_lat = 22.0 + target_lon = -62.0 + stretch_fac = 1.0001 + regional = .true. + bc_update_interval = 3 + nrows_blend = 10 + + full_zs_filter = .F. !unreleased feature + n_zs_filter = 0 ! safety + nord_zs_filter = 4 +/ + + &surf_map_nml + zero_ocean = .F. + cd4 = 0.15 + cd2 = -1 + n_del2_strong = 0 + n_del2_weak = 15 + n_del4 = 2 + max_slope = 0.4 + peak_fac = 1. +/ + + &external_ic_nml + filtered_terrain = .true. + levp = 92 + gfs_dwinds = .true. + checker_tr = .F. + nt_checker = 0 +/ + + &gfs_physics_nml + fhzero = 3. + ldiag3d = .false. + lradar = .true. + avg_max_length = 3600. + h2o_phys = .true. + fhcyc = 24. + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 1800. + fhlwr = 1800. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .false. + shal_cnv = .true. !Shallow convection + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + hurr_pbl = .T. ! HWRF moninedmf + moninq_fac = -1.0 ! HWRF_moninedmf + satmedmf = .false. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 0.88, 0.04 + sfc_z0_type = 6 + 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 = .F. + oz_phys_2015 = .T. + nst_anl = .true. + nstf_name = @[NSTF_NAME] + cplflx = @[CPLFLX] + cplwav = .false. + cplwav2atm = .false. + psautco = 0.0008, 0.0005 + prautco = 0.00015, 0.00015 + iau_delthrs = 6 + iaufhrs = 30 + iau_inc_files = '' + iau_drymassfixer = .false. + do_deep = .true. + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .F. + do_shum = .F. + do_skeb = .F. + lndp_type = 0 + n_var_lndp = 0 + do_ca = .false. + ca_sgs = .false. + nca = 1 + ncells = 5 + nlives = 30 + nseed = 1000000 + nfracseed = 0.5 + nthresh = 0. + ca_trigger = .true. + ca_entr = .false. + ca_closure = .false. + ca_global = .false. + nca_g = 1 + ncells_g = 1 + nlives_g = 100 + nseed_g = 100 + ca_smooth = .false. + nspinup = 100 + iseed_ca = 1 + nsmooth = 1 + ca_amplitude = 0.5 +/ + + &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. +/ + + &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" + !FNZORC = "global_zorclim.1x1.grb", + FNALBC = "global_snowfree_albedo.bosu.t1534.3072.1536.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.t1534.3072.1536.rg.grb", + FNSOTC = "global_soiltype.statsgo.t1534.3072.1536.rg.grb", + FNSMCC = "global_soilmgldas.t1534.3072.1536.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.t1534.3072.1536.rg.grb", + LDEBUG =.true., + 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/tests/parm/datm.streams.xml.era5 b/tests/parm/datm.streams.xml.era5 index 2988b289d5..977d612abc 100755 --- a/tests/parm/datm.streams.xml.era5 +++ b/tests/parm/datm.streams.xml.era5 @@ -11,11 +11,11 @@ 2019 1900 u:v - input/TL639_200618_ESMFmesh.nc + @[atm_mesh] null - input/ERA5.TL639.2019.08.200618_subset.nc - input/ERA5.TL639.2019.09.200618_subset.nc + @[atm_data1] + @[atm_data2] u10 Sa_u diff --git a/tests/parm/model_configure.regional.IN b/tests/parm/model_configure.regional.IN index dbefda18cc..85f51d31df 100755 --- a/tests/parm/model_configure.regional.IN +++ b/tests/parm/model_configure.regional.IN @@ -1,5 +1,5 @@ total_member: @[ENS_NUM] -print_esmf: .true. +print_esmf: .false. PE_MEMBER01: @[TASKS] start_year: @[SYEAR] start_month: @[SMONTH] @@ -31,20 +31,25 @@ num_files: @[NUM_FILES] filename_base: @[FILENAME_BASE] output_grid: @[OUTPUT_GRID] output_file: @[OUTPUT_FILE] +ichunk2d: -1 +jchunk2d: -1 +ichunk3d: -1 +jchunk3d: -1 +kchunk3d: -1 ideflate: @[IDEFLATE] nbits: @[NBITS] write_nemsioflip: @[WRITE_NEMSIOFLIP] write_fsyncflag: @[WRITE_FSYNCFLAG] app_domain: 'regional' -cen_lon: -62.0 # central longitude -cen_lat: 25.0 # central latitude -lon1: -114.5 # longitude of lower-left -lat1: -5.0 # latitude of lower-left -lon2: -9.5 # longitude of upper-right -lat2: 55.0 # latitude of upper-right -dlon: 0.03 -dlat: 0.03 +cen_lon: @[CEN_LON] # central longitude +cen_lat: @[CEN_LAT] # central latitude +lon1: @[LON1] # longitude of lower-left +lat1: @[LAT1] # latitude of lower-left +lon2: @[LON2] # longitude of upper-right +lat2: @[LAT2] # latitude of upper-right +dlon: @[DLON] +dlat: @[DLAT] nfhout: @[NFHOUT] nfhmax_hf: @[NFHMAX_HF] diff --git a/tests/parm/nems.configure.cpld.hafs.IN b/tests/parm/nems.configure.cpld.hafs.IN new file mode 100755 index 0000000000..b6935e3397 --- /dev/null +++ b/tests/parm/nems.configure.cpld.hafs.IN @@ -0,0 +1,127 @@ +############################################## +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 1 + Diagnostic = 0 +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 1 + Diagnostic = 0 + cdf_impexp_freq = 3 + cpl_hour = 0 + cpl_min = 0 + cpl_sec = @[coupling_interval_sec] + base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR] + merge_import = .true. + skip_first_import = .true. + hycom_arche_output = .false. + hyc_esmf_exp_output = .true. + hyc_esmf_imp_output = .true. + hyc_impexp_file = nems.configure + espc_show_impexp_minmax = .true. + ocean_start_dtg = @[OCEAN_START_DTG] + start_hour = 0 + start_min = 0 + start_sec = 0 + end_hour = @[FHMAX] + end_min = 0 + end_sec = 0 +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + OCN -> MED :remapMethod=redist + MED med_phases_post_ocn + MED med_phases_prep_atm + MED med_phases_prep_ocn_accum + MED med_phases_prep_ocn_avg + MED -> ATM :remapMethod=redist + MED -> OCN :remapMethod=redist + ATM + OCN +@ +:: + +# Other Attributes # +DRIVER_attributes:: + start_type = @[RUNTYPE] +:: + +MED_attributes:: + Verbosity = 1 + Diagnostic = 0 + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] + system_type = ufs + normalization = none + merge_type = copy + ScalarFieldCount = 0 + ScalarFieldIdxGridNX = 0 + ScalarFieldIdxGridNY = 0 + ScalarFieldName = cpl_scalars +:: + +ALLCOMP_attributes:: + mediator_read_restart = @[USE_COLDSTART] +:: + +ATM_modelio:: + diro = . + logfile = @[atm_model].log +:: + +OCN_modelio:: + diro = . + logfile = @[ocn_model].log +:: + +MED_modelio:: + diro = . + logfile = @[med_model].log +:: + +ocn_export_fields:: + 'sst' 'sea_surface_temperature' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'mask' 'So_omask' '1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' +:: + +ocn_import_fields:: + 'u10' 'inst_zonal_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'v10' 'inst_merid_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'airtmp' 'inst_temp_height2m' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'airhum' 'inst_spec_humid_height2m' 'kg_kg-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'prcp' 'mean_prec_rate' 'kg_m-2_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'swflxd' 'mean_net_sw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'lwflxd' 'mean_net_lw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'mslprs' 'inst_pres_height_surface' 'Pa' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'gt' 'inst_temp_height_surface' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' +:: diff --git a/tests/parm/nems.configure.cpld.hafs_docn.IN b/tests/parm/nems.configure.cpld.hafs_docn.IN new file mode 100755 index 0000000000..77802d11ea --- /dev/null +++ b/tests/parm/nems.configure.cpld.hafs_docn.IN @@ -0,0 +1,101 @@ +############################################## +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = 1 + Diagnostic = 0 +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = low + mesh_ocn = @[ocn_mesh] +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + MED med_phases_prep_atm + MED -> ATM :remapMethod=redist + ATM + OCN + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + OCN -> MED :remapMethod=redist + MED med_phases_post_ocn + MED med_phases_restart_write + MED med_phases_history_write +@ +:: + +# Other Attributes # +DRIVER_attributes:: + mediator_read_restart = @[USE_COLDSTART] +:: + +MED_attributes:: + Verbosity = 1 + Diagnostic = 0 + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + system_type = ufs + normalization = none + merge_type = copy + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] +:: + +ALLCOMP_attributes:: + ScalarFieldCount = 3 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 + ScalarFieldName = cpl_scalars + start_type = @[RUNTYPE] + case_name = ufs.hafs + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = @[CAP_DBUG_FLAG] + use_coldstart = @[USE_COLDSTART] + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 +:: + +ATM_modelio:: + diro = . + logfile = @[atm_model].log +:: + +OCN_modelio:: + diro = . + logfile = @[ocn_model].log +:: + +MED_modelio:: + diro = . + logfile = @[med_model].log +:: diff --git a/tests/run_test.sh b/tests/run_test.sh index 585f4349da..9263de756e 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -121,7 +121,7 @@ fi source ./fv3_run # CMEPS -if [[ $DATM = 'true' ]] || [[ $CDEPS_DATM = 'true' ]] || [[ $CDEPS_DOCN = 'true' ]] || [[ $S2S = 'true' ]]; then +if [[ $DATM = 'true' ]] || [[ $CDEPS_DATM = 'true' ]] || [[ $CDEPS_DOCN = 'true' ]] || [[ $S2S = 'true' ]] || [[ $CMEPS = 'true' ]]; then cp ${PATHRT}/parm/fd_nems.yaml fd_nems.yaml fi diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 new file mode 100644 index 0000000000..b0717f0554 --- /dev/null +++ b/tests/tests/cpld_regional_natl_c192 @@ -0,0 +1,74 @@ +############################################################################### +# +# FV3 CCPP regional c192 test for North Atlantic domain +# +############################################################################### + +export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with HYCOM" + +export CNTL_DIR=cpld_regional_natl_c192 + +export LIST_FILES=" dynf000.nc \ + dynf003.nc \ + dynf006.nc \ + dynf009.nc \ + dynf012.nc \ + dynf015.nc \ + dynf018.nc \ + dynf021.nc \ + dynf024.nc \ + phyf000.nc \ + phyf003.nc \ + phyf006.nc \ + phyf009.nc \ + phyf012.nc \ + phyf015.nc \ + phyf018.nc \ + phyf021.nc \ + phyf024.nc " + +export_fv3 +export_cpl_regional + +export TASKS=1340 +export WLCLK=30 +export THRD=2 +export CEN_LON=-62.0 +export CEN_LAT=22.0 +export LON1=-116.90 +export LAT1=-14.45 +export LON2=-7.10 +export LAT2=58.45 +export DLON=0.03 +export DLAT=0.03 +export DT_ATMOS=90 +export IDEFLATE=1 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export OUTPUT_GRID='regional_latlon' +export SDAY=29 +export SHOUR=00 +export SMONTH=08 +export SYEAR=2019 +export WRTTASK_PER_GROUP=80 +export CPLFLX=.true. +export MERGE_IMPORT=.true. +export NSTF_NAME=0,0,0,0,0 +export CDEPS_DOCN=false +export OCEAN_START_DTG=43340.00000 +export INPES=40 +export JNPES=30 + +export atm_model="fv3" +export ocn_model="hycom" +export atm_petlist_bounds="0 1279" +export ocn_petlist_bounds="1280 1339" +export med_petlist_bounds="1280 1339" +export coupling_interval_sec=360 + +export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst +export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export MODEL_CONFIGURE=model_configure.regional.IN +export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" +export FV3_RUN="ccpp_regional_natl_run.IN hycom_hat10_run.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 new file mode 100644 index 0000000000..57ad665119 --- /dev/null +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -0,0 +1,81 @@ +############################################################################### +# +# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with regional data ocean (MOM6) +# +############################################################################### + +export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with regional data ocean (MOM6)" + +export CNTL_DIR=cpld_regional_natl_c192_docn_mom6 + +export LIST_FILES=" dynf000.nc \ + dynf003.nc \ + dynf006.nc \ + dynf009.nc \ + dynf012.nc \ + dynf015.nc \ + dynf018.nc \ + dynf021.nc \ + dynf024.nc \ + phyf000.nc \ + phyf003.nc \ + phyf006.nc \ + phyf009.nc \ + phyf012.nc \ + phyf015.nc \ + phyf018.nc \ + phyf021.nc \ + phyf024.nc " + +export_fv3 +export_cpl_regional +export_cdeps_docn + +export TASKS=1340 +export WLCLK=30 +export THRD=2 +export CEN_LON=-62.0 +export CEN_LAT=22.0 +export LON1=-116.90 +export LAT1=-14.45 +export LON2=-7.10 +export LAT2=58.45 +export DLON=0.03 +export DLAT=0.03 +export DT_ATMOS=90 +export IDEFLATE=1 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export OUTPUT_GRID='regional_latlon' +export SDAY=29 +export SHOUR=00 +export SMONTH=08 +export SYEAR=2019 +export WRTTASK_PER_GROUP=80 +export CPLFLX=.true. +export MERGE_IMPORT=.true. +export NSTF_NAME=0,0,0,0,0 +export CDEPS_DOCN=true +export INPES=40 +export JNPES=30 + +export atm_model="fv3" +export ocn_model="docn" +export atm_petlist_bounds="0 1279" +export ocn_petlist_bounds="1280 1339" +export med_petlist_bounds="1280 1339" +export coupling_interval_sec=360 + +export ocn_mesh="docn/hat10_210129_ESMFmesh_py.nc" +export ocn_data="docn/hycom_201908_surf_nolev.nc" +export ocn_data_var="temp" +export ocn_nx_global=1135 +export ocn_ny_global=633 + +export FV3_RUN=ccpp_regional_natl_run.IN +export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst +export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export MODEL_CONFIGURE=model_configure.regional.IN +export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" +export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_mom6.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst new file mode 100644 index 0000000000..073b0992b1 --- /dev/null +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -0,0 +1,81 @@ +############################################################################### +# +# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with regional data ocean (OISST) +# +############################################################################### + +export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with regional data ocean (OISST)" + +export CNTL_DIR=cpld_regional_natl_c192_docn_oisst + +export LIST_FILES=" dynf000.nc \ + dynf003.nc \ + dynf006.nc \ + dynf009.nc \ + dynf012.nc \ + dynf015.nc \ + dynf018.nc \ + dynf021.nc \ + dynf024.nc \ + phyf000.nc \ + phyf003.nc \ + phyf006.nc \ + phyf009.nc \ + phyf012.nc \ + phyf015.nc \ + phyf018.nc \ + phyf021.nc \ + phyf024.nc " + +export_fv3 +export_cpl_regional +export_cdeps_docn + +export TASKS=1340 +export WLCLK=30 +export THRD=2 +export CEN_LON=-62.0 +export CEN_LAT=22.0 +export LON1=-116.90 +export LAT1=-14.45 +export LON2=-7.10 +export LAT2=58.45 +export DLON=0.03 +export DLAT=0.03 +export DT_ATMOS=90 +export IDEFLATE=1 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export OUTPUT_GRID='regional_latlon' +export SDAY=29 +export SHOUR=00 +export SMONTH=08 +export SYEAR=2019 +export WRTTASK_PER_GROUP=80 +export CPLFLX=.true. +export MERGE_IMPORT=.true. +export NSTF_NAME=0,0,0,0,0 +export CDEPS_DOCN=true +export INPES=40 +export JNPES=30 + +export atm_model="fv3" +export ocn_model="docn" +export atm_petlist_bounds="0 1279" +export ocn_petlist_bounds="1280 1339" +export med_petlist_bounds="1280 1339" +export coupling_interval_sec=360 + +export ocn_mesh="docn/TX025_201215_ESMFmesh_direct.nc" +export ocn_data="docn/sst.day.mean.2019.nc" +export ocn_data_var="sst" +export ocn_nx_global=1440 +export ocn_ny_global=720 + +export FV3_RUN=ccpp_regional_natl_run.IN +export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst +export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export MODEL_CONFIGURE=model_configure.regional.IN +export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" +export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/fv3_ccpp_regional_natl_c192 b/tests/tests/fv3_ccpp_regional_natl_c192 new file mode 100644 index 0000000000..d12af7b89d --- /dev/null +++ b/tests/tests/fv3_ccpp_regional_natl_c192 @@ -0,0 +1,64 @@ +############################################################################### +# +# FV3 CCPP regional c192 test for North Atlantic domain +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP regional c192 results for North Atlantic domain with previous trunk version" + +export CNTL_DIR=fv3_regional_natl_c192 + +export LIST_FILES=" dynf000.nc \ + dynf003.nc \ + dynf006.nc \ + dynf009.nc \ + dynf012.nc \ + dynf015.nc \ + dynf018.nc \ + dynf021.nc \ + dynf024.nc \ + phyf000.nc \ + phyf003.nc \ + phyf006.nc \ + phyf009.nc \ + phyf012.nc \ + phyf015.nc \ + phyf018.nc \ + phyf021.nc \ + phyf024.nc " + +export_fv3 + +export TASKS=1280 +export WLCLK=30 +export THRD=2 +export CEN_LON=-62.0 +export CEN_LAT=22.0 +export LON1=-116.90 +export LAT1=-14.45 +export LON2=-7.10 +export LAT2=58.45 +export DLON=0.03 +export DLAT=0.03 +export DT_ATMOS=90 +export IDEFLATE=1 +export NFHMAX_HF=-1 +export NFHOUT_HF=3 +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export OUTPUT_GRID='regional_latlon' +export SDAY=29 +export SHOUR=00 +export SMONTH=08 +export SYEAR=2019 +export WRTTASK_PER_GROUP=80 +export CPLFLX=.false. +export MERGE_IMPORT=.false. +export NSTF_NAME=2,0,0,0,0 +export INPES=40 +export JNPES=30 +export CMEPS=false + +export CCPP_SUITE=HAFS_v0_gfdlmp +export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export MODEL_CONFIGURE=model_configure.regional.IN +export FV3_RUN=ccpp_regional_natl_run.IN From 544f15c926a83f4e489d7d7d916fa381a0c775f1 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 16 Mar 2021 11:51:20 -0500 Subject: [PATCH 179/271] add missing files --- tests/parm/nems.configure.cpld.hafs_datm.IN | 128 ++++++++++++++++++++ tests/parm/nems.configure.datm_ocn_cdeps.IN | 109 ----------------- tests/tests/datm_era5_docn_oisst | 62 ++++++++++ tests/tests/datm_era5_hycom | 58 +++++++++ 4 files changed, 248 insertions(+), 109 deletions(-) create mode 100755 tests/parm/nems.configure.cpld.hafs_datm.IN delete mode 100755 tests/parm/nems.configure.datm_ocn_cdeps.IN create mode 100644 tests/tests/datm_era5_docn_oisst create mode 100644 tests/tests/datm_era5_hycom diff --git a/tests/parm/nems.configure.cpld.hafs_datm.IN b/tests/parm/nems.configure.cpld.hafs_datm.IN new file mode 100755 index 0000000000..0b47b71f30 --- /dev/null +++ b/tests/parm/nems.configure.cpld.hafs_datm.IN @@ -0,0 +1,128 @@ +############################################## +##### NEMS Run-Time Configuration File ##### +############################################## + +# EARTH # +EARTH_component_list: MED ATM OCN +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_attributes:: + Verbosity = low + mesh_atm = @[atm_mesh] +:: + +# OCN # +OCN_model: @[ocn_model] +OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_attributes:: + Verbosity = 1 + Diagnostic = 0 + cdf_impexp_freq = 3 + cpl_hour = 0 + cpl_min = 0 + cpl_sec = @[coupling_interval_sec] + base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR] + merge_import = .true. + skip_first_import = .true. + hycom_arche_output = .false. + hyc_esmf_exp_output = .true. + hyc_esmf_imp_output = .true. + hyc_impexp_file = nems.configure + espc_show_impexp_minmax = .true. + ocean_start_dtg = @[OCEAN_START_DTG] + start_hour = 0 + start_min = 0 + start_sec = 0 + end_hour = @[FHMAX] + end_min = 0 + end_sec = 0 +:: + +# Run Sequence # +runSeq:: +@@[coupling_interval_sec] + MED med_phases_prep_ocn_avg + MED -> OCN :remapMethod=redist + OCN + ATM + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + MED med_phases_aofluxes_run + MED med_phases_prep_ocn_accum + OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true + MED med_phases_post_ocn + MED med_phases_history_write + MED med_phases_restart_write +@ +:: + +# Other Attributes # +DRIVER_attributes:: + mediator_read_restart = @[USE_COLDSTART] +:: + +MED_attributes:: + Verbosity = 1 + Diagnostic = 0 + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] + system_type = ufs + normalization = none + merge_type = copy + ScalarFieldCount = 0 + ScalarFieldIdxGridNX = 0 + ScalarFieldIdxGridNY = 0 + ScalarFieldName = cpl_scalars +:: + +ALLCOMP_attributes:: + mediator_read_restart = @[USE_COLDSTART] +:: + +ATM_modelio:: + diro = . + logfile = @[atm_model].log +:: + +OCN_modelio:: + diro = . + logfile = @[ocn_model].log +:: + +MED_modelio:: + diro = . + logfile = @[med_model].log +:: + +ocn_export_fields:: + 'sst' 'sea_surface_temperature' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'mask' 'So_omask' '1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' +:: + +ocn_import_fields:: + 'u10' 'inst_zonal_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'v10' 'inst_merid_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'airtmp' 'inst_temp_height2m' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'airhum' 'inst_spec_humid_height2m' 'kg_kg-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'prcp' 'mean_prec_rate' 'kg_m-2_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'swflxd' 'mean_net_sw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'lwflxd' 'mean_net_lw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'mslprs' 'inst_pres_height_surface' 'Pa' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'gt' 'inst_temp_height_surface' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' +:: diff --git a/tests/parm/nems.configure.datm_ocn_cdeps.IN b/tests/parm/nems.configure.datm_ocn_cdeps.IN deleted file mode 100755 index 128da26a04..0000000000 --- a/tests/parm/nems.configure.datm_ocn_cdeps.IN +++ /dev/null @@ -1,109 +0,0 @@ -############################################## -##### NEMS Run-Time Configuration File ##### -############################################## - -# EARTH # -EARTH_component_list: MED ATM OCN -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_attributes:: - Verbosity = low - mesh_atm = @[atm_mesh] -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_attributes:: - Verbosity = 1 - Diagnostic = 0 - cdf_impexp_freq = 3 - cpl_hour = 0 - cpl_min = 0 - cpl_sec = @[coupling_interval_sec] - base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR] - merge_import = .true. - skip_first_import = .true. - hycom_arche_output = .true. - hyc_esmf_exp_output = .true. - hyc_esmf_imp_output = .true. - hyc_impexp_file = dummy_file - espc_show_impexp_minmax = .true. - ocean_start_dtg = 43340.00000 - start_hour = 0 - start_min = 0 - start_sec = 0 - end_hour = @[FHMAX] - end_min = 0 - end_sec = 0 -:: - -# Run Sequence # -runSeq:: -@@[coupling_interval_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - ATM - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - MED med_phases_aofluxes_run - MED med_phases_prep_ocn_accum - OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true - MED med_phases_post_ocn - MED med_phases_history_write - MED med_phases_restart_write -@ -:: - -# Other Attributes # -DRIVER_attributes:: - mediator_read_restart = @[USE_COLDSTART] -:: - -MED_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - history_n = 1 - history_option = nhours - history_ymd = -999 - coupling_mode = @[CPLMODE] -:: - -ALLCOMP_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 - ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - dbug_flag = 0 - use_coldstart = true - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: - -ATM_modelio:: - diro = . - logfile = @[atm_model].log -:: diff --git a/tests/tests/datm_era5_docn_oisst b/tests/tests/datm_era5_docn_oisst new file mode 100644 index 0000000000..3bd2d80222 --- /dev/null +++ b/tests/tests/datm_era5_docn_oisst @@ -0,0 +1,62 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with data ocean" + +export CNTL_DIR="datm_docn_cmeps" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-29-07200.nc \ + ufs.hafs.cpl.hi.2019-08-29-10800.nc \ + ufs.hafs.cpl.hi.2019-08-29-14400.nc \ + ufs.hafs.cpl.hi.2019-08-29-18000.nc \ + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.hi.2019-08-29-25200.nc \ + ufs.hafs.cpl.hi.2019-08-29-28800.nc \ + ufs.hafs.cpl.hi.2019-08-29-32400.nc \ + ufs.hafs.cpl.hi.2019-08-29-36000.nc \ + ufs.hafs.cpl.hi.2019-08-29-39600.nc \ + ufs.hafs.cpl.hi.2019-08-29-43200.nc \ + ufs.hafs.cpl.hi.2019-08-29-46800.nc \ + ufs.hafs.cpl.hi.2019-08-29-50400.nc \ + ufs.hafs.cpl.hi.2019-08-29-54000.nc \ + ufs.hafs.cpl.hi.2019-08-29-57600.nc \ + ufs.hafs.cpl.hi.2019-08-29-61200.nc \ + ufs.hafs.cpl.hi.2019-08-29-64800.nc \ + ufs.hafs.cpl.hi.2019-08-29-68400.nc \ + ufs.hafs.cpl.hi.2019-08-29-72000.nc \ + ufs.hafs.cpl.hi.2019-08-29-75600.nc \ + ufs.hafs.cpl.hi.2019-08-29-79200.nc \ + ufs.hafs.cpl.hi.2019-08-29-82800.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc" + +export_cdeps_datm +export_cdeps_docn +export_cpl_regional +export TASKS=240 + +export med_petlist_bounds="0 119" +export atm_petlist_bounds="0 119" +export ocn_petlist_bounds="120 239" +export coupling_interval_sec=360 + +export atm_datamode="ERA5" +export atm_mesh="datm/TL639_200618_ESMFmesh.nc" +export atm_data1="datm/ERA5.TL639.2019.08.200618_subset.nc" +export atm_data2="datm/ERA5.TL639.2019.09.200618_subset.nc" +export atm_nx_global=1440 +export atm_ny_global=721 + +export ocn_mesh="docn/TX025_201215_ESMFmesh_direct.nc" +export ocn_data="docn/sst.day.mean.2019.nc" +export ocn_data_var="sst" +export ocn_nx_global=1440 +export ocn_ny_global=720 + +export MODEL_CONFIGURE="model_configure.regional.IN" +export NEMS_CONFIGURE="nems.configure.datm_docn_cdeps.IN" +export FV3_RUN="cpld_datm_cdeps_era5.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/datm_era5_hycom b/tests/tests/datm_era5_hycom new file mode 100644 index 0000000000..522aa74c49 --- /dev/null +++ b/tests/tests/datm_era5_hycom @@ -0,0 +1,58 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with regional HYCOM" + +export CNTL_DIR="datm_era5_hycom" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ + ufs.hafs.cpl.hi.2019-08-29-07200.nc \ + ufs.hafs.cpl.hi.2019-08-29-10800.nc \ + ufs.hafs.cpl.hi.2019-08-29-14400.nc \ + ufs.hafs.cpl.hi.2019-08-29-18000.nc \ + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.hi.2019-08-29-25200.nc \ + ufs.hafs.cpl.hi.2019-08-29-28800.nc \ + ufs.hafs.cpl.hi.2019-08-29-32400.nc \ + ufs.hafs.cpl.hi.2019-08-29-36000.nc \ + ufs.hafs.cpl.hi.2019-08-29-39600.nc \ + ufs.hafs.cpl.hi.2019-08-29-43200.nc \ + ufs.hafs.cpl.hi.2019-08-29-46800.nc \ + ufs.hafs.cpl.hi.2019-08-29-50400.nc \ + ufs.hafs.cpl.hi.2019-08-29-54000.nc \ + ufs.hafs.cpl.hi.2019-08-29-57600.nc \ + ufs.hafs.cpl.hi.2019-08-29-61200.nc \ + ufs.hafs.cpl.hi.2019-08-29-64800.nc \ + ufs.hafs.cpl.hi.2019-08-29-68400.nc \ + ufs.hafs.cpl.hi.2019-08-29-72000.nc \ + ufs.hafs.cpl.hi.2019-08-29-75600.nc \ + ufs.hafs.cpl.hi.2019-08-29-79200.nc \ + ufs.hafs.cpl.hi.2019-08-29-82800.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc" + +export_cdeps_datm +export_cpl_regional +export TASKS=240 +export CDEPS_DOCN=false +export OCEAN_START_DTG=43340.00000 + +export ocn_model="hycom" +export med_petlist_bounds="0 119" +export atm_petlist_bounds="0 119" +export ocn_petlist_bounds="120 239" +export coupling_interval_sec=360 + +export atm_datamode="ERA5" +export atm_mesh="datm/TL639_200618_ESMFmesh.nc" +export atm_data1="datm/ERA5.TL639.2019.08.200618_subset.nc" +export atm_data2="datm/ERA5.TL639.2019.09.200618_subset.nc" +export atm_nx_global=1440 +export atm_ny_global=721 + +export MODEL_CONFIGURE="model_configure.regional.IN" +export NEMS_CONFIGURE="nems.configure.cpld.hafs_datm.IN" +export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" From d2b9c43133baa7a846de3853f11a041d397e545b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 16 Mar 2021 11:52:10 -0500 Subject: [PATCH 180/271] delete remaining files --- tests/tests/datm_docn_cdeps | 64 ------------------------------------ tests/tests/datm_hycom_cdeps | 57 -------------------------------- 2 files changed, 121 deletions(-) delete mode 100644 tests/tests/datm_docn_cdeps delete mode 100644 tests/tests/datm_hycom_cdeps diff --git a/tests/tests/datm_docn_cdeps b/tests/tests/datm_docn_cdeps deleted file mode 100644 index 14efa2473e..0000000000 --- a/tests/tests/datm_docn_cdeps +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with data ocean" - -export CNTL_DIR="datm_docn_cmeps" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-29-07200.nc \ - ufs.hafs.cpl.hi.2019-08-29-10800.nc \ - ufs.hafs.cpl.hi.2019-08-29-14400.nc \ - ufs.hafs.cpl.hi.2019-08-29-18000.nc \ - ufs.hafs.cpl.hi.2019-08-29-21600.nc \ - ufs.hafs.cpl.hi.2019-08-29-25200.nc \ - ufs.hafs.cpl.hi.2019-08-29-28800.nc \ - ufs.hafs.cpl.hi.2019-08-29-32400.nc \ - ufs.hafs.cpl.hi.2019-08-29-36000.nc \ - ufs.hafs.cpl.hi.2019-08-29-39600.nc \ - ufs.hafs.cpl.hi.2019-08-29-43200.nc \ - ufs.hafs.cpl.hi.2019-08-29-46800.nc \ - ufs.hafs.cpl.hi.2019-08-29-50400.nc \ - ufs.hafs.cpl.hi.2019-08-29-54000.nc \ - ufs.hafs.cpl.hi.2019-08-29-57600.nc \ - ufs.hafs.cpl.hi.2019-08-29-61200.nc \ - ufs.hafs.cpl.hi.2019-08-29-64800.nc \ - ufs.hafs.cpl.hi.2019-08-29-68400.nc \ - ufs.hafs.cpl.hi.2019-08-29-72000.nc \ - ufs.hafs.cpl.hi.2019-08-29-75600.nc \ - ufs.hafs.cpl.hi.2019-08-29-79200.nc \ - ufs.hafs.cpl.hi.2019-08-29-82800.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc" - -export_cdeps_datm -export_cdeps_docn -export_cpl_regional -export TASKS=240 - -export med_petlist_bounds="0 119" -export atm_petlist_bounds="0 119" -export ocn_petlist_bounds="120 239" -export coupling_interval_sec=360 - -export atm_datamode="ERA5" -export atm_mesh="input/TL639_200618_ESMFmesh.nc" -export atm_nx_global=1440 -export atm_ny_global=721 - -export ocn_mesh="input/TX025_201215_ESMFmesh_direct.nc" -export ocn_data="input/sst.day.mean.2019.nc" -export ocn_data_var="sst" -export ocn_nx_global=1440 -export ocn_ny_global=720 - -export MODEL_CONFIGURE="model_configure.regional.IN" -export NEMS_CONFIGURE="nems.configure.datm_docn_cdeps.IN" -export DATM_CONFIGURE_A="datm_in" -export DATM_CONFIGURE_B="datm.streams.xml.era5" -export DOCN_CONFIGURE_A="docn_in" -export DOCN_CONFIGURE_B="docn.streams.xml.IN" -export FV3_RUN="cpld_datm_cdeps_era5.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/datm_hycom_cdeps b/tests/tests/datm_hycom_cdeps deleted file mode 100644 index 0854dbb1e2..0000000000 --- a/tests/tests/datm_hycom_cdeps +++ /dev/null @@ -1,57 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with regional HYCOM" - -export CNTL_DIR="datm_hycom_cmeps" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-29-07200.nc \ - ufs.hafs.cpl.hi.2019-08-29-10800.nc \ - ufs.hafs.cpl.hi.2019-08-29-14400.nc \ - ufs.hafs.cpl.hi.2019-08-29-18000.nc \ - ufs.hafs.cpl.hi.2019-08-29-21600.nc \ - ufs.hafs.cpl.hi.2019-08-29-25200.nc \ - ufs.hafs.cpl.hi.2019-08-29-28800.nc \ - ufs.hafs.cpl.hi.2019-08-29-32400.nc \ - ufs.hafs.cpl.hi.2019-08-29-36000.nc \ - ufs.hafs.cpl.hi.2019-08-29-39600.nc \ - ufs.hafs.cpl.hi.2019-08-29-43200.nc \ - ufs.hafs.cpl.hi.2019-08-29-46800.nc \ - ufs.hafs.cpl.hi.2019-08-29-50400.nc \ - ufs.hafs.cpl.hi.2019-08-29-54000.nc \ - ufs.hafs.cpl.hi.2019-08-29-57600.nc \ - ufs.hafs.cpl.hi.2019-08-29-61200.nc \ - ufs.hafs.cpl.hi.2019-08-29-64800.nc \ - ufs.hafs.cpl.hi.2019-08-29-68400.nc \ - ufs.hafs.cpl.hi.2019-08-29-72000.nc \ - ufs.hafs.cpl.hi.2019-08-29-75600.nc \ - ufs.hafs.cpl.hi.2019-08-29-79200.nc \ - ufs.hafs.cpl.hi.2019-08-29-82800.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc" - -export_cdeps_datm -export_cpl_regional -export TASKS=240 -export CDEPS_DOCN=false - -export ocn_model="hycom" -export med_petlist_bounds="0 119" -export atm_petlist_bounds="0 119" -export ocn_petlist_bounds="120 239" -export coupling_interval_sec=360 - -export atm_datamode="ERA5" -export atm_mesh="input/TL639_200618_ESMFmesh.nc" -export atm_nx_global=1440 -export atm_ny_global=721 - -export MODEL_CONFIGURE="model_configure.regional.IN" -export NEMS_CONFIGURE="nems.configure.datm_ocn_cdeps.IN" -export DATM_CONFIGURE_A="datm_in" -export DATM_CONFIGURE_B="datm.streams.xml.era5" -export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" From 1d673e1f29625d0ffdd520718c5f80f76f08d560 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 16 Mar 2021 15:49:02 -0500 Subject: [PATCH 181/271] minor fix for nemsio --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d227a53a5e..af44856e31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ if(INLINE_POST) endif() # See https://github.com/NOAA-EMC/NCEPLIBS-nemsio/pull/22 -target_link_libraries(nemsio::nemsio INTERFACE w3emc::w3emc_d bacio::bacio_4) +target_link_libraries(nemsio::nemsio INTERFACE w3nco::w3nco_d w3emc::w3emc_d bacio::bacio_4) # Configure Python find_package(Python 3 REQUIRED COMPONENTS Interpreter) @@ -189,9 +189,9 @@ target_include_directories(fms PUBLIC $ $ $) -target_include_directories(fms INTERFACE - $ - $) +target_include_directories(fms INTERFACE + $ + $) target_link_libraries(fms PUBLIC MPI::MPI_Fortran NetCDF::NetCDF_Fortran) if(OpenMP_Fortran_FOUND) @@ -408,7 +408,7 @@ endif() target_compile_definitions(ufs_model PRIVATE "${_ufs_model_defs_private}") -if(DATM OR CDEPS) +if(DATM OR CMEPS OR CDEPS) target_link_libraries(ufs_model PUBLIC ufs w3nco::w3nco_d) endif() target_link_libraries(ufs_model PRIVATE ufs @@ -427,7 +427,7 @@ endif() ### Install ############################################################################### install( - TARGETS fms + TARGETS fms EXPORT fms-config LIBRARY DESTINATION lib ARCHIVE DESTINATION lib From 45416f7de7fd0cf7d81afc065dde3598949b3842 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 18 Mar 2021 01:32:57 +0000 Subject: [PATCH 182/271] Update submodule WW3 to point to the hafs-community fork's feature/hafs_coupleww3 branch. --- .gitmodules | 4 ++-- WW3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index eb1a4fc424..45a38f5a12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,8 +12,8 @@ branch = release/2020.04 [submodule "WW3"] path = WW3 - url = https://github.com/NOAA-EMC/WW3 - branch = develop + url = https://github.com/hafs-community/WW3 + branch = feature/hafs_coupleww3 [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/hafs-community/HYCOM-src.git diff --git a/WW3 b/WW3 index a89e2a6339..4e31a22200 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit a89e2a6339a016522d3a84188756d0a4bb11be87 +Subproject commit 4e31a22200dbc680d4cfcea124a9676482f2e851 From 41b0d9ce2ccef40181c77a144c51a4349fb11195 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 18 Mar 2021 11:37:47 +0000 Subject: [PATCH 183/271] Update submodule WW3, which points to the feature/hafs_coupleww3 branch. --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 4e31a22200..e3d24a524d 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 4e31a22200dbc680d4cfcea124a9676482f2e851 +Subproject commit e3d24a524dbc979c703392e8539ef157149a4a69 From 0352aed9a1db510d95c4efed0de71e7c6ce32b52 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 18 Mar 2021 12:14:59 -0500 Subject: [PATCH 184/271] more work for HAFS RTs --- tests/parm/ccpp_regional_c192_natl.nml.IN | 2 +- tests/parm/nems.configure.hafs.IN | 17 +++++++++++++++++ tests/tests/datm_era5_hycom | 8 ++++---- tests/tests/fv3_ccpp_regional_natl_c192 | 3 +++ 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 tests/parm/nems.configure.hafs.IN diff --git a/tests/parm/ccpp_regional_c192_natl.nml.IN b/tests/parm/ccpp_regional_c192_natl.nml.IN index 1c3df26910..9ff80531e9 100644 --- a/tests/parm/ccpp_regional_c192_natl.nml.IN +++ b/tests/parm/ccpp_regional_c192_natl.nml.IN @@ -45,7 +45,7 @@ layout = @[INPES],@[JNPES] io_layout = 1,1 npx = 721 - npy = 301 + npy = 601 ntiles = 1 npz = 91 !grid_type = -1 diff --git a/tests/parm/nems.configure.hafs.IN b/tests/parm/nems.configure.hafs.IN new file mode 100644 index 0000000000..b62156cbf0 --- /dev/null +++ b/tests/parm/nems.configure.hafs.IN @@ -0,0 +1,17 @@ + EARTH_component_list: ATM + + ATM_model: fv3 + ATM_attributes:: + :: + + runSeq:: + ATM + :: + + DRIVER_attributes:: + start_type = @[RUNTYPE] + :: + + ALLCOMP_attributes:: + mediator_read_restart = @[USE_COLDSTART] + :: diff --git a/tests/tests/datm_era5_hycom b/tests/tests/datm_era5_hycom index 522aa74c49..9e350111ab 100644 --- a/tests/tests/datm_era5_hycom +++ b/tests/tests/datm_era5_hycom @@ -36,14 +36,14 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ export_cdeps_datm export_cpl_regional -export TASKS=240 +export TASKS=120 export CDEPS_DOCN=false export OCEAN_START_DTG=43340.00000 export ocn_model="hycom" -export med_petlist_bounds="0 119" -export atm_petlist_bounds="0 119" -export ocn_petlist_bounds="120 239" +export med_petlist_bounds="0 59" +export atm_petlist_bounds="0 59" +export ocn_petlist_bounds="60 119" export coupling_interval_sec=360 export atm_datamode="ERA5" diff --git a/tests/tests/fv3_ccpp_regional_natl_c192 b/tests/tests/fv3_ccpp_regional_natl_c192 index d12af7b89d..772b45582d 100644 --- a/tests/tests/fv3_ccpp_regional_natl_c192 +++ b/tests/tests/fv3_ccpp_regional_natl_c192 @@ -57,8 +57,11 @@ export NSTF_NAME=2,0,0,0,0 export INPES=40 export JNPES=30 export CMEPS=false +export RUNTYPE="startup" +export USE_COLDSTART="false" export CCPP_SUITE=HAFS_v0_gfdlmp export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export NEMS_CONFIGURE="nems.configure.hafs.IN" export MODEL_CONFIGURE=model_configure.regional.IN export FV3_RUN=ccpp_regional_natl_run.IN From 47b3c1668bfa05d419c36297f53431c897a1322e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 19 Mar 2021 11:58:37 -0500 Subject: [PATCH 185/271] Add module load pio/2.5.2 on wcoss_cray (From Biju). --- modulefiles/wcoss_cray/fv3 | 1 + modulefiles/wcoss_cray/fv3_debug | 1 + 2 files changed, 2 insertions(+) diff --git a/modulefiles/wcoss_cray/fv3 b/modulefiles/wcoss_cray/fv3 index ef6fd67a9c..7d69980cb2 100644 --- a/modulefiles/wcoss_cray/fv3 +++ b/modulefiles/wcoss_cray/fv3 @@ -39,6 +39,7 @@ setenv PNG_ROOT /usrx/local/prod//png/1.2.49/intel/sandybridge ## NCEP libraries ## module use /usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules +module load pio/2.5.2 module load bacio/2.4.1 module load crtm/2.3.0 module load g2/3.4.1 diff --git a/modulefiles/wcoss_cray/fv3_debug b/modulefiles/wcoss_cray/fv3_debug index ef6fd67a9c..7d69980cb2 100644 --- a/modulefiles/wcoss_cray/fv3_debug +++ b/modulefiles/wcoss_cray/fv3_debug @@ -39,6 +39,7 @@ setenv PNG_ROOT /usrx/local/prod//png/1.2.49/intel/sandybridge ## NCEP libraries ## module use /usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules +module load pio/2.5.2 module load bacio/2.4.1 module load crtm/2.3.0 module load g2/3.4.1 From 040cb1d50a64bc187b2e84e42f41d2d6b2a9c3d8 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 20 Mar 2021 23:45:07 -0500 Subject: [PATCH 186/271] more work to bring HAFS RTs --- tests/parm/model_configure.regional.IN | 57 ------------------- tests/parm/nems.configure.cpld.hafs.IN | 12 +++- tests/parm/nems.configure.cpld.hafs_datm.IN | 49 +++++++--------- tests/parm/nems.configure.cpld.hafs_docn.IN | 18 +++--- tests/parm/nems.configure.datm_docn_cdeps.IN | 20 +++---- tests/rt.conf | 18 ++++++ tests/rt_hafs.conf | 37 +++++++----- tests/tests/cpld_regional_natl_c192 | 24 ++++---- tests/tests/cpld_regional_natl_c192_docn_mom6 | 25 ++++---- .../tests/cpld_regional_natl_c192_docn_oisst | 25 ++++---- tests/tests/datm_era5_hycom | 2 +- tests/tests/fv3_ccpp_regional_natl_c192 | 14 +---- 12 files changed, 120 insertions(+), 181 deletions(-) delete mode 100755 tests/parm/model_configure.regional.IN diff --git a/tests/parm/model_configure.regional.IN b/tests/parm/model_configure.regional.IN deleted file mode 100755 index 85f51d31df..0000000000 --- a/tests/parm/model_configure.regional.IN +++ /dev/null @@ -1,57 +0,0 @@ -total_member: @[ENS_NUM] -print_esmf: .false. -PE_MEMBER01: @[TASKS] -start_year: @[SYEAR] -start_month: @[SMONTH] -start_day: @[SDAY] -start_hour: @[SHOUR] -start_minute: 0 -start_second: 0 -nhours_fcst: @[FHMAX] -RUN_CONTINUE: .false. -ENS_SPS: .false. - -dt_atmos: @[DT_ATMOS] -calendar: 'julian' -cpl: @[CPL] -memuse_verbose: .false. -atmos_nthreads: @[THRD] -use_hyper_thread: .false. -ncores_per_node: @[TPN] -restart_interval: @[RESTART_INTERVAL] -fhrot: @[FHROT] -output_1st_tstep_rst: .false. - -quilting: @[QUILTING] -write_groups: @[WRITE_GROUP] -write_tasks_per_group: @[WRTTASK_PER_GROUP] -output_history: @[OUTPUT_HISTORY] -write_dopost: @[WRITE_DOPOST] -num_files: @[NUM_FILES] -filename_base: @[FILENAME_BASE] -output_grid: @[OUTPUT_GRID] -output_file: @[OUTPUT_FILE] -ichunk2d: -1 -jchunk2d: -1 -ichunk3d: -1 -jchunk3d: -1 -kchunk3d: -1 -ideflate: @[IDEFLATE] -nbits: @[NBITS] -write_nemsioflip: @[WRITE_NEMSIOFLIP] -write_fsyncflag: @[WRITE_FSYNCFLAG] - -app_domain: 'regional' -cen_lon: @[CEN_LON] # central longitude -cen_lat: @[CEN_LAT] # central latitude -lon1: @[LON1] # longitude of lower-left -lat1: @[LAT1] # latitude of lower-left -lon2: @[LON2] # longitude of upper-right -lat2: @[LAT2] # latitude of upper-right -dlon: @[DLON] -dlat: @[DLAT] - -nfhout: @[NFHOUT] -nfhmax_hf: @[NFHMAX_HF] -nfhout_hf: @[NFHOUT_HF] -nsout: -1 diff --git a/tests/parm/nems.configure.cpld.hafs.IN b/tests/parm/nems.configure.cpld.hafs.IN index b6935e3397..c7e23eafc6 100755 --- a/tests/parm/nems.configure.cpld.hafs.IN +++ b/tests/parm/nems.configure.cpld.hafs.IN @@ -62,6 +62,8 @@ runSeq:: MED -> OCN :remapMethod=redist ATM OCN + MED med_phases_restart_write + MED med_phases_history_write @ :: @@ -75,6 +77,10 @@ MED_attributes:: Diagnostic = 0 ATM_model = @[atm_model] OCN_model = @[ocn_model] + case_name = ufs.hafs + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 history_n = 1 history_option = nhours history_ymd = -999 @@ -82,9 +88,9 @@ MED_attributes:: system_type = ufs normalization = none merge_type = copy - ScalarFieldCount = 0 - ScalarFieldIdxGridNX = 0 - ScalarFieldIdxGridNY = 0 + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 ScalarFieldName = cpl_scalars :: diff --git a/tests/parm/nems.configure.cpld.hafs_datm.IN b/tests/parm/nems.configure.cpld.hafs_datm.IN index 0b47b71f30..b90084d4ed 100755 --- a/tests/parm/nems.configure.cpld.hafs_datm.IN +++ b/tests/parm/nems.configure.cpld.hafs_datm.IN @@ -37,7 +37,7 @@ OCN_attributes:: hycom_arche_output = .false. hyc_esmf_exp_output = .true. hyc_esmf_imp_output = .true. - hyc_impexp_file = nems.configure + hyc_impexp_file = dummy_file espc_show_impexp_minmax = .true. ocean_start_dtg = @[OCEAN_START_DTG] start_hour = 0 @@ -68,7 +68,7 @@ runSeq:: # Other Attributes # DRIVER_attributes:: - mediator_read_restart = @[USE_COLDSTART] + mediator_read_restart = @[USE_COLDSTART] :: MED_attributes:: @@ -80,17 +80,27 @@ MED_attributes:: history_option = nhours history_ymd = -999 coupling_mode = @[CPLMODE] - system_type = ufs - normalization = none - merge_type = copy - ScalarFieldCount = 0 - ScalarFieldIdxGridNX = 0 - ScalarFieldIdxGridNY = 0 - ScalarFieldName = cpl_scalars :: ALLCOMP_attributes:: - mediator_read_restart = @[USE_COLDSTART] + start_type = @[RUNTYPE] + case_name = ufs.hafs + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + normalization = none + merge_type = copy + ScalarFieldCount = 3 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 + ScalarFieldName = cpl_scalars + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 :: ATM_modelio:: @@ -107,22 +117,3 @@ MED_modelio:: diro = . logfile = @[med_model].log :: - -ocn_export_fields:: - 'sst' 'sea_surface_temperature' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'mask' 'So_omask' '1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' -:: - -ocn_import_fields:: - 'u10' 'inst_zonal_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'v10' 'inst_merid_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'airtmp' 'inst_temp_height2m' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'airhum' 'inst_spec_humid_height2m' 'kg_kg-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'prcp' 'mean_prec_rate' 'kg_m-2_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'swflxd' 'mean_net_sw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'lwflxd' 'mean_net_lw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'mslprs' 'inst_pres_height_surface' 'Pa' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'gt' 'inst_temp_height_surface' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' -:: diff --git a/tests/parm/nems.configure.cpld.hafs_docn.IN b/tests/parm/nems.configure.cpld.hafs_docn.IN index 77802d11ea..2a17d9e674 100755 --- a/tests/parm/nems.configure.cpld.hafs_docn.IN +++ b/tests/parm/nems.configure.cpld.hafs_docn.IN @@ -55,28 +55,26 @@ MED_attributes:: Diagnostic = 0 ATM_model = @[atm_model] OCN_model = @[ocn_model] - system_type = ufs - normalization = none - merge_type = copy history_n = 1 history_option = nhours history_ymd = -999 coupling_mode = @[CPLMODE] + system_type = ufs :: ALLCOMP_attributes:: + start_type = @[RUNTYPE] + case_name = ufs.hafs + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + normalization = none + merge_type = copy ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 ScalarFieldIdxNextSwCday = 3 ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - dbug_flag = @[CAP_DBUG_FLAG] - use_coldstart = @[USE_COLDSTART] orb_eccen = 1.e36 orb_iyear = 2000 orb_iyear_align = 2000 diff --git a/tests/parm/nems.configure.datm_docn_cdeps.IN b/tests/parm/nems.configure.datm_docn_cdeps.IN index a2c0ead89f..cdfac51d29 100755 --- a/tests/parm/nems.configure.datm_docn_cdeps.IN +++ b/tests/parm/nems.configure.datm_docn_cdeps.IN @@ -53,11 +53,6 @@ DRIVER_attributes:: :: MED_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - history_n = 1 - history_option = nhours - history_ymd = -999 coupling_mode = @[CPLMODE] :: @@ -69,19 +64,22 @@ ALLCOMP_attributes:: ScalarFieldIdxGridNY = 2 ScalarFieldIdxNextSwCday = 3 ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - dbug_flag = 0 - use_coldstart = true + start_type = @[RUNTYPE] orb_eccen = 1.e36 orb_iyear = 2000 orb_iyear_align = 2000 orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 + history_n = 1 + history_option = nhours + history_ymd = -999 + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = 0 + use_coldstart = true :: ATM_modelio:: diff --git a/tests/rt.conf b/tests/rt.conf index bf24c94cb1..08fd795bef 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -100,6 +100,9 @@ RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson RUN | fv3_ccpp_gfsv16_ugwpv1 | | fv3 | RUN | fv3_ccpp_gfsv16_ugwpv1_warmstart | | fv3 | +COMPILE | SUITES=HAFS_v0_gfdlmp 32BIT=Y | | fv3 | +RUN | fv3_ccpp_regional_natl_c192 | | fv3 | + ################################################################################################################################################################################### # DEBUG tests # ################################################################################################################################################################################### @@ -176,6 +179,10 @@ COMPILE | DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_ RUN | cpld_debug | - wcoss_cray jet.intel | fv3 | RUN | cpld_debugfrac | - wcoss_cray jet.intel | fv3 | +#HAFS +COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y HYCOM=Y CMEPS=Y | | fv3 | +RUN | cpld_regional_natl_c192 | | fv3 | + ################################################################################################################################################################################### # Data Atmosphere tests # ################################################################################################################################################################################### @@ -193,3 +200,14 @@ RUN | datm_mx025_gefs COMPILE | DATM=Y S2S=Y DEBUG=Y | - wcoss_cray jet.intel | fv3 | RUN | datm_debug_cfsr | - wcoss_cray jet.intel | fv3 | + +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | | fv3 | +RUN | datm_era5_hycom | | fv3 | + +################################################################################################################################################################################### +# Data Ocean tests # +################################################################################################################################################################################### + +COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y CDEPS=Y CDEPS_DOCN=Y CMEPS=Y | | fv3 | +RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | +RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index d5f3f37ab4..04418f1d53 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -1,19 +1,26 @@ -#################################################################################################################################################################################### -# All Data Component tests # -#################################################################################################################################################################################### +################################################################################################################################################################################### +# Standalone tests # +################################################################################################################################################################################### -COMPILE | CDEPS_DATM=Y CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | -RUN | datm_docn_cdeps | + orion.intel | fv3 | | +COMPILE | SUITES=HAFS_v0_gfdlmp 32BIT=Y | | fv3 | +RUN | fv3_ccpp_regional_natl_c192 | | fv3 | -#################################################################################################################################################################################### -## Data Atmosphere tests # -#################################################################################################################################################################################### -COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | -RUN | datm_hycom_cdeps | + orion.intel | fv3 | | +################################################################################################################################################################################### +# Fully coupled tests # +################################################################################################################################################################################### -#################################################################################################################################################################################### -### Data Ocean tests # -#################################################################################################################################################################################### +COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y HYCOM=Y CMEPS=Y | | fv3 | +RUN | cpld_regional_natl_c192 | | fv3 | -#COMPILE | SUITES=HAFS_v0_gfdlmp_nonsstugwd,HAFS_v0_gfdlmp_nocpnsstugwd,HAFS_v0_gfdlmp_nocpnsst,HAFS_v0_gfdlmp_nocp,HAFS_v0_gfdlmp_nougwd,HAFS_v0_gfdlmp_nocpugwd,HAFS_v0_gfdlmp,HAFS_v0_hwrf_thompson,HAFS_v0_hwrf_nougwd,HAFS_v0_hwrf CDEPS_DOCN=Y CMEPS=Y CDEPS=Y | + orion.intel | fv3 | | -#RUN | docn_cdeps | + orion.intel | fv3 | | +################################################################################################################################################################################### +# Data component coupled tests # +################################################################################################################################################################################### + +# data ocean +COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y CDEPS=Y CDEPS_DOCN=Y CMEPS=Y | | fv3 | +RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | +RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | + +# data atmosphere +COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | | fv3 | +RUN | datm_era5_hycom | | fv3 | diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 index b0717f0554..d50259a020 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/cpld_regional_natl_c192 @@ -9,23 +9,19 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192 export LIST_FILES=" dynf000.nc \ - dynf003.nc \ - dynf006.nc \ - dynf009.nc \ dynf012.nc \ - dynf015.nc \ - dynf018.nc \ - dynf021.nc \ dynf024.nc \ phyf000.nc \ - phyf003.nc \ - phyf006.nc \ - phyf009.nc \ phyf012.nc \ - phyf015.nc \ - phyf018.nc \ - phyf021.nc \ - phyf024.nc " + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc " export_fv3 export_cpl_regional @@ -69,6 +65,6 @@ export coupling_interval_sec=360 export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst export INPUT_NML=ccpp_regional_c192_natl.nml.IN -export MODEL_CONFIGURE=model_configure.regional.IN +export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" export FV3_RUN="ccpp_regional_natl_run.IN hycom_hat10_run.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 index 57ad665119..ea199c2995 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -9,23 +9,20 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_mom6 export LIST_FILES=" dynf000.nc \ - dynf003.nc \ - dynf006.nc \ - dynf009.nc \ dynf012.nc \ - dynf015.nc \ - dynf018.nc \ - dynf021.nc \ dynf024.nc \ phyf000.nc \ - phyf003.nc \ - phyf006.nc \ - phyf009.nc \ phyf012.nc \ - phyf015.nc \ - phyf018.nc \ - phyf021.nc \ - phyf024.nc " + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc \ + ufs.hafs.docn.r.2019-08-30-00000.nc " export_fv3 export_cpl_regional @@ -76,6 +73,6 @@ export ocn_ny_global=633 export FV3_RUN=ccpp_regional_natl_run.IN export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst export INPUT_NML=ccpp_regional_c192_natl.nml.IN -export MODEL_CONFIGURE=model_configure.regional.IN +export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_mom6.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst index 073b0992b1..7a14602523 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -9,23 +9,20 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_oisst export LIST_FILES=" dynf000.nc \ - dynf003.nc \ - dynf006.nc \ - dynf009.nc \ dynf012.nc \ - dynf015.nc \ - dynf018.nc \ - dynf021.nc \ dynf024.nc \ phyf000.nc \ - phyf003.nc \ - phyf006.nc \ - phyf009.nc \ phyf012.nc \ - phyf015.nc \ - phyf018.nc \ - phyf021.nc \ - phyf024.nc " + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc \ + ufs.hafs.docn.r.2019-08-30-00000.nc " export_fv3 export_cpl_regional @@ -76,6 +73,6 @@ export ocn_ny_global=720 export FV3_RUN=ccpp_regional_natl_run.IN export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst export INPUT_NML=ccpp_regional_c192_natl.nml.IN -export MODEL_CONFIGURE=model_configure.regional.IN +export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/datm_era5_hycom b/tests/tests/datm_era5_hycom index 9e350111ab..7fceac14b0 100644 --- a/tests/tests/datm_era5_hycom +++ b/tests/tests/datm_era5_hycom @@ -53,6 +53,6 @@ export atm_data2="datm/ERA5.TL639.2019.09.200618_subset.nc" export atm_nx_global=1440 export atm_ny_global=721 -export MODEL_CONFIGURE="model_configure.regional.IN" +export MODEL_CONFIGURE="model_configure_hafsv2.IN" export NEMS_CONFIGURE="nems.configure.cpld.hafs_datm.IN" export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" diff --git a/tests/tests/fv3_ccpp_regional_natl_c192 b/tests/tests/fv3_ccpp_regional_natl_c192 index 772b45582d..43d081655d 100644 --- a/tests/tests/fv3_ccpp_regional_natl_c192 +++ b/tests/tests/fv3_ccpp_regional_natl_c192 @@ -9,22 +9,10 @@ export TEST_DESCR="Compare FV3 CCPP regional c192 results for North Atlantic dom export CNTL_DIR=fv3_regional_natl_c192 export LIST_FILES=" dynf000.nc \ - dynf003.nc \ - dynf006.nc \ - dynf009.nc \ dynf012.nc \ - dynf015.nc \ - dynf018.nc \ - dynf021.nc \ dynf024.nc \ phyf000.nc \ - phyf003.nc \ - phyf006.nc \ - phyf009.nc \ phyf012.nc \ - phyf015.nc \ - phyf018.nc \ - phyf021.nc \ phyf024.nc " export_fv3 @@ -63,5 +51,5 @@ export USE_COLDSTART="false" export CCPP_SUITE=HAFS_v0_gfdlmp export INPUT_NML=ccpp_regional_c192_natl.nml.IN export NEMS_CONFIGURE="nems.configure.hafs.IN" -export MODEL_CONFIGURE=model_configure.regional.IN +export MODEL_CONFIGURE="model_configure_hafsv2.IN" export FV3_RUN=ccpp_regional_natl_run.IN From d17f5a817f44f626c5a781b7b2fc56144a48be99 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 20 Mar 2021 23:46:10 -0500 Subject: [PATCH 187/271] add missing file --- tests/parm/model_configure_hafsv2.IN | 57 ++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100755 tests/parm/model_configure_hafsv2.IN diff --git a/tests/parm/model_configure_hafsv2.IN b/tests/parm/model_configure_hafsv2.IN new file mode 100755 index 0000000000..2fbca7c3d7 --- /dev/null +++ b/tests/parm/model_configure_hafsv2.IN @@ -0,0 +1,57 @@ +total_member: @[ENS_NUM] +print_esmf: .true. +PE_MEMBER01: @[TASKS] +start_year: @[SYEAR] +start_month: @[SMONTH] +start_day: @[SDAY] +start_hour: @[SHOUR] +start_minute: 0 +start_second: 0 +nhours_fcst: @[FHMAX] +RUN_CONTINUE: .false. +ENS_SPS: .false. + +dt_atmos: @[DT_ATMOS] +calendar: 'julian' +cpl: @[CPL] +memuse_verbose: .false. +atmos_nthreads: @[THRD] +use_hyper_thread: .false. +ncores_per_node: @[TPN] +restart_interval: @[RESTART_INTERVAL] +fhrot: @[FHROT] +output_1st_tstep_rst: .false. + +quilting: @[QUILTING] +write_groups: @[WRITE_GROUP] +write_tasks_per_group: @[WRTTASK_PER_GROUP] +output_history: @[OUTPUT_HISTORY] +write_dopost: @[WRITE_DOPOST] +num_files: @[NUM_FILES] +filename_base: @[FILENAME_BASE] +output_grid: @[OUTPUT_GRID] +output_file: @[OUTPUT_FILE] +ichunk2d: -1 +jchunk2d: -1 +ichunk3d: -1 +jchunk3d: -1 +kchunk3d: -1 +ideflate: @[IDEFLATE] +nbits: @[NBITS] +write_nemsioflip: @[WRITE_NEMSIOFLIP] +write_fsyncflag: @[WRITE_FSYNCFLAG] + +app_domain: 'regional' +cen_lon: @[CEN_LON] # central longitude +cen_lat: @[CEN_LAT] # central latitude +lon1: @[LON1] # longitude of lower-left +lat1: @[LAT1] # latitude of lower-left +lon2: @[LON2] # longitude of upper-right +lat2: @[LAT2] # latitude of upper-right +dlon: @[DLON] +dlat: @[DLAT] + +nfhout: @[NFHOUT] +nfhmax_hf: @[NFHMAX_HF] +nfhout_hf: @[NFHOUT_HF] +nsout: -1 From 2846a2257f9464336bd75be6657b263f1e50e6e4 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sat, 20 Mar 2021 23:49:11 -0500 Subject: [PATCH 188/271] remove all data component test --- tests/parm/nems.configure.datm_docn_cdeps.IN | 93 -------------------- tests/tests/datm_era5_docn_oisst | 62 ------------- 2 files changed, 155 deletions(-) delete mode 100755 tests/parm/nems.configure.datm_docn_cdeps.IN delete mode 100644 tests/tests/datm_era5_docn_oisst diff --git a/tests/parm/nems.configure.datm_docn_cdeps.IN b/tests/parm/nems.configure.datm_docn_cdeps.IN deleted file mode 100755 index cdfac51d29..0000000000 --- a/tests/parm/nems.configure.datm_docn_cdeps.IN +++ /dev/null @@ -1,93 +0,0 @@ -############################################## -##### NEMS Run-Time Configuration File ##### -############################################## - -# EARTH # -EARTH_component_list: MED ATM OCN -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_attributes:: - Verbosity = low - mesh_atm = @[atm_mesh] -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_attributes:: - Verbosity = low - mesh_ocn = @[ocn_mesh] -:: - -# Run Sequence # -runSeq:: -@@[coupling_interval_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - ATM - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - MED med_phases_aofluxes_run - MED med_phases_prep_ocn_accum - OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true - MED med_phases_post_ocn - MED med_phases_history_write - MED med_phases_restart_write -@ -:: - -# Other Attributes # -DRIVER_attributes:: - mediator_read_restart = @[USE_COLDSTART] -:: - -MED_attributes:: - coupling_mode = @[CPLMODE] -:: - -ALLCOMP_attributes:: - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 - ScalarFieldName = cpl_scalars - case_name = ufs.hafs - start_type = @[RUNTYPE] - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 - history_n = 1 - history_option = nhours - history_ymd = -999 - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - dbug_flag = 0 - use_coldstart = true -:: - -ATM_modelio:: - diro = . - logfile = @[atm_model].log -:: - -OCN_modelio:: - diro = . - logfile = @[ocn_model].log -:: diff --git a/tests/tests/datm_era5_docn_oisst b/tests/tests/datm_era5_docn_oisst deleted file mode 100644 index 3bd2d80222..0000000000 --- a/tests/tests/datm_era5_docn_oisst +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with data ocean" - -export CNTL_DIR="datm_docn_cmeps" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-29-07200.nc \ - ufs.hafs.cpl.hi.2019-08-29-10800.nc \ - ufs.hafs.cpl.hi.2019-08-29-14400.nc \ - ufs.hafs.cpl.hi.2019-08-29-18000.nc \ - ufs.hafs.cpl.hi.2019-08-29-21600.nc \ - ufs.hafs.cpl.hi.2019-08-29-25200.nc \ - ufs.hafs.cpl.hi.2019-08-29-28800.nc \ - ufs.hafs.cpl.hi.2019-08-29-32400.nc \ - ufs.hafs.cpl.hi.2019-08-29-36000.nc \ - ufs.hafs.cpl.hi.2019-08-29-39600.nc \ - ufs.hafs.cpl.hi.2019-08-29-43200.nc \ - ufs.hafs.cpl.hi.2019-08-29-46800.nc \ - ufs.hafs.cpl.hi.2019-08-29-50400.nc \ - ufs.hafs.cpl.hi.2019-08-29-54000.nc \ - ufs.hafs.cpl.hi.2019-08-29-57600.nc \ - ufs.hafs.cpl.hi.2019-08-29-61200.nc \ - ufs.hafs.cpl.hi.2019-08-29-64800.nc \ - ufs.hafs.cpl.hi.2019-08-29-68400.nc \ - ufs.hafs.cpl.hi.2019-08-29-72000.nc \ - ufs.hafs.cpl.hi.2019-08-29-75600.nc \ - ufs.hafs.cpl.hi.2019-08-29-79200.nc \ - ufs.hafs.cpl.hi.2019-08-29-82800.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc" - -export_cdeps_datm -export_cdeps_docn -export_cpl_regional -export TASKS=240 - -export med_petlist_bounds="0 119" -export atm_petlist_bounds="0 119" -export ocn_petlist_bounds="120 239" -export coupling_interval_sec=360 - -export atm_datamode="ERA5" -export atm_mesh="datm/TL639_200618_ESMFmesh.nc" -export atm_data1="datm/ERA5.TL639.2019.08.200618_subset.nc" -export atm_data2="datm/ERA5.TL639.2019.09.200618_subset.nc" -export atm_nx_global=1440 -export atm_ny_global=721 - -export ocn_mesh="docn/TX025_201215_ESMFmesh_direct.nc" -export ocn_data="docn/sst.day.mean.2019.nc" -export ocn_data_var="sst" -export ocn_nx_global=1440 -export ocn_ny_global=720 - -export MODEL_CONFIGURE="model_configure.regional.IN" -export NEMS_CONFIGURE="nems.configure.datm_docn_cdeps.IN" -export FV3_RUN="cpld_datm_cdeps_era5.IN cpld_docn_cdeps_oisst.IN" From f38f6196687341d57299589aaf279a274ef6ec8b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Sun, 21 Mar 2021 16:01:58 -0500 Subject: [PATCH 189/271] update .gitmodules to point feature/pio_fix_comp branches --- .gitmodules | 6 +++--- CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index eb1a4fc424..e84e23c7db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "NEMS"] path = NEMS url = https://github.com/hafs-community/NEMS - branch = support/HAFS + branch = feature/pio_fix_comp [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS @@ -29,7 +29,7 @@ [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git - branch = support/HAFS + branch = feature/pio_fix_comp [submodule "MOM6"] path = MOM6-interface/MOM6 url = https://github.com/NOAA-EMC/MOM6 @@ -45,4 +45,4 @@ [submodule "CDEPS"] path = CDEPS url = https://github.com/hafs-community/CDEPS - branch = support/HAFS + branch = feature/pio_fix_comp diff --git a/CDEPS b/CDEPS index 92b08b82b3..378028e8f8 160000 --- a/CDEPS +++ b/CDEPS @@ -1 +1 @@ -Subproject commit 92b08b82b3a854d52c2fd336121f461f23bed4fc +Subproject commit 378028e8f81ee9d262c65e594cd6f5541a5b5643 diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 3f9de91578..74f7751a21 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 3f9de915783d8a740bba21ebc7dad1bca0b24eee +Subproject commit 74f7751a210fcdf5b3c2709785e1de17664e38ca From 48b24db383f68edc8cd78afa6b0ac11aeab54306 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 22 Mar 2021 10:41:49 -0500 Subject: [PATCH 190/271] increase wallclock time for DATM+HYCOM RT --- tests/tests/datm_era5_hycom | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests/datm_era5_hycom b/tests/tests/datm_era5_hycom index 7fceac14b0..b910a2efc6 100644 --- a/tests/tests/datm_era5_hycom +++ b/tests/tests/datm_era5_hycom @@ -36,7 +36,9 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ export_cdeps_datm export_cpl_regional + export TASKS=120 +export WLCLK=30 export CDEPS_DOCN=false export OCEAN_START_DTG=43340.00000 From 9ff89f518b1cf35df1f87ddecda621434a45e32e Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 23 Mar 2021 11:29:30 -0500 Subject: [PATCH 191/271] add environment variables for ESMF timing --- tests/default_vars.sh | 4 ++++ tests/tests/fv3_ccpp_regional_natl_c192 | 3 +++ 2 files changed, 7 insertions(+) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 92cd593071..d8f97302c0 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -806,4 +806,8 @@ export RESTART_N=${FHMAX} export CPLMODE="hafs" export RUNTYPE="startup" export USE_COLDSTART="false" + +# timing +export ESMF_RUNTIME_PROFILE=ON +export ESMF_RUNTIME_PROFILE_OUTPUT=SUMMARY } diff --git a/tests/tests/fv3_ccpp_regional_natl_c192 b/tests/tests/fv3_ccpp_regional_natl_c192 index 43d081655d..237aa09bdd 100644 --- a/tests/tests/fv3_ccpp_regional_natl_c192 +++ b/tests/tests/fv3_ccpp_regional_natl_c192 @@ -48,6 +48,9 @@ export CMEPS=false export RUNTYPE="startup" export USE_COLDSTART="false" +export ESMF_RUNTIME_PROFILE=ON +export ESMF_RUNTIME_PROFILE_OUTPUT=SUMMARY + export CCPP_SUITE=HAFS_v0_gfdlmp export INPUT_NML=ccpp_regional_c192_natl.nml.IN export NEMS_CONFIGURE="nems.configure.hafs.IN" From 4d913937d30a2f99b90a4c75b9aac520b4f02d84 Mon Sep 17 00:00:00 2001 From: "Biju.Thomas" Date: Wed, 24 Mar 2021 19:52:50 +0000 Subject: [PATCH 192/271] Adding ESMF build with YAML --- modulefiles/wcoss_cray/fv3 | 2 +- modulefiles/wcoss_cray/fv3_debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/wcoss_cray/fv3 b/modulefiles/wcoss_cray/fv3 index 7d69980cb2..ee26ef8163 100644 --- a/modulefiles/wcoss_cray/fv3 +++ b/modulefiles/wcoss_cray/fv3 @@ -65,7 +65,7 @@ module load udreg module load ugni module use /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles -module load esmf/8.1.0bs27 +module load esmf/8.1.0bs27_yaml module swap pmi pmi/5.0.11 diff --git a/modulefiles/wcoss_cray/fv3_debug b/modulefiles/wcoss_cray/fv3_debug index 7d69980cb2..ee26ef8163 100644 --- a/modulefiles/wcoss_cray/fv3_debug +++ b/modulefiles/wcoss_cray/fv3_debug @@ -65,7 +65,7 @@ module load udreg module load ugni module use /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles -module load esmf/8.1.0bs27 +module load esmf/8.1.0bs27_yaml module swap pmi pmi/5.0.11 From a191a51fc1fed3793d95b872c9016ff7e825ae60 Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Tue, 13 Apr 2021 21:05:58 +0000 Subject: [PATCH 193/271] Prepare WW3 build 1. Update WW3_COMP settings in CMakeLists.txt --- CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e83d75d7d..a45eff45a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,13 +211,7 @@ endif() ############################################################################### if(WW3) if(CMAKE_Platform) - if(${CMAKE_Platform} STREQUAL "hera.intel") - set(WW3_COMP "hera") - elseif(${CMAKE_Platform} STREQUAL "orion.intel") - set(WW3_COMP "orion") - elseif(${CMAKE_Platform} STREQUAL "cheyenne.intel") - set(WW3_COMP "cheyenne") - elseif(${CMAKE_Platform} STREQUAL "wcoss2") + if(${CMAKE_Platform} STREQUAL "wcoss2") set(WW3_COMP "wcoss_cray") elseif(${CMAKE_Platform} MATCHES "linux*" OR ${CMAKE_Platform} MATCHES "macosx*") if (CMAKE_Fortran_COMPILER_ID MATCHES "GNU") @@ -238,7 +232,7 @@ if(WW3) WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/esmf COMMAND ${CMAKE_BUILD_TOOL} WW3_PARCOMPN=4 WW3_COMP=${WW3_COMP} ww3_nemslibonly > ${CMAKE_CURRENT_BINARY_DIR}/ww3_make.log 2>&1) - set(WW3_LIBS ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/obj/libww3_multi_esmf.a) + set(WW3_LIBS ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/obj/libww3_multi_esmf.a) endif() ############################################################################### From 8652f068e75f503f7dae9c1d793fd8d1f6d3b045 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 16 Apr 2021 11:52:02 -0500 Subject: [PATCH 194/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6ffe8fb529..2a9e7b6ba3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6ffe8fb529171df1a853d50375168fa7d0a7270b +Subproject commit 2a9e7b6ba395f74afdfd0ff8eb9f82529b2851d1 From e879efef9432dab083bb6550bf863d3f527a6455 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 16 Apr 2021 12:09:12 -0500 Subject: [PATCH 195/271] Remove the obsolete symbolic links under modulefiles. --- modulefiles/hera | 1 - modulefiles/jet | 1 - modulefiles/orion | 1 - 3 files changed, 3 deletions(-) delete mode 120000 modulefiles/hera delete mode 120000 modulefiles/jet delete mode 120000 modulefiles/orion diff --git a/modulefiles/hera b/modulefiles/hera deleted file mode 120000 index 1bbb9797a1..0000000000 --- a/modulefiles/hera +++ /dev/null @@ -1 +0,0 @@ -hera.intel \ No newline at end of file diff --git a/modulefiles/jet b/modulefiles/jet deleted file mode 120000 index 714daaabac..0000000000 --- a/modulefiles/jet +++ /dev/null @@ -1 +0,0 @@ -jet.intel \ No newline at end of file diff --git a/modulefiles/orion b/modulefiles/orion deleted file mode 120000 index 4b2923080a..0000000000 --- a/modulefiles/orion +++ /dev/null @@ -1 +0,0 @@ -orion.intel \ No newline at end of file From e417d1b2a6c32536be62c95a4afbe61c77f9ce86 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 16 Apr 2021 13:30:44 -0500 Subject: [PATCH 196/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2a9e7b6ba3..d330fa58a8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2a9e7b6ba395f74afdfd0ff8eb9f82529b2851d1 +Subproject commit d330fa58a8ef04d1e2498135ec3189e189827a54 From 1b3cb93159d67ac36dfb42e4dcdc8e62809d8a85 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 16 Apr 2021 17:37:53 -0500 Subject: [PATCH 197/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d330fa58a8..bd7ee9fc7e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d330fa58a8ef04d1e2498135ec3189e189827a54 +Subproject commit bd7ee9fc7e2008d168ba6af84a9b99935812e084 From 866b89ffa69f7d99d064709422f8ae6d7c458003 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 17 Apr 2021 12:22:13 -0500 Subject: [PATCH 198/271] Update submodules of FV3 and CMEPS. Create modulefile symbolic links for the convenience of HAFS application level scripts. --- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- modulefiles/ufs_hera | 1 + modulefiles/ufs_jet | 1 + modulefiles/ufs_orion | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 modulefiles/ufs_hera create mode 120000 modulefiles/ufs_jet create mode 120000 modulefiles/ufs_orion diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index ff6ec1977b..11f210d534 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit ff6ec1977bc81a88c307f3f4317ad7e99409bd7b +Subproject commit 11f210d534cce42a78bf1e4171723b61f072b492 diff --git a/FV3 b/FV3 index bd7ee9fc7e..9eeb317650 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit bd7ee9fc7e2008d168ba6af84a9b99935812e084 +Subproject commit 9eeb317650388d2436bcc5511281b5e932a34799 diff --git a/modulefiles/ufs_hera b/modulefiles/ufs_hera new file mode 120000 index 0000000000..492657fc53 --- /dev/null +++ b/modulefiles/ufs_hera @@ -0,0 +1 @@ +ufs_hera.intel \ No newline at end of file diff --git a/modulefiles/ufs_jet b/modulefiles/ufs_jet new file mode 120000 index 0000000000..16721d269e --- /dev/null +++ b/modulefiles/ufs_jet @@ -0,0 +1 @@ +ufs_jet.intel \ No newline at end of file diff --git a/modulefiles/ufs_orion b/modulefiles/ufs_orion new file mode 120000 index 0000000000..378a92fc9c --- /dev/null +++ b/modulefiles/ufs_orion @@ -0,0 +1 @@ +ufs_orion.intel \ No newline at end of file From 6a12cf930b7aa5c06f7d5cdeab0557970232ef00 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 17 Apr 2021 16:46:38 -0500 Subject: [PATCH 199/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9eeb317650..3e4d4d8d11 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9eeb317650388d2436bcc5511281b5e932a34799 +Subproject commit 3e4d4d8d110b5f5f70ad49151ab5915ca559ec31 From ba80521bb5db26c47ff535a3270a58c87cba47fc Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 17 Apr 2021 21:55:54 -0500 Subject: [PATCH 200/271] Revert changes in modulefiles/ufs_wcoss_cray*, since the esmf810bs47 module was updated to build with ESMF_YAMLCPP=ON. --- modulefiles/ufs_wcoss_cray | 6 ++---- modulefiles/ufs_wcoss_cray_debug | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/modulefiles/ufs_wcoss_cray b/modulefiles/ufs_wcoss_cray index dd7a600434..9ce271be1b 100644 --- a/modulefiles/ufs_wcoss_cray +++ b/modulefiles/ufs_wcoss_cray @@ -64,10 +64,8 @@ module load gni-headers module load udreg module load ugni -module use /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles -module load esmf/8.1.0bs27_yaml -#module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 -#module load esmf/810bs47 +module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 +module load esmf/810bs47 module swap pmi pmi/5.0.11 diff --git a/modulefiles/ufs_wcoss_cray_debug b/modulefiles/ufs_wcoss_cray_debug index a0436ae258..1d49291a87 100644 --- a/modulefiles/ufs_wcoss_cray_debug +++ b/modulefiles/ufs_wcoss_cray_debug @@ -64,10 +64,8 @@ module load gni-headers module load udreg module load ugni -module use /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles -module load esmf/8.1.0bs27_yaml -#module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 -#module load esmf/810bs47-debug +module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 +module load esmf/810bs47-debug module swap pmi pmi/5.0.11 ## From 8379159440b06dcd321aa1e4292fb584ee44a840 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 20 Apr 2021 02:04:44 +0000 Subject: [PATCH 201/271] Use the correct location to load esmf/810bs47 on wcoss_cray. Also, ESMF_YAMLCPP: internal has been enabled for this esmf installation. --- modulefiles/ufs_wcoss_cray | 2 +- modulefiles/ufs_wcoss_cray_debug | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modulefiles/ufs_wcoss_cray b/modulefiles/ufs_wcoss_cray index 9ce271be1b..625976a903 100644 --- a/modulefiles/ufs_wcoss_cray +++ b/modulefiles/ufs_wcoss_cray @@ -64,7 +64,7 @@ module load gni-headers module load udreg module load ugni -module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 +module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules module load esmf/810bs47 module swap pmi pmi/5.0.11 diff --git a/modulefiles/ufs_wcoss_cray_debug b/modulefiles/ufs_wcoss_cray_debug index 1d49291a87..b50ad4229b 100644 --- a/modulefiles/ufs_wcoss_cray_debug +++ b/modulefiles/ufs_wcoss_cray_debug @@ -64,8 +64,9 @@ module load gni-headers module load udreg module load ugni -module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0 +module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules module load esmf/810bs47-debug + module swap pmi pmi/5.0.11 ## From 7e63c6774394953bcad1e204bd174cc70277abe5 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Mon, 19 Apr 2021 21:35:37 -0500 Subject: [PATCH 202/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 3e4d4d8d11..b4956c05e9 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3e4d4d8d110b5f5f70ad49151ab5915ca559ec31 +Subproject commit b4956c05e9269b357c4c4fd5f4da67fea412c4d2 From 0634d17f302164446b623ecd7669885267d2036e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 20 Apr 2021 09:30:17 -0500 Subject: [PATCH 203/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index b4956c05e9..386a82abd3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b4956c05e9269b357c4c4fd5f4da67fea412c4d2 +Subproject commit 386a82abd31083a62cc25995b4a43806d71b87f3 From 3b3a0b733b086329f5ec6c32c38c77498fc0859a Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sat, 24 Apr 2021 17:22:34 -0500 Subject: [PATCH 204/271] Use a temporarily installed version of esmf/811bs03 on Orion, Hera, Jet, and wcoss_dell_p3, which fixed the forecast model slow-down due to the previous esmf/810bs47 version. Will switch to use the esmf version 8.1.1 once it is available in hpc-stack. --- modulefiles/ufs_hera.intel | 2 ++ modulefiles/ufs_jet.intel | 2 ++ modulefiles/ufs_orion.intel | 2 ++ modulefiles/ufs_wcoss_dell_p3 | 2 ++ 4 files changed, 8 insertions(+) diff --git a/modulefiles/ufs_hera.intel b/modulefiles/ufs_hera.intel index fc128bbf60..39df0b50e8 100644 --- a/modulefiles/ufs_hera.intel +++ b/modulefiles/ufs_hera.intel @@ -22,3 +22,5 @@ module load hpc-intel/18.0.5.274 module load hpc-impi/2018.0.4 module load ufs_common +module unload esmf/8_1_0_beta_snapshot_47 +setenv ESMFMKFILE "/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/tmp/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_jet.intel b/modulefiles/ufs_jet.intel index 4c0d64bcf2..816d2c4863 100644 --- a/modulefiles/ufs_jet.intel +++ b/modulefiles/ufs_jet.intel @@ -22,3 +22,5 @@ module load hpc-intel/18.0.5.274 module load hpc-impi/2018.4.274 module load ufs_common +module unload esmf/8_1_0_beta_snapshot_47 +setenv ESMFMKFILE "/lfs4/HFIP/hwrfv3/soft/esmf/tmp/intel-18.0.5.274/impi-2018.4.274/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_orion.intel b/modulefiles/ufs_orion.intel index 3cb832fcf3..f6e34e78df 100644 --- a/modulefiles/ufs_orion.intel +++ b/modulefiles/ufs_orion.intel @@ -22,3 +22,5 @@ module load hpc-intel/2018.4 module load hpc-impi/2018.4 module load ufs_common +module unload esmf/8_1_0_beta_snapshot_47 +setenv ESMFMKFILE "/work/noaa/nems/emc.nemspara/soft/esmf/tmp/intel-2018.4/impi-2018.4/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_wcoss_dell_p3 b/modulefiles/ufs_wcoss_dell_p3 index e9059a1b89..41bd9f2032 100644 --- a/modulefiles/ufs_wcoss_dell_p3 +++ b/modulefiles/ufs_wcoss_dell_p3 @@ -24,3 +24,5 @@ module load hpc-ips/18.0.1.163 module load hpc-impi/18.0.1 module load ufs_common +module unload esmf/8_1_0_beta_snapshot_47 +setenv ESMFMKFILE "/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/tmp/ips-18.0.1.163/impi-18.0.1/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" From d37472911f379c41aa971bfc07f434393275e24f Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 30 Apr 2021 01:09:33 +0000 Subject: [PATCH 205/271] Switch to use esmf/811 as it has been installed under hpc-stack. --- modulefiles/ufs_common | 2 +- modulefiles/ufs_common_debug | 2 +- modulefiles/ufs_hera.intel | 2 -- modulefiles/ufs_jet.intel | 2 -- modulefiles/ufs_orion.intel | 2 -- modulefiles/ufs_wcoss_cray | 2 +- modulefiles/ufs_wcoss_cray_debug | 2 +- modulefiles/ufs_wcoss_dell_p3 | 2 -- 8 files changed, 4 insertions(+), 12 deletions(-) diff --git a/modulefiles/ufs_common b/modulefiles/ufs_common index bbdd3f361a..89e4059630 100644 --- a/modulefiles/ufs_common +++ b/modulefiles/ufs_common @@ -7,7 +7,7 @@ module load png/1.6.35 module load hdf5/1.10.6 module load netcdf/4.7.4 module load pio/2.5.2 -module load esmf/8_1_0_beta_snapshot_47 +module load esmf/8_1_1 module load bacio/2.4.1 module load crtm/2.3.0 diff --git a/modulefiles/ufs_common_debug b/modulefiles/ufs_common_debug index 53d4955cc8..1f64899da5 100644 --- a/modulefiles/ufs_common_debug +++ b/modulefiles/ufs_common_debug @@ -7,7 +7,7 @@ module load png/1.6.35 module load hdf5/1.10.6 module load netcdf/4.7.4 module load pio/2.5.2 -module load esmf/8_1_0_beta_snapshot_47-debug +module load esmf/8_1_1-debug module load bacio/2.4.1 module load crtm/2.3.0 diff --git a/modulefiles/ufs_hera.intel b/modulefiles/ufs_hera.intel index 39df0b50e8..fc128bbf60 100644 --- a/modulefiles/ufs_hera.intel +++ b/modulefiles/ufs_hera.intel @@ -22,5 +22,3 @@ module load hpc-intel/18.0.5.274 module load hpc-impi/2018.0.4 module load ufs_common -module unload esmf/8_1_0_beta_snapshot_47 -setenv ESMFMKFILE "/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/tmp/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_jet.intel b/modulefiles/ufs_jet.intel index 816d2c4863..4c0d64bcf2 100644 --- a/modulefiles/ufs_jet.intel +++ b/modulefiles/ufs_jet.intel @@ -22,5 +22,3 @@ module load hpc-intel/18.0.5.274 module load hpc-impi/2018.4.274 module load ufs_common -module unload esmf/8_1_0_beta_snapshot_47 -setenv ESMFMKFILE "/lfs4/HFIP/hwrfv3/soft/esmf/tmp/intel-18.0.5.274/impi-2018.4.274/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_orion.intel b/modulefiles/ufs_orion.intel index f6e34e78df..3cb832fcf3 100644 --- a/modulefiles/ufs_orion.intel +++ b/modulefiles/ufs_orion.intel @@ -22,5 +22,3 @@ module load hpc-intel/2018.4 module load hpc-impi/2018.4 module load ufs_common -module unload esmf/8_1_0_beta_snapshot_47 -setenv ESMFMKFILE "/work/noaa/nems/emc.nemspara/soft/esmf/tmp/intel-2018.4/impi-2018.4/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" diff --git a/modulefiles/ufs_wcoss_cray b/modulefiles/ufs_wcoss_cray index 625976a903..0ceba9aa03 100644 --- a/modulefiles/ufs_wcoss_cray +++ b/modulefiles/ufs_wcoss_cray @@ -65,7 +65,7 @@ module load udreg module load ugni module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules -module load esmf/810bs47 +module load esmf/811bs03 module swap pmi pmi/5.0.11 diff --git a/modulefiles/ufs_wcoss_cray_debug b/modulefiles/ufs_wcoss_cray_debug index b50ad4229b..bfbb9fe1d1 100644 --- a/modulefiles/ufs_wcoss_cray_debug +++ b/modulefiles/ufs_wcoss_cray_debug @@ -65,7 +65,7 @@ module load udreg module load ugni module use /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/cmake/install/NCEPLIBS-v1.3.0/modules -module load esmf/810bs47-debug +module load esmf/811bs03-debug module swap pmi pmi/5.0.11 diff --git a/modulefiles/ufs_wcoss_dell_p3 b/modulefiles/ufs_wcoss_dell_p3 index 41bd9f2032..e9059a1b89 100644 --- a/modulefiles/ufs_wcoss_dell_p3 +++ b/modulefiles/ufs_wcoss_dell_p3 @@ -24,5 +24,3 @@ module load hpc-ips/18.0.1.163 module load hpc-impi/18.0.1 module load ufs_common -module unload esmf/8_1_0_beta_snapshot_47 -setenv ESMFMKFILE "/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/tmp/ips-18.0.1.163/impi-18.0.1/esmf/8_1_1_beta_snapshot_03/lib/esmf.mk" From 7d18241f14b64ee2d1f6f9e9fe89e49839281b00 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 19 May 2021 02:29:02 +0000 Subject: [PATCH 206/271] Update FV3, which has a better fix to deal with sea ice point for HAFS FV3ATM-HYCOM coupling without an active sea ice component. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2ad312a654..c5697d821a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2ad312a654fad724e03d0f479884f353bb57fd59 +Subproject commit c5697d821ac1087fcdb436c8aa367bb5db368454 From 5c70d5e6484c0efa607408b41c19523d957c280b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 20 May 2021 12:59:20 -0500 Subject: [PATCH 207/271] update git submodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index e84e23c7db..c283b378f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "NEMS"] path = NEMS url = https://github.com/hafs-community/NEMS - branch = feature/pio_fix_comp + branch = support/HAFS [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS @@ -29,7 +29,7 @@ [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git - branch = feature/pio_fix_comp + branch = support/HAFS [submodule "MOM6"] path = MOM6-interface/MOM6 url = https://github.com/NOAA-EMC/MOM6 @@ -44,5 +44,5 @@ branch = develop [submodule "CDEPS"] path = CDEPS - url = https://github.com/hafs-community/CDEPS - branch = feature/pio_fix_comp + url = https://github.com/ESCOMP/CDEPS.git + branch = master From 0a797443bd54162157f98a9624e879113e19a124 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 21 May 2021 13:08:37 -0500 Subject: [PATCH 208/271] update components --- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- WW3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index ff6ec1977b..611db6b0ec 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit ff6ec1977bc81a88c307f3f4317ad7e99409bd7b +Subproject commit 611db6b0ec15e56a341621a90781eb98464692bd diff --git a/FV3 b/FV3 index f5924a0084..0b9c229a7e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f5924a0084b864da81de85306d934bbee05789f0 +Subproject commit 0b9c229a7ec7d4356d5b8ba1d626940651cd2ad2 diff --git a/WW3 b/WW3 index e3d24a524d..63f07d92dc 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit e3d24a524dbc979c703392e8539ef157149a4a69 +Subproject commit 63f07d92dcaf4741ed9edbddb34151786797f6f0 From 79f9fc8bee5cb3a4001e7d92bb86a5f4d56fc5a7 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 24 May 2021 22:26:10 -0500 Subject: [PATCH 209/271] update CMEPS --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 611db6b0ec..547a72fd6b 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 611db6b0ec15e56a341621a90781eb98464692bd +Subproject commit 547a72fd6b39bb083b7e260fc7fbe9fe3c0f8f3f From 1bf594c438105b7ce1e7a2f7e2bc7b59039a3415 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 24 May 2021 23:35:45 -0500 Subject: [PATCH 210/271] sync model --- .github/pull_request_template.md | 41 +- .gitmodules | 4 +- CDEPS | 1 - CICE-interface/CICE | 2 +- CMEPS-interface/CMEPS | 2 +- CMakeLists.txt | 263 ++- FMS | 2 +- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- MOM6-interface/CMakeLists.txt | 8 +- MOM6-interface/MOM6 | 2 +- MOM6-interface/mom6_files.cmake | 47 +- NEMS | 2 +- README.md | 6 +- cmake/configure_apps.cmake | 69 + fms_files.cmake | 92 - modulefiles/macosx.gnu/fv3 | 6 +- modulefiles/macosx.gnu/fv3_debug | 6 +- modulefiles/stampede.intel/fv3 | 55 +- tests/RegressionTests_cheyenne.gnu.log | 713 ++++---- tests/RegressionTests_cheyenne.intel.log | 1317 +++++++++------ tests/RegressionTests_gaea.intel.log | 1304 +++++++------- tests/RegressionTests_hera.gnu.log | 717 ++++---- tests/RegressionTests_hera.intel.log | 1408 +++++++--------- tests/RegressionTests_jet.intel.log | 972 +++++------ tests/RegressionTests_orion.intel.log | 1500 ++++++++++------- tests/RegressionTests_stampede.intel.log | 252 +++ tests/RegressionTests_wcoss_cray.log | 1010 +++++------ tests/RegressionTests_wcoss_dell_p3.log | 1402 +++++++-------- tests/auto/.gitignore | 2 + tests/auto/jobs/bl.py | 219 +++ tests/auto/jobs/rt.py | 131 ++ tests/auto/rt_auto.py | 352 ++-- tests/auto/{rt_auto.sh => start_rt_auto.sh} | 33 +- tests/ci/ci.test | 2 +- tests/compile.sh | 57 +- tests/default_vars.sh | 1 + ...v0_hwrf_run.IN => c96_HAFS_v0_hwrf_run.IN} | 4 +- tests/fv3_conf/ccpp_cpt_run.IN | 20 - tests/fv3_conf/ccpp_csawmg3shoc127_run.IN | 20 - tests/fv3_conf/ccpp_csawmg_run.IN | 50 - tests/fv3_conf/ccpp_csawmgshoc_run.IN | 31 - tests/fv3_conf/ccpp_gfdlmp_run.IN | 49 - tests/fv3_conf/ccpp_gfs_v15_run.IN | 23 - tests/fv3_conf/ccpp_gfs_v16_run.IN | 25 - tests/fv3_conf/ccpp_gfsv16_csawmg_run.IN | 32 - tests/fv3_conf/ccpp_multigases_run.IN | 32 - tests/fv3_conf/ccpp_regional_c786_run.IN | 25 - tests/fv3_conf/ccpp_satmedmf_run.IN | 46 - tests/fv3_conf/compile_bsub.IN_wcoss_cray | 2 + tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 | 4 +- tests/fv3_conf/compile_qsub.IN_cheyenne | 2 + tests/fv3_conf/compile_qsub.IN_wcoss2 | 2 + tests/fv3_conf/compile_slurm.IN_gaea | 2 + tests/fv3_conf/compile_slurm.IN_hera | 2 + tests/fv3_conf/compile_slurm.IN_jet | 2 + tests/fv3_conf/compile_slurm.IN_orion | 2 + .../{ccpp_control_run.IN => control_run.IN} | 24 +- tests/fv3_conf/cpt_run.IN | 1 + tests/fv3_conf/csawmg3shoc127_run.IN | 23 +- tests/fv3_conf/csawmg_run.IN | 2 + tests/fv3_conf/csawmgshoc_run.IN | 32 +- ...v0_hwrf_run.IN => esg_HAFS_v0_hwrf_run.IN} | 0 tests/fv3_conf/fv3_bsub.IN_wcoss_cray | 4 +- tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3 | 4 +- tests/fv3_conf/fv3_msub.IN | 31 - tests/fv3_conf/fv3_qsub.IN_cheyenne | 4 +- tests/fv3_conf/fv3_qsub.IN_wcoss2 | 4 +- tests/fv3_conf/fv3_slurm.IN_gaea | 6 +- tests/fv3_conf/fv3_slurm.IN_hera | 4 +- tests/fv3_conf/fv3_slurm.IN_jet | 4 +- tests/fv3_conf/fv3_slurm.IN_orion | 4 +- tests/fv3_conf/fv3_slurm.IN_stampede | 8 +- ..._gf_thompson_run.IN => gf_thompson_run.IN} | 6 +- tests/fv3_conf/gfdlmp_run.IN | 10 +- tests/fv3_conf/gfs_v15_run.IN | 4 + ..._v16_flake_run.IN => gfs_v16_flake_run.IN} | 0 tests/fv3_conf/gfs_v16_run.IN | 26 +- ...un_c192L127.IN => gfs_v16_run_c192L127.IN} | 2 +- ...v16_ugwpv1_run.IN => gfsv16_ugwpv1_run.IN} | 0 tests/fv3_conf/{ccpp_gocart.IN => gocart.IN} | 0 .../fv3_conf/{ccpp_gsd_run.IN => gsd_run.IN} | 8 +- .../{ccpp_gsd_sar_run.IN => gsd_sar_run.IN} | 6 +- tests/fv3_conf/rasmgshoc_run.IN | 20 - tests/fv3_conf/regional_c786_run.IN | 25 + .../{ccpp_regional_run.IN => regional_run.IN} | 14 +- tests/fv3_conf/satmedmf_run.IN | 4 +- ...ccpp_stretched_run.IN => stretched_run.IN} | 0 ...v0_hwrf.nml.IN => c96_HAFS_v0_hwrf.nml.IN} | 0 tests/parm/{ccpp_ca.nml.IN => ca.nml.IN} | 0 tests/parm/ccpp_cpt.nml.IN | 355 ---- tests/parm/ccpp_csawmg.nml.IN | 305 ---- tests/parm/ccpp_csawmg3shoc127.nml.IN | 305 ---- tests/parm/ccpp_csawmgshoc.nml.IN | 304 ---- tests/parm/ccpp_input_nest02.nml.IN | 292 ---- .../{ccpp_control.nml.IN => control.nml.IN} | 0 tests/parm/cpt.nml.IN | 3 + tests/parm/csawmg.nml.IN | 5 +- tests/parm/csawmg3shoc127.nml.IN | 7 +- tests/parm/csawmgshoc.nml.IN | 5 +- ...IN => esg_HAFS_v0_hwrf-model_configure.IN} | 0 ...v0_hwrf.nml.IN => esg_HAFS_v0_hwrf.nml.IN} | 0 .../{ccpp_gfdlmp.nml.IN => gfdlmp.nml.IN} | 0 ...v16_csawmg.nml.IN => gfsv16_csawmg.nml.IN} | 0 .../{ccpp.gocart.nml.IN => gocart.nml.IN} | 0 tests/parm/{ccpp_gsd.nml.IN => gsd.nml.IN} | 0 ...pp_gsd_rrtmgp.nml.IN => gsd_rrtmgp.nml.IN} | 0 ...onfigure.IN => gsd_sar-model_configure.IN} | 0 .../{ccpp_gsd_sar.nml.IN => gsd_sar.nml.IN} | 0 tests/parm/input.mom6_ccpp.nml.IN | 3 - tests/parm/input_nest02.nml.IN | 3 +- tests/parm/{ccpp_lndp.nml.IN => lndp.nml.IN} | 0 ..._multi_gases.nml.IN => multi_gases.nml.IN} | 0 .../{ccpp_regional.nml.IN => regional.nml.IN} | 0 ...ional_c768.nml.IN => regional_c768.nml.IN} | 0 ...ed-input.nml.IN => stretched-input.nml.IN} | 0 ...put.nml.IN => stretched-nest-input.nml.IN} | 3 +- ...ccpp_v15p2_c96.nml.IN => v15p2_c96.nml.IN} | 11 +- ..._rrtmgp.nml.IN => v15p2_c96_rrtmgp.nml.IN} | 0 ...tmgp.nml.IN => v16_c192L127_rrtmgp.nml.IN} | 0 .../{ccpp_v16_c96.nml.IN => v16_c96.nml.IN} | 9 +- ...96_rrtmgp.nml.IN => v16_c96_rrtmgp.nml.IN} | 0 ...96_ugwpv1.nml.IN => v16_c96_ugwpv1.nml.IN} | 0 ..._flake_c96.nml.IN => v16_flake_c96.nml.IN} | 0 tests/rt.conf | 298 ++-- tests/rt.sh | 50 +- tests/rt_35d.conf | 10 +- tests/rt_ccpp_dev.conf | 72 +- tests/rt_gnu.conf | 99 +- tests/rt_utils.sh | 11 +- tests/run_compile.sh | 6 + tests/run_test.sh | 7 + .../tests/{fv3_ccpp_2threads => fv3_2threads} | 4 +- ...fv3_ccpp_HAFS_v0_hwrf => fv3_HAFS_v0_hwrf} | 4 +- ...S_v0_hwrf_debug => fv3_HAFS_v0_hwrf_debug} | 4 +- ...wrf_thompson => fv3_HAFS_v0_hwrf_thompson} | 4 +- ..._debug => fv3_HAFS_v0_hwrf_thompson_debug} | 4 +- .../tests/{fv3_ccpp_appbuild => fv3_appbuild} | 4 +- tests/tests/{fv3_ccpp_ca => fv3_ca} | 4 +- tests/tests/{fv3_ccpp_control => fv3_control} | 4 +- ...3_ccpp_control_32bit => fv3_control_32bit} | 4 +- ...3_ccpp_control_debug => fv3_control_debug} | 4 +- tests/tests/{fv3_ccpp_cpt => fv3_cpt} | 4 +- tests/tests/{fv3_ccpp_csawmg => fv3_csawmg} | 4 +- ...ccpp_csawmg3shoc127 => fv3_csawmg3shoc127} | 4 +- .../{fv3_ccpp_csawmgshoc => fv3_csawmgshoc} | 4 +- tests/tests/{fv3_ccpp_decomp => fv3_decomp} | 4 +- ...thompson => fv3_esg_HAFS_v0_hwrf_thompson} | 6 +- ...ug => fv3_esg_HAFS_v0_hwrf_thompson_debug} | 6 +- tests/tests/{fv3_ccpp_gf => fv3_gf} | 4 +- .../{fv3_ccpp_gf_thompson => fv3_gf_thompson} | 4 +- tests/tests/{fv3_ccpp_gfdlmp => fv3_gfdlmp} | 4 +- ...fv3_ccpp_gfdlmp_32bit => fv3_gfdlmp_32bit} | 4 +- .../{fv3_ccpp_gfdlmprad => fv3_gfdlmprad} | 4 +- ...ad_32bit_post => fv3_gfdlmprad_32bit_post} | 4 +- ..._gfdlmprad_atmwav => fv3_gfdlmprad_atmwav} | 4 +- ...3_ccpp_gfdlmprad_gwd => fv3_gfdlmprad_gwd} | 4 +- ..._gfdlmprad_noahmp => fv3_gfdlmprad_noahmp} | 4 +- tests/tests/{fv3_ccpp_gfs_myj => fv3_gfs_myj} | 4 +- .../{fv3_ccpp_gfs_v15p2 => fv3_gfs_v15p2} | 4 +- ..._gfs_v15p2_RRTMGP => fv3_gfs_v15p2_RRTMGP} | 4 +- ...RTMGP_debug => fv3_gfs_v15p2_RRTMGP_debug} | 4 +- ...pp_gfs_v15p2_debug => fv3_gfs_v15p2_debug} | 4 +- tests/tests/{fv3_ccpp_gfs_v16 => fv3_gfs_v16} | 5 +- ...ccpp_gfs_v16_RRTMGP => fv3_gfs_v16_RRTMGP} | 5 +- ..._RRTMGP_2thrd => fv3_gfs_v16_RRTMGP_2thrd} | 5 +- ...P_c192L127 => fv3_gfs_v16_RRTMGP_c192L127} | 4 +- ..._RRTMGP_debug => fv3_gfs_v16_RRTMGP_debug} | 5 +- ...3_ccpp_gfs_v16_debug => fv3_gfs_v16_debug} | 5 +- ...3_ccpp_gfs_v16_flake => fv3_gfs_v16_flake} | 4 +- tests/tests/fv3_gfs_v16_ras | 88 + tests/tests/fv3_gfs_v16_ras_debug | 90 + ...pp_gfs_v16_restart => fv3_gfs_v16_restart} | 5 +- ...ccpp_gfs_v16_stochy => fv3_gfs_v16_stochy} | 5 +- ...3_ccpp_gfsv16_csawmg => fv3_gfsv16_csawmg} | 4 +- ...ccpp_gfsv16_csawmgt => fv3_gfsv16_csawmgt} | 4 +- ...3_ccpp_gfsv16_ugwpv1 => fv3_gfsv16_ugwpv1} | 15 +- ...6_ugwpv1_debug => fv3_gfsv16_ugwpv1_debug} | 15 +- ..._warmstart => fv3_gfsv16_ugwpv1_warmstart} | 16 +- .../{fv3_ccpp_gocart_clm => fv3_gocart_clm} | 4 +- tests/tests/{fv3_ccpp_gsd => fv3_gsd} | 4 +- .../{fv3_ccpp_gsd_RRTMGP => fv3_gsd_RRTMGP} | 4 +- ..._gsd_RRTMGP_debug => fv3_gsd_RRTMGP_debug} | 4 +- ...3_ccpp_gsd_coldstart => fv3_gsd_coldstart} | 4 +- .../{fv3_ccpp_gsd_debug => fv3_gsd_debug} | 4 +- ..._gsd_diag3d_debug => fv3_gsd_diag3d_debug} | 4 +- ...ccpp_gsd_drag_suite => fv3_gsd_drag_suite} | 4 +- ...d_ugwp => fv3_gsd_drag_suite_unified_ugwp} | 4 +- .../tests/{fv3_ccpp_gsd_lndp => fv3_gsd_lndp} | 4 +- .../{fv3_ccpp_gsd_mynnsfc => fv3_gsd_mynnsfc} | 4 +- ...sd_mynnsfc_debug => fv3_gsd_mynnsfc_debug} | 4 +- .../tests/{fv3_ccpp_gsd_noah => fv3_gsd_noah} | 4 +- ...3_ccpp_gsd_noah_lndp => fv3_gsd_noah_lndp} | 4 +- ..._gsd_noah_mynnsfc => fv3_gsd_noah_mynnsfc} | 4 +- ...nnsfc_debug => fv3_gsd_noah_mynnsfc_debug} | 4 +- tests/tests/{fv3_ccpp_gsd_sar => fv3_gsd_sar} | 6 +- ...3_ccpp_gsd_sar_debug => fv3_gsd_sar_debug} | 6 +- ..._gsd_unified_ugwp => fv3_gsd_unified_ugwp} | 4 +- ...3_ccpp_gsd_warmstart => fv3_gsd_warmstart} | 4 +- tests/tests/{fv3_ccpp_h2ophys => fv3_h2ophys} | 4 +- tests/tests/{fv3_ccpp_hrrr => fv3_hrrr} | 4 +- tests/tests/{fv3_ccpp_iau => fv3_iau} | 4 +- .../{fv3_ccpp_lheatstrg => fv3_lheatstrg} | 4 +- tests/tests/{fv3_ccpp_lndp => fv3_lndp} | 4 +- .../{fv3_ccpp_multigases => fv3_multigases} | 4 +- tests/tests/{fv3_ccpp_mynn => fv3_mynn} | 4 +- .../tests/{fv3_ccpp_ntiedtke => fv3_ntiedtke} | 4 +- .../{fv3_ccpp_ozphys_2015 => fv3_ozphys_2015} | 4 +- tests/tests/{fv3_ccpp_rap => fv3_rap} | 4 +- tests/tests/fv3_rasmgshoc | 66 - .../tests/{fv3_ccpp_read_inc => fv3_read_inc} | 4 +- ...3_ccpp_regional_c768 => fv3_regional_c768} | 6 +- ..._regional_control => fv3_regional_control} | 4 +- ...ntrol_debug => fv3_regional_control_debug} | 4 +- ...ccpp_regional_quilt => fv3_regional_quilt} | 4 +- ...nal_quilt_hafs => fv3_regional_quilt_hafs} | 4 +- ...lel => fv3_regional_quilt_netcdf_parallel} | 4 +- ..._regional_restart => fv3_regional_restart} | 4 +- tests/tests/{fv3_ccpp_restart => fv3_restart} | 4 +- .../{fv3_ccpp_rrfs_v1beta => fv3_rrfs_v1beta} | 4 +- ...rfs_v1beta_debug => fv3_rrfs_v1beta_debug} | 4 +- tests/tests/{fv3_ccpp_sas => fv3_sas} | 4 +- .../tests/{fv3_ccpp_satmedmf => fv3_satmedmf} | 4 +- .../{fv3_ccpp_satmedmfq => fv3_satmedmfq} | 4 +- .../tests/{fv3_ccpp_shinhong => fv3_shinhong} | 4 +- tests/tests/{fv3_ccpp_stochy => fv3_stochy} | 4 +- .../{fv3_ccpp_stretched => fv3_stretched} | 4 +- ...ccpp_stretched_nest => fv3_stretched_nest} | 6 +- ...ed_nest_debug => fv3_stretched_nest_debug} | 6 +- ...ed_nest_quilt => fv3_stretched_nest_quilt} | 6 +- .../tests/{fv3_ccpp_thompson => fv3_thompson} | 4 +- ...ccpp_thompson_debug => fv3_thompson_debug} | 4 +- ...3_ccpp_thompson_mynn => fv3_thompson_mynn} | 4 +- ..._thompson_no_aero => fv3_thompson_no_aero} | 4 +- ..._aero_debug => fv3_thompson_no_aero_debug} | 4 +- ...pp_wrtGauss_nemsio => fv3_wrtGauss_nemsio} | 4 +- ...s_nemsio_c192 => fv3_wrtGauss_nemsio_c192} | 4 +- ...s_nemsio_c768 => fv3_wrtGauss_nemsio_c768} | 4 +- ...pp_wrtGauss_netcdf => fv3_wrtGauss_netcdf} | 4 +- ...s_netcdf_esmf => fv3_wrtGauss_netcdf_esmf} | 4 +- ..._parallel => fv3_wrtGauss_netcdf_parallel} | 4 +- ...rtGlatlon_netcdf => fv3_wrtGlatlon_netcdf} | 4 +- tests/tests/{fv3_ccpp_ysu => fv3_ysu} | 4 +- tests/utest | 27 +- tests/utest.bld | 44 +- 245 files changed, 7114 insertions(+), 8512 deletions(-) delete mode 160000 CDEPS create mode 100644 cmake/configure_apps.cmake delete mode 100644 fms_files.cmake create mode 100644 tests/RegressionTests_stampede.intel.log create mode 100644 tests/auto/.gitignore create mode 100644 tests/auto/jobs/bl.py create mode 100644 tests/auto/jobs/rt.py rename tests/auto/{rt_auto.sh => start_rt_auto.sh} (56%) rename tests/fv3_conf/{ccpp_c96_HAFS_v0_hwrf_run.IN => c96_HAFS_v0_hwrf_run.IN} (96%) delete mode 100644 tests/fv3_conf/ccpp_cpt_run.IN delete mode 100644 tests/fv3_conf/ccpp_csawmg3shoc127_run.IN delete mode 100644 tests/fv3_conf/ccpp_csawmg_run.IN delete mode 100644 tests/fv3_conf/ccpp_csawmgshoc_run.IN delete mode 100644 tests/fv3_conf/ccpp_gfdlmp_run.IN delete mode 100644 tests/fv3_conf/ccpp_gfs_v15_run.IN delete mode 100644 tests/fv3_conf/ccpp_gfs_v16_run.IN delete mode 100644 tests/fv3_conf/ccpp_gfsv16_csawmg_run.IN delete mode 100644 tests/fv3_conf/ccpp_multigases_run.IN delete mode 100644 tests/fv3_conf/ccpp_regional_c786_run.IN delete mode 100644 tests/fv3_conf/ccpp_satmedmf_run.IN mode change 100644 => 100755 tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 rename tests/fv3_conf/{ccpp_control_run.IN => control_run.IN} (70%) rename tests/fv3_conf/{ccpp_esg_HAFS_v0_hwrf_run.IN => esg_HAFS_v0_hwrf_run.IN} (100%) delete mode 100644 tests/fv3_conf/fv3_msub.IN rename tests/fv3_conf/{ccpp_gf_thompson_run.IN => gf_thompson_run.IN} (85%) rename tests/fv3_conf/{ccpp_gfs_v16_flake_run.IN => gfs_v16_flake_run.IN} (100%) rename tests/fv3_conf/{ccpp_gfs_v16_run_c192L127.IN => gfs_v16_run_c192L127.IN} (93%) rename tests/fv3_conf/{ccpp_gfsv16_ugwpv1_run.IN => gfsv16_ugwpv1_run.IN} (100%) rename tests/fv3_conf/{ccpp_gocart.IN => gocart.IN} (100%) rename tests/fv3_conf/{ccpp_gsd_run.IN => gsd_run.IN} (91%) rename tests/fv3_conf/{ccpp_gsd_sar_run.IN => gsd_sar_run.IN} (85%) delete mode 100644 tests/fv3_conf/rasmgshoc_run.IN create mode 100644 tests/fv3_conf/regional_c786_run.IN rename tests/fv3_conf/{ccpp_regional_run.IN => regional_run.IN} (65%) rename tests/fv3_conf/{ccpp_stretched_run.IN => stretched_run.IN} (100%) rename tests/parm/{ccpp_c96_HAFS_v0_hwrf.nml.IN => c96_HAFS_v0_hwrf.nml.IN} (100%) rename tests/parm/{ccpp_ca.nml.IN => ca.nml.IN} (100%) delete mode 100644 tests/parm/ccpp_cpt.nml.IN delete mode 100644 tests/parm/ccpp_csawmg.nml.IN delete mode 100644 tests/parm/ccpp_csawmg3shoc127.nml.IN delete mode 100644 tests/parm/ccpp_csawmgshoc.nml.IN delete mode 100644 tests/parm/ccpp_input_nest02.nml.IN rename tests/parm/{ccpp_control.nml.IN => control.nml.IN} (100%) rename tests/parm/{ccpp_esg_HAFS_v0_hwrf-model_configure.IN => esg_HAFS_v0_hwrf-model_configure.IN} (100%) rename tests/parm/{ccpp_esg_HAFS_v0_hwrf.nml.IN => esg_HAFS_v0_hwrf.nml.IN} (100%) rename tests/parm/{ccpp_gfdlmp.nml.IN => gfdlmp.nml.IN} (100%) rename tests/parm/{ccpp_gfsv16_csawmg.nml.IN => gfsv16_csawmg.nml.IN} (100%) rename tests/parm/{ccpp.gocart.nml.IN => gocart.nml.IN} (100%) rename tests/parm/{ccpp_gsd.nml.IN => gsd.nml.IN} (100%) rename tests/parm/{ccpp_gsd_rrtmgp.nml.IN => gsd_rrtmgp.nml.IN} (100%) rename tests/parm/{ccpp_gsd_sar-model_configure.IN => gsd_sar-model_configure.IN} (100%) rename tests/parm/{ccpp_gsd_sar.nml.IN => gsd_sar.nml.IN} (100%) rename tests/parm/{ccpp_lndp.nml.IN => lndp.nml.IN} (100%) rename tests/parm/{ccpp_multi_gases.nml.IN => multi_gases.nml.IN} (100%) rename tests/parm/{ccpp_regional.nml.IN => regional.nml.IN} (100%) rename tests/parm/{ccpp_regional_c768.nml.IN => regional_c768.nml.IN} (100%) rename tests/parm/{ccpp_stretched-input.nml.IN => stretched-input.nml.IN} (100%) rename tests/parm/{ccpp_stretched-nest-input.nml.IN => stretched-nest-input.nml.IN} (99%) rename tests/parm/{ccpp_v15p2_c96.nml.IN => v15p2_c96.nml.IN} (97%) rename tests/parm/{ccpp_v15p2_c96_rrtmgp.nml.IN => v15p2_c96_rrtmgp.nml.IN} (100%) rename tests/parm/{ccpp_v16_c192L127_rrtmgp.nml.IN => v16_c192L127_rrtmgp.nml.IN} (100%) rename tests/parm/{ccpp_v16_c96.nml.IN => v16_c96.nml.IN} (97%) rename tests/parm/{ccpp_v16_c96_rrtmgp.nml.IN => v16_c96_rrtmgp.nml.IN} (100%) rename tests/parm/{ccpp_v16_c96_ugwpv1.nml.IN => v16_c96_ugwpv1.nml.IN} (100%) rename tests/parm/{ccpp_v16_flake_c96.nml.IN => v16_flake_c96.nml.IN} (100%) rename tests/tests/{fv3_ccpp_2threads => fv3_2threads} (97%) rename tests/tests/{fv3_ccpp_HAFS_v0_hwrf => fv3_HAFS_v0_hwrf} (97%) rename tests/tests/{fv3_ccpp_HAFS_v0_hwrf_debug => fv3_HAFS_v0_hwrf_debug} (97%) rename tests/tests/{fv3_ccpp_HAFS_v0_hwrf_thompson => fv3_HAFS_v0_hwrf_thompson} (97%) rename tests/tests/{fv3_ccpp_HAFS_v0_hwrf_thompson_debug => fv3_HAFS_v0_hwrf_thompson_debug} (97%) rename tests/tests/{fv3_ccpp_appbuild => fv3_appbuild} (97%) rename tests/tests/{fv3_ccpp_ca => fv3_ca} (97%) rename tests/tests/{fv3_ccpp_control => fv3_control} (97%) rename tests/tests/{fv3_ccpp_control_32bit => fv3_control_32bit} (97%) rename tests/tests/{fv3_ccpp_control_debug => fv3_control_debug} (94%) rename tests/tests/{fv3_ccpp_cpt => fv3_cpt} (97%) rename tests/tests/{fv3_ccpp_csawmg => fv3_csawmg} (97%) rename tests/tests/{fv3_ccpp_csawmg3shoc127 => fv3_csawmg3shoc127} (96%) rename tests/tests/{fv3_ccpp_csawmgshoc => fv3_csawmgshoc} (96%) rename tests/tests/{fv3_ccpp_decomp => fv3_decomp} (97%) rename tests/tests/{fv3_ccpp_esg_HAFS_v0_hwrf_thompson => fv3_esg_HAFS_v0_hwrf_thompson} (90%) rename tests/tests/{fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug => fv3_esg_HAFS_v0_hwrf_thompson_debug} (90%) rename tests/tests/{fv3_ccpp_gf => fv3_gf} (98%) rename tests/tests/{fv3_ccpp_gf_thompson => fv3_gf_thompson} (98%) rename tests/tests/{fv3_ccpp_gfdlmp => fv3_gfdlmp} (97%) rename tests/tests/{fv3_ccpp_gfdlmp_32bit => fv3_gfdlmp_32bit} (97%) rename tests/tests/{fv3_ccpp_gfdlmprad => fv3_gfdlmprad} (97%) rename tests/tests/{fv3_ccpp_gfdlmprad_32bit_post => fv3_gfdlmprad_32bit_post} (97%) rename tests/tests/{fv3_ccpp_gfdlmprad_atmwav => fv3_gfdlmprad_atmwav} (97%) rename tests/tests/{fv3_ccpp_gfdlmprad_gwd => fv3_gfdlmprad_gwd} (97%) rename tests/tests/{fv3_ccpp_gfdlmprad_noahmp => fv3_gfdlmprad_noahmp} (97%) rename tests/tests/{fv3_ccpp_gfs_myj => fv3_gfs_myj} (97%) rename tests/tests/{fv3_ccpp_gfs_v15p2 => fv3_gfs_v15p2} (97%) rename tests/tests/{fv3_ccpp_gfs_v15p2_RRTMGP => fv3_gfs_v15p2_RRTMGP} (97%) rename tests/tests/{fv3_ccpp_gfs_v15p2_RRTMGP_debug => fv3_gfs_v15p2_RRTMGP_debug} (97%) rename tests/tests/{fv3_ccpp_gfs_v15p2_debug => fv3_gfs_v15p2_debug} (97%) rename tests/tests/{fv3_ccpp_gfs_v16 => fv3_gfs_v16} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_RRTMGP => fv3_gfs_v16_RRTMGP} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_RRTMGP_2thrd => fv3_gfs_v16_RRTMGP_2thrd} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_RRTMGP_c192L127 => fv3_gfs_v16_RRTMGP_c192L127} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_RRTMGP_debug => fv3_gfs_v16_RRTMGP_debug} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_debug => fv3_gfs_v16_debug} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_flake => fv3_gfs_v16_flake} (97%) create mode 100644 tests/tests/fv3_gfs_v16_ras create mode 100644 tests/tests/fv3_gfs_v16_ras_debug rename tests/tests/{fv3_ccpp_gfs_v16_restart => fv3_gfs_v16_restart} (97%) rename tests/tests/{fv3_ccpp_gfs_v16_stochy => fv3_gfs_v16_stochy} (97%) rename tests/tests/{fv3_ccpp_gfsv16_csawmg => fv3_gfsv16_csawmg} (96%) rename tests/tests/{fv3_ccpp_gfsv16_csawmgt => fv3_gfsv16_csawmgt} (96%) rename tests/tests/{fv3_ccpp_gfsv16_ugwpv1 => fv3_gfsv16_ugwpv1} (85%) rename tests/tests/{fv3_ccpp_gfsv16_ugwpv1_debug => fv3_gfsv16_ugwpv1_debug} (84%) rename tests/tests/{fv3_ccpp_gfsv16_ugwpv1_warmstart => fv3_gfsv16_ugwpv1_warmstart} (84%) rename tests/tests/{fv3_ccpp_gocart_clm => fv3_gocart_clm} (97%) rename tests/tests/{fv3_ccpp_gsd => fv3_gsd} (98%) rename tests/tests/{fv3_ccpp_gsd_RRTMGP => fv3_gsd_RRTMGP} (98%) rename tests/tests/{fv3_ccpp_gsd_RRTMGP_debug => fv3_gsd_RRTMGP_debug} (97%) rename tests/tests/{fv3_ccpp_gsd_coldstart => fv3_gsd_coldstart} (96%) rename tests/tests/{fv3_ccpp_gsd_debug => fv3_gsd_debug} (98%) rename tests/tests/{fv3_ccpp_gsd_diag3d_debug => fv3_gsd_diag3d_debug} (98%) rename tests/tests/{fv3_ccpp_gsd_drag_suite => fv3_gsd_drag_suite} (98%) rename tests/tests/{fv3_ccpp_gsd_drag_suite_unified_ugwp => fv3_gsd_drag_suite_unified_ugwp} (98%) rename tests/tests/{fv3_ccpp_gsd_lndp => fv3_gsd_lndp} (98%) rename tests/tests/{fv3_ccpp_gsd_mynnsfc => fv3_gsd_mynnsfc} (98%) rename tests/tests/{fv3_ccpp_gsd_mynnsfc_debug => fv3_gsd_mynnsfc_debug} (98%) rename tests/tests/{fv3_ccpp_gsd_noah => fv3_gsd_noah} (98%) rename tests/tests/{fv3_ccpp_gsd_noah_lndp => fv3_gsd_noah_lndp} (98%) rename tests/tests/{fv3_ccpp_gsd_noah_mynnsfc => fv3_gsd_noah_mynnsfc} (98%) rename tests/tests/{fv3_ccpp_gsd_noah_mynnsfc_debug => fv3_gsd_noah_mynnsfc_debug} (98%) rename tests/tests/{fv3_ccpp_gsd_sar => fv3_gsd_sar} (87%) rename tests/tests/{fv3_ccpp_gsd_sar_debug => fv3_gsd_sar_debug} (88%) rename tests/tests/{fv3_ccpp_gsd_unified_ugwp => fv3_gsd_unified_ugwp} (98%) rename tests/tests/{fv3_ccpp_gsd_warmstart => fv3_gsd_warmstart} (98%) rename tests/tests/{fv3_ccpp_h2ophys => fv3_h2ophys} (97%) rename tests/tests/{fv3_ccpp_hrrr => fv3_hrrr} (98%) rename tests/tests/{fv3_ccpp_iau => fv3_iau} (97%) rename tests/tests/{fv3_ccpp_lheatstrg => fv3_lheatstrg} (97%) rename tests/tests/{fv3_ccpp_lndp => fv3_lndp} (97%) rename tests/tests/{fv3_ccpp_multigases => fv3_multigases} (97%) rename tests/tests/{fv3_ccpp_mynn => fv3_mynn} (98%) rename tests/tests/{fv3_ccpp_ntiedtke => fv3_ntiedtke} (97%) rename tests/tests/{fv3_ccpp_ozphys_2015 => fv3_ozphys_2015} (97%) rename tests/tests/{fv3_ccpp_rap => fv3_rap} (98%) delete mode 100644 tests/tests/fv3_rasmgshoc rename tests/tests/{fv3_ccpp_read_inc => fv3_read_inc} (97%) rename tests/tests/{fv3_ccpp_regional_c768 => fv3_regional_c768} (86%) rename tests/tests/{fv3_ccpp_regional_control => fv3_regional_control} (92%) rename tests/tests/{fv3_ccpp_regional_control_debug => fv3_regional_control_debug} (92%) rename tests/tests/{fv3_ccpp_regional_quilt => fv3_regional_quilt} (92%) rename tests/tests/{fv3_ccpp_regional_quilt_hafs => fv3_regional_quilt_hafs} (91%) rename tests/tests/{fv3_ccpp_regional_quilt_netcdf_parallel => fv3_regional_quilt_netcdf_parallel} (92%) rename tests/tests/{fv3_ccpp_regional_restart => fv3_regional_restart} (93%) rename tests/tests/{fv3_ccpp_restart => fv3_restart} (97%) rename tests/tests/{fv3_ccpp_rrfs_v1beta => fv3_rrfs_v1beta} (98%) rename tests/tests/{fv3_ccpp_rrfs_v1beta_debug => fv3_rrfs_v1beta_debug} (98%) rename tests/tests/{fv3_ccpp_sas => fv3_sas} (97%) rename tests/tests/{fv3_ccpp_satmedmf => fv3_satmedmf} (97%) rename tests/tests/{fv3_ccpp_satmedmfq => fv3_satmedmfq} (97%) rename tests/tests/{fv3_ccpp_shinhong => fv3_shinhong} (97%) rename tests/tests/{fv3_ccpp_stochy => fv3_stochy} (97%) rename tests/tests/{fv3_ccpp_stretched => fv3_stretched} (97%) rename tests/tests/{fv3_ccpp_stretched_nest => fv3_stretched_nest} (96%) rename tests/tests/{fv3_ccpp_stretched_nest_debug => fv3_stretched_nest_debug} (91%) rename tests/tests/{fv3_ccpp_stretched_nest_quilt => fv3_stretched_nest_quilt} (96%) rename tests/tests/{fv3_ccpp_thompson => fv3_thompson} (98%) rename tests/tests/{fv3_ccpp_thompson_debug => fv3_thompson_debug} (98%) rename tests/tests/{fv3_ccpp_thompson_mynn => fv3_thompson_mynn} (98%) rename tests/tests/{fv3_ccpp_thompson_no_aero => fv3_thompson_no_aero} (98%) rename tests/tests/{fv3_ccpp_thompson_no_aero_debug => fv3_thompson_no_aero_debug} (98%) rename tests/tests/{fv3_ccpp_wrtGauss_nemsio => fv3_wrtGauss_nemsio} (97%) rename tests/tests/{fv3_ccpp_wrtGauss_nemsio_c192 => fv3_wrtGauss_nemsio_c192} (97%) rename tests/tests/{fv3_ccpp_wrtGauss_nemsio_c768 => fv3_wrtGauss_nemsio_c768} (98%) rename tests/tests/{fv3_ccpp_wrtGauss_netcdf => fv3_wrtGauss_netcdf} (97%) rename tests/tests/{fv3_ccpp_wrtGauss_netcdf_esmf => fv3_wrtGauss_netcdf_esmf} (97%) rename tests/tests/{fv3_ccpp_wrtGauss_netcdf_parallel => fv3_wrtGauss_netcdf_parallel} (97%) rename tests/tests/{fv3_ccpp_wrtGlatlon_netcdf => fv3_wrtGlatlon_netcdf} (97%) rename tests/tests/{fv3_ccpp_ysu => fv3_ysu} (97%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a28608f484..bc16629331 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,29 +1,46 @@ +# PR Checklist + +- [ ] Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model [wiki](https://github.com/ufs-community/ufs-weather-model/wiki/Making-code-changes-in-the-UFS-weather-model-and-its-subcomponents) if you are unsure how to do this. + +- [ ] This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR + +- [ ] An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR +are specified below. + +- [ ] If new or updated input data is required by this PR, it is clearly stated in the text of the PR. + +## Instructions: All subsequent sections of text should be filled in as appropriate. + +The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model. + ## Description -(Instructions: this, and all subsequent sections of text should be removed and filled in as appropriate.) -Provide a detailed description of what this PR does. -What bug does it fix, or what feature does it add? -Is a change of answers expected from this PR? -Are any library updates included in this PR (modulefiles etc.)? +Provide a detailed description of what this PR does. What bug does it fix, or what feature does it add? Is a change of answers expected from this PR? Are any library updates included in this PR (modulefiles etc.)? ### Issue(s) addressed Link the issues to be closed with this PR, whether in this repository, or in another repository. -(Remember, issues should always be created before starting work on a PR branch!) +(Remember, issues must always be created before starting work on a PR branch!) - fixes # - fixes noaa-emc/fv3atm/issues/ ## Testing -How were these changes tested? -What compilers / HPCs was it tested with? -Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) -Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms) +How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms) + +- [ ] hera.intel +- [ ] hera.gnu +- [ ] orion.intel +- [ ] cheyenne.intel +- [ ] cheyenne.gnu +- [ ] gaea.intel +- [ ] jet.intel +- [ ] wcoss_cray +- [ ] wcoss_dell_p3 ## Dependencies -If testing this branch requires non-default branches in other repositories, list them. -Those branches should have matching names (ideally) +If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally). Do PRs in upstream repositories need to be merged first? If so add the "waiting for other repos" label and list the upstream PRs diff --git a/.gitmodules b/.gitmodules index 45a38f5a12..fd683ff881 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,6 +43,6 @@ url = https://github.com/NOAA-EMC/NEMSdatm branch = develop [submodule "CDEPS"] - path = CDEPS + path = CDEPS-interface/CDEPS url = https://github.com/hafs-community/CDEPS - branch = support/HAFS + branch = emc/develop diff --git a/CDEPS b/CDEPS deleted file mode 160000 index d94eecadb8..0000000000 --- a/CDEPS +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d94eecadb8b89f072d36745586ad4150eac93f3a diff --git a/CICE-interface/CICE b/CICE-interface/CICE index f773ef3892..2eca569055 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit f773ef3892615da4b4af26b4be3e57c9f29b9343 +Subproject commit 2eca569055a0bcbd0f72859bc7d71ba802231ffe diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 547a72fd6b..69ea3a3b80 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 547a72fd6b39bb083b7e260fc7fbe9fe3c0f8f3f +Subproject commit 69ea3a3b8015f0c1593e743683761834ac5677d3 diff --git a/CMakeLists.txt b/CMakeLists.txt index a45eff45a9..e7eeb2876f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,14 +27,27 @@ set(INLINE_POST OFF CACHE BOOL "Enable inline post") set(MULTI_GASES OFF CACHE BOOL "Enable MULTI_GASES") set(OPENMP ON CACHE BOOL "Enable OpenMP threading") set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF") -set(QUAD_PRECISION ON CACHE BOOL "Enable QUAD_PRECISION (for certain grid metric terms in dycore)") set(REPRO OFF CACHE BOOL "Enable REPRO mode") -set(WW3 OFF CACHE BOOL "Enable WW3") +set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") + +# Component Options +set(FMS OFF CACHE BOOL "Enable FMS") +set(FV3 OFF CACHE BOOL "Enable FV3") +set(MOM6 OFF CACHE BOOL "Enable MOM6") set(HYCOM OFF CACHE BOOL "Enable HYCOM") +set(CICE6 OFF CACHE BOOL "Enable CICE6") +set(WW3 OFF CACHE BOOL "Enable WW3") +set(STOCH_PHYS OFF CACHE BOOL "Enable Stochastic Physics") +set(NEMSdatm OFF CACHE BOOL "Enable NEMSdatm") set(CMEPS OFF CACHE BOOL "Enable CMEPS") -set(S2S OFF CACHE BOOL "Enable S2S") -set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") -set(DATM OFF CACHE BOOL "Enable Data Atmosphere") +set(CDEPS OFF CACHE BOOL "Enable CDEPS") + +# Valid applications and choices +list(APPEND VALID_APPS ATM ATMW S2S S2SW HAFS HAFSW DATM DATM_NEMS) +set(APP NONE CACHE BOOL "Application Name") +if(NOT (APP IN_LIST VALID_APPS)) + message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") +endif() ############################################################################### ### Set CMAKE_BUILD_TYPE for DEBUG mode @@ -67,7 +80,6 @@ if(CMAKE_Platform) endif() message("") -message("32BIT ............ ${32BIT}") message("AVX2 ............. ${AVX2}") message("SIMDMULTIARCH ... ${SIMDMULTIARCH}") message("DEBUG ............ ${DEBUG}") @@ -76,13 +88,27 @@ message("INLINE_POST ...... ${INLINE_POST}") message("MULTI_GASES ...... ${MULTI_GASES}") message("OPENMP ........... ${OPENMP}") message("PARALLEL_NETCDF .. ${PARALLEL_NETCDF}") -message("QUAD_PRECISION ... ${QUAD_PRECISION}") message("REPRO ............ ${REPRO}") -message("WW3 .............. ${WW3}") +message("") + +# Configure selected application specific components +include(cmake/configure_apps.cmake) + +# Components +message("") +message("FMS .............. ${FMS}") +message("FV3 .............. ${FV3}") +message("MOM6 ............. ${MOM6}") message("HYCOM ............ ${HYCOM}") +message("CICE6 ............ ${CICE6}") +message("WW3 .............. ${WW3}") +message("STOCH_PHYS ....... ${STOCH_PHYS}") +message("NEMSdatm ......... ${NEMSdatm}") +message("CDEPS ............ ${CDEPS}") message("CMEPS ............ ${CMEPS}") -message("S2S .............. ${S2S}") -message("DATM ............. ${DATM}") + +# Options that applications reset +message("32BIT ............ ${32BIT}") message("") get_filename_component (C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) @@ -112,9 +138,6 @@ find_package(ESMF MODULE REQUIRED) if(CMEPS) find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) endif() -if(S2S) - find_package(PIO REQUIRED COMPONENTS C Fortran STATIC) -endif() find_package(bacio REQUIRED) find_package(nemsio REQUIRED) @@ -132,82 +155,40 @@ target_link_libraries(nemsio::nemsio INTERFACE w3emc::w3emc_d bacio::bacio_4) find_package(Python 3 REQUIRED COMPONENTS Interpreter) message("Found Python: ${Python_EXECUTABLE}") -############################################################################### -### Checks -############################################################################### -if(DATM AND NOT S2S) - message(FATAL_ERROR "DATM=ON and S2S=OFF are incompatible, ABORT!") -endif() - -if(S2S AND 32BIT) - message(FATAL_ERROR "S2S=ON and 32BIT=ON are incompatible, ABORT!") -endif() - ############################################################################### ### FMS ############################################################################### -include(fms_files.cmake) -add_library(fms ${fms_src_files} ${fms_headers}) - -list(APPEND _fms_defs_public use_libMPI - use_netCDF - GFS_PHYS - INTERNAL_FILE_NML) -if(QUAD_PRECISION) - list(APPEND _fms_defs_public ENABLE_QUAD_PRECISION) -endif() - -# check gettid -include(CheckFunctionExists) -check_function_exists(gettid HAVE_GETTID) -if(HAVE_GETTID) - list(APPEND _fms_defs_public HAVE_GETTID) -endif() - -target_compile_definitions(fms PUBLIC "${_fms_defs_public}") +if(FMS) + set(GFS_PHYS ON CACHE BOOL "Enable GFS Physics") + if(NOT 32BIT) + set(64BIT ON CACHE BOOL "Enable 64-bit") + endif() -if(32BIT) - list(APPEND _fms_defs_private OVERLOAD_R4 - OVERLOAD_R8) -endif() + add_subdirectory(FMS) -target_compile_definitions(fms PRIVATE "${_fms_defs_private}") - -target_include_directories(fms PUBLIC $ - $ - $ - $ - $) -target_include_directories(fms INTERFACE - $ - $) -target_link_libraries(fms PUBLIC MPI::MPI_Fortran - NetCDF::NetCDF_Fortran) -if(OpenMP_Fortran_FOUND) - target_link_libraries(fms PRIVATE OpenMP::OpenMP_Fortran) -endif() -set_target_properties(fms PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS) -set_target_properties(fms PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod) -set_target_properties(fms PROPERTIES PUBLIC_HEADER "${fms_headers}" ) + if(32BIT) + add_library(fms ALIAS fms_r4) + else() + add_library(fms ALIAS fms_r8) + endif() +endif(FMS) ############################################################################### ### stochastic_physics ############################################################################### -if(NOT DATM) +if(STOCH_PHYS) add_subdirectory(stochastic_physics) endif() ############################################################################### -### FV3 or Data Atmosphere +### Atmosphere Components [FV3, MPAS?] ############################################################################### -if(DATM) - add_subdirectory(DATM) -else() +if(FV3) add_subdirectory(FV3) endif() ############################################################################### -### WW3 +### Wave components [WW3] ############################################################################### if(WW3) if(CMAKE_Platform) @@ -236,26 +217,37 @@ if(WW3) endif() ############################################################################### -### HYCOM Component +### Marine Components [MOM6, HYCOM, CICE6] ############################################################################### +if(MOM6) + add_subdirectory(MOM6-interface) +endif() + if(HYCOM) add_subdirectory(HYCOM-interface) endif() +if(CICE6) + add_subdirectory(CICE-interface) +endif() + ############################################################################### -### CMEPS Component +### Mediator Components [CMEPS] ############################################################################### if(CMEPS) add_subdirectory(CMEPS-interface) endif() ############################################################################### -### S2S Components [CMEPS, MOM6, CICE] +### Data Components [NEMSdatm, CDEPS] ############################################################################### -if(S2S) - add_subdirectory(CMEPS-interface) - add_subdirectory(MOM6-interface) - add_subdirectory(CICE-interface) +if(NEMSdatm) + add_subdirectory(DATM) +endif() + +if(CDEPS) + message("ADD CDEPS-interface directory") +# add_subdirectory(CDEPS-interface) endif() ############################################################################### @@ -284,40 +276,52 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/NEMS/src/ESMFConvenienceMacros.h COPYONLY) add_library(ufs ${_nems_srcs}) +set_target_properties(ufs PROPERTIES Fortran_MODULE_DIRECTORY + ${CMAKE_CURRENT_BINARY_DIR}/mod) +target_include_directories(ufs PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/NEMS/src) +target_include_directories(ufs INTERFACE $ + $) -list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR} - FRONT_FMS) -add_dependencies(ufs fms) +list(APPEND _ufs_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR}) -if(DATM) - list(APPEND _ufs_defs_private FRONT_DATM=datm) - add_dependencies(ufs datatm) -else() - list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) - add_dependencies(ufs fv3atm) -endif() if(JEDI_DRIVER) list(APPEND _ufs_defs_private JEDI_DRIVER=ON) endif() -set_target_properties(ufs PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(ufs PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/NEMS/src) if(WW3) + add_dependencies(ufs ww3_nems) list(APPEND _ufs_defs_private FRONT_WW3=WMESMFMD) target_include_directories(ufs PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/mod) - add_dependencies(ufs ww3_nems) - target_link_libraries(ufs PUBLIC ${WW3_LIBS}) + list(APPEND _ufs_libs_public ${WW3_LIBS}) endif() -target_include_directories(ufs INTERFACE $ - $) +list(APPEND _ufs_libs_public esmf) -target_link_libraries(ufs PUBLIC esmf) +if(STOCH_PHYS) + list(APPEND _ufs_libs_public stochastic_physics) +endif() -if(DATM) - target_link_libraries(ufs PUBLIC datatm) -else() - target_link_libraries(ufs PUBLIC fv3atm) +if(FMS) + add_dependencies(ufs fms) + list(APPEND _ufs_defs_private FRONT_FMS) +endif() + +if(NEMSdatm) + add_dependencies(ufs datatm) + list(APPEND _ufs_defs_private FRONT_DATM=datm) + list(APPEND _ufs_libs_public datatm) +endif() + +if(FV3) + add_dependencies(ufs fv3atm) + list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) + list(APPEND _ufs_libs_public fv3atm) +endif() + +if(MOM6) + add_dependencies(ufs mom6) + list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod) + list(APPEND _ufs_libs_public mom6) endif() if(HYCOM) @@ -326,79 +330,66 @@ if(HYCOM) target_link_libraries(ufs PUBLIC hycom) endif() +if(CICE6) + add_dependencies(ufs cice) + list(APPEND _ufs_defs_private FRONT_CICE6=ice_comp_nuopc) + list(APPEND _ufs_libs_public cice) +endif() + if(CMEPS) - list(APPEND _ufs_defs_private CMEPS - FRONT_CMEPS=MED) add_dependencies(ufs cmeps) - target_link_libraries(ufs PUBLIC cmeps) + list(APPEND _ufs_defs_private CMEPS FRONT_CMEPS=MED) + list(APPEND _ufs_libs_public cmeps) endif() -if(S2S) - list(APPEND _ufs_defs_private FRONT_MOM6=mom_cap_mod - FRONT_CICE6=ice_comp_nuopc - CMEPS - FRONT_CMEPS=MED) - add_dependencies(ufs mom6 cice cmeps) - target_link_libraries(ufs PUBLIC mom6 - cice - cmeps) +if(CDEPS) + message("Do CDEPS things here") endif() target_compile_definitions(ufs PRIVATE "${_ufs_defs_private}") +target_link_libraries(ufs PUBLIC "${_ufs_libs_public}") ############################################################################### ### UFS executable ############################################################################### add_executable(ufs_model NEMS/src/MAIN_NEMS.F90) +add_dependencies(ufs_model ufs) list(APPEND _ufs_model_defs_private ESMF_VERSION_MAJOR=${ESMF_VERSION_MAJOR}) -set_target_properties(ufs_model PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) +set_target_properties(ufs_model PROPERTIES Fortran_MODULE_DIRECTORY + ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(ufs_model PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/NEMS/src) if(WW3) list(APPEND _ufs_model_defs_private FRONT_WW3=WMESMFMD) target_include_directories(ufs_model PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/WW3/model/mod) - add_dependencies(ufs_model ww3_nems) endif() target_compile_definitions(ufs_model PRIVATE "${_ufs_model_defs_private}") -if(DATM) +if(NEMSdatm) target_link_libraries(ufs_model PUBLIC ufs w3nco::w3nco_d) endif() + target_link_libraries(ufs_model PRIVATE ufs esmf - NetCDF::NetCDF_Fortran - ${MKL_LIB}) + NetCDF::NetCDF_Fortran) ############################################################################### ### Install ############################################################################### -install( - TARGETS fms - EXPORT fms-config - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib - PUBLIC_HEADER DESTINATION include ) - -install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/FMS/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) - -install(EXPORT fms-config - DESTINATION lib/cmake -) -install( - TARGETS ufs - EXPORT ufs-config - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib) +install(TARGETS ufs + EXPORT ufs-config + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib) + +install(EXPORT ufs-config + DESTINATION lib/cmake) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod DESTINATION ${CMAKE_INSTALL_PREFIX}) -install(EXPORT ufs-config - DESTINATION lib/cmake -) ############################################################################### ### Done ############################################################################### diff --git a/FMS b/FMS index 0707f2c027..d4724fa36e 160000 --- a/FMS +++ b/FMS @@ -1 +1 @@ -Subproject commit 0707f2c0279a9efd12cdbf0133c1e09435766928 +Subproject commit d4724fa36ead10bfd818b7e3092a4824eff7f323 diff --git a/FV3 b/FV3 index 0b9c229a7e..80f074bdfd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0b9c229a7ec7d4356d5b8ba1d626940651cd2ad2 +Subproject commit 80f074bdfd5cd70ed9405f9dc1975e0e7fd0c6b6 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 09d6265f1f..7917efd420 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 09d6265f1fc59e4f60cd7a87ab577d4373b9d5d4 +Subproject commit 7917efd4207d68ab1d11119ab39f42ba9e6fab3b diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index bfae700e40..2ca5462610 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -28,7 +28,7 @@ include("mom6_files.cmake") add_library(mom6_obj OBJECT ${mom6_src_files}) set_target_properties(mom6_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_obj PRIVATE $) -target_include_directories(mom6_obj PRIVATE $ +target_include_directories(mom6_obj PRIVATE $ $) target_link_libraries(mom6_obj PRIVATE fms NetCDF::NetCDF_Fortran) @@ -40,7 +40,7 @@ target_link_libraries(mom6_obj PRIVATE fms add_library(mom6_nuopc_obj OBJECT ${mom6_nuopc_src_files}) set_target_properties(mom6_nuopc_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_nuopc_obj PRIVATE $) -target_include_directories(mom6_nuopc_obj PRIVATE $ +target_include_directories(mom6_nuopc_obj PRIVATE $ $) target_link_libraries(mom6_nuopc_obj PRIVATE mom6_obj fms @@ -55,7 +55,7 @@ add_library(mom6 STATIC $ $) target_include_directories(mom6 PUBLIC $ $) -target_include_directories(mom6 PUBLIC $ +target_include_directories(mom6 PUBLIC $ $) target_link_libraries(mom6 PUBLIC fms esmf @@ -73,7 +73,7 @@ if(MOM6SOLO) set_target_properties(mom6solo PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod_solo) target_include_directories(mom6solo PRIVATE $) target_include_directories(mom6solo PRIVATE $) - target_include_directories(mom6solo PRIVATE $ + target_include_directories(mom6solo PRIVATE $ $) target_link_libraries(mom6solo PRIVATE mom6_obj fms diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index a729a7fb40..b418ae129b 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit a729a7fb400d8d441868606abdb3e722ceb2b8f5 +Subproject commit b418ae129b9274848166d8d6569f33f086ae2c5f diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index fe8ff26fd8..a968f227a1 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -97,40 +97,28 @@ list(APPEND mom6_src_files MOM6/src/framework/MOM_array_transform.F90 MOM6/src/framework/MOM_checksums.F90 MOM6/src/framework/MOM_coms.F90 - MOM6/src/framework/MOM_coms_infra.F90 - MOM6/src/framework/MOM_constants.F90 MOM6/src/framework/MOM_coupler_types.F90 - MOM6/src/framework/MOM_couplertype_infra.F90 MOM6/src/framework/MOM_cpu_clock.F90 - MOM6/src/framework/MOM_cpu_clock_infra.F90 MOM6/src/framework/MOM_data_override.F90 - MOM6/src/framework/MOM_data_override_infra.F90 - MOM6/src/framework/MOM_diag_manager_infra.F90 MOM6/src/framework/MOM_diag_mediator.F90 MOM6/src/framework/MOM_diag_remap.F90 MOM6/src/framework/MOM_diag_vkernels.F90 MOM6/src/framework/MOM_document.F90 - MOM6/src/framework/MOM_domain_infra.F90 MOM6/src/framework/MOM_domains.F90 MOM6/src/framework/MOM_dyn_horgrid.F90 MOM6/src/framework/MOM_ensemble_manager.F90 - MOM6/src/framework/MOM_ensemble_manager_infra.F90 MOM6/src/framework/MOM_error_handler.F90 - MOM6/src/framework/MOM_error_infra.F90 MOM6/src/framework/MOM_file_parser.F90 MOM6/src/framework/MOM_get_input.F90 MOM6/src/framework/MOM_hor_index.F90 MOM6/src/framework/MOM_horizontal_regridding.F90 - MOM6/src/framework/MOM_interp_infra.F90 MOM6/src/framework/MOM_interpolate.F90 MOM6/src/framework/MOM_intrinsic_functions.F90 MOM6/src/framework/MOM_io.F90 - MOM6/src/framework/MOM_io_infra.F90 MOM6/src/framework/MOM_random.F90 MOM6/src/framework/MOM_restart.F90 MOM6/src/framework/MOM_safe_alloc.F90 MOM6/src/framework/MOM_string_functions.F90 - MOM6/src/framework/MOM_time_manager.F90 MOM6/src/framework/MOM_unit_scaling.F90 MOM6/src/framework/MOM_write_cputime.F90 @@ -265,21 +253,34 @@ list(APPEND mom6_src_files MOM6/config_src/external/ODA_hooks/ocean_da_types.F90 MOM6/config_src/external/ODA_hooks/write_ocean_obs.F90 + MOM6/config_src/infra/FMS1/MOM_coms_infra.F90 + MOM6/config_src/infra/FMS1/MOM_constants.F90 + MOM6/config_src/infra/FMS1/MOM_couplertype_infra.F90 + MOM6/config_src/infra/FMS1/MOM_cpu_clock_infra.F90 + MOM6/config_src/infra/FMS1/MOM_data_override_infra.F90 + MOM6/config_src/infra/FMS1/MOM_diag_manager_infra.F90 + MOM6/config_src/infra/FMS1/MOM_domain_infra.F90 + MOM6/config_src/infra/FMS1/MOM_ensemble_manager_infra.F90 + MOM6/config_src/infra/FMS1/MOM_error_infra.F90 + MOM6/config_src/infra/FMS1/MOM_interp_infra.F90 + MOM6/config_src/infra/FMS1/MOM_io_infra.F90 + MOM6/config_src/infra/FMS1/MOM_time_manager.F90 + ) list(APPEND mom6_nuopc_src_files - MOM6/config_src/nuopc_driver/mom_cap.F90 - MOM6/config_src/nuopc_driver/time_utils.F90 - MOM6/config_src/nuopc_driver/mom_cap_methods.F90 - MOM6/config_src/nuopc_driver/mom_cap_time.F90 - MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 - MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 + MOM6/config_src/drivers/nuopc_cap/mom_cap.F90 + MOM6/config_src/drivers/nuopc_cap/time_utils.F90 + MOM6/config_src/drivers/nuopc_cap/mom_cap_methods.F90 + MOM6/config_src/drivers/nuopc_cap/mom_cap_time.F90 + MOM6/config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90 + MOM6/config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90 ) list(APPEND mom6_solo_src_files - MOM6/config_src/solo_driver/MESO_surface_forcing.F90 - MOM6/config_src/solo_driver/MOM_driver.F90 - MOM6/config_src/solo_driver/MOM_surface_forcing.F90 - MOM6/config_src/solo_driver/atmos_ocean_fluxes.F90 - MOM6/config_src/solo_driver/user_surface_forcing.F90 + MOM6/config_src/drivers/solo_driver/MESO_surface_forcing.F90 + MOM6/config_src/drivers/solo_driver/MOM_driver.F90 + MOM6/config_src/drivers/solo_driver/MOM_surface_forcing.F90 + MOM6/config_src/drivers/solo_driver/atmos_ocean_fluxes.F90 + MOM6/config_src/drivers/solo_driver/user_surface_forcing.F90 ) diff --git a/NEMS b/NEMS index 4dbc01730f..91710d8a26 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 4dbc01730fc0928ccf13a49270315c4de6436a56 +Subproject commit 91710d8a262cfd2fb843e095b9c0df9ae0b3cab0 diff --git a/README.md b/README.md index 20453c6eaa..53e324d71c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,12 @@ The top level directory structure groups source code and input files as follow: E.g. use of `build.sh` to build the coupled model with `FV3_GFS_v15p2` as the CCPP suite. ``` -$> CMAKE_FLAGS="-DS2S=ON" CCPP_SUITES="FV3_GFS_v15p2" ./build.sh +$> CMAKE_FLAGS="-DAPP=S2S" CCPP_SUITES="FV3_GFS_v15p2" ./build.sh ``` +The build system is regularly tested with [Tier-1 and Tier-2 platforms]( +https://github.com/ufs-community/ufs-weather-model/wiki/Regression-Test-Policy-for-Weather-Model-Platforms-and-Compilers). +Configurations for other platforms that are available with UFS should be used with the understanding that they are not regularly +tested and users will have to adapt those to make it work. # Disclaimer diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake new file mode 100644 index 0000000000..6e4fc67fdd --- /dev/null +++ b/cmake/configure_apps.cmake @@ -0,0 +1,69 @@ +############################################################################### +### Doc +# This file turns ON (only ON, not OFF) a component in a valid application +# If a user wishes to add a new application, they should add an +# Application handle (APP_NAME) in the list of `VALID_APPS` in the +# top-level CMakeLists.txt +# Next, they can define an if-endif block with that APP_NAME and +# turn ON the components specific to this new application. +# Note, only the components required for the application should be turned ON. +# It is forbidden to turn OFF or change any other CMake option in this file. +############################################################################### + +############################################################################### +### Configure Application Components +############################################################################### +if(APP MATCHES "^(ATM|ATMW)$") + set(FMS ON CACHE BOOL "Enable FMS" FORCE) + set(FV3 ON CACHE BOOL "Enable FV3" FORCE) + set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) + if(APP MATCHES "ATMW") + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + message("Configuring UFS app in Atmosphere with Waves mode") + else() + message("Configuring UFS app in Atmosphere Only mode") + endif() +endif() + +if(APP MATCHES "^(DATM|DATM_NEMS)$") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + set(FMS ON CACHE BOOL "Enable FMS" FORCE) + set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE) + set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + if(APP MATCHES "DATM_NEMS") + set(NEMSdatm ON CACHE BOOL "Enable NEMS DataAtm" FORCE) + message("Configuring UFS app in (NEMS) Data Atmosphere mode") + elseif(APP MATCHES "DATM") + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + message("Configuring UFS app in (CDEPS) Data Atmosphere mode") + endif() +endif() + +if(APP MATCHES "^(S2S|S2SW)$") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + set(FMS ON CACHE BOOL "Enable FMS" FORCE) + set(FV3 ON CACHE BOOL "Enable FV3" FORCE) + set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE) + set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) + if(APP MATCHES "S2SW") + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + message("Configuring UFS app in S2S with Waves mode") + else() + message("Configuring UFS app in S2S mode") + endif() +endif() + +if(APP MATCHES "^(HAFS|HAFSW)$") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + set(FMS ON CACHE BOOL "Enable FMS" FORCE) + set(FV3 ON CACHE BOOL "Enable FV3" FORCE) + set(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE) + set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) + if(APP MATCHES "HAFSW") + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + message("Configuring UFS app in HAFS with Waves mode") + else() + message("Configuring UFS app in HAFS mode") + endif() +endif() diff --git a/fms_files.cmake b/fms_files.cmake deleted file mode 100644 index 81e3cfb381..0000000000 --- a/fms_files.cmake +++ /dev/null @@ -1,92 +0,0 @@ -list(APPEND fms_src_files - FMS/affinity/fms_affinity.F90 - FMS/amip_interp/amip_interp.F90 - FMS/astronomy/astronomy.F90 - FMS/axis_utils/axis_utils.F90 - FMS/axis_utils/axis_utils2.F90 - FMS/block_control/block_control.F90 - FMS/column_diagnostics/column_diagnostics.F90 - FMS/constants/constants.F90 - FMS/coupler/atmos_ocean_fluxes.F90 - FMS/coupler/coupler_types.F90 - FMS/coupler/ensemble_manager.F90 - FMS/data_override/data_override.F90 - FMS/data_override/get_grid_version_fms2io.F90 - FMS/data_override/get_grid_version_mpp.F90 - FMS/diag_integral/diag_integral.F90 - FMS/diag_manager/diag_axis.F90 - FMS/diag_manager/diag_data.F90 - FMS/diag_manager/diag_grid.F90 - FMS/diag_manager/diag_manager.F90 - FMS/diag_manager/diag_output.F90 - FMS/diag_manager/diag_table.F90 - FMS/diag_manager/diag_util.F90 - FMS/drifters/cloud_interpolator.F90 - FMS/drifters/drifters.F90 - FMS/drifters/drifters_comm.F90 - FMS/drifters/drifters_core.F90 - FMS/drifters/drifters_input.F90 - FMS/drifters/drifters_io.F90 - FMS/drifters/quicksort.F90 - FMS/exchange/stock_constants.F90 - FMS/exchange/xgrid.F90 - FMS/field_manager/field_manager.F90 - FMS/field_manager/fm_util.F90 - FMS/fms/fms.F90 - FMS/fms/fms_io.F90 - FMS/fms2_io/blackboxio.F90 - FMS/fms2_io/fms_io_utils.F90 - FMS/fms2_io/fms_netcdf_domain_io.F90 - FMS/fms2_io/fms_netcdf_unstructured_domain_io.F90 - FMS/fms2_io/fms2_io.F90 - FMS/fms2_io/netcdf_io.F90 - FMS/horiz_interp/horiz_interp.F90 - FMS/horiz_interp/horiz_interp_bicubic.F90 - FMS/horiz_interp/horiz_interp_bilinear.F90 - FMS/horiz_interp/horiz_interp_conserve.F90 - FMS/horiz_interp/horiz_interp_spherical.F90 - FMS/horiz_interp/horiz_interp_type.F90 - FMS/interpolator/interpolator.F90 - FMS/memutils/memutils.F90 - FMS/monin_obukhov/monin_obukhov.F90 - FMS/monin_obukhov/monin_obukhov_inter.F90 - FMS/mosaic/gradient.F90 - FMS/mosaic/grid.F90 - FMS/mosaic/mosaic.F90 - FMS/mosaic/mosaic2.F90 - FMS/mpp/mpp.F90 - FMS/mpp/mpp_data.F90 - FMS/mpp/mpp_domains.F90 - FMS/mpp/mpp_efp.F90 - FMS/mpp/mpp_io.F90 - FMS/mpp/mpp_memutils.F90 - FMS/mpp/mpp_parameter.F90 - FMS/mpp/mpp_utilities.F90 - FMS/platform/platform.F90 - FMS/random_numbers/mersennetwister.F90 - FMS/random_numbers/random_numbers.F90 - FMS/sat_vapor_pres/sat_vapor_pres.F90 - FMS/sat_vapor_pres/sat_vapor_pres_k.F90 - FMS/time_interp/time_interp.F90 - FMS/time_interp/time_interp_external.F90 - FMS/time_interp/time_interp_external2.F90 - FMS/time_manager/get_cal_time.F90 - FMS/time_manager/time_manager.F90 - FMS/topography/gaussian_topog.F90 - FMS/topography/topography.F90 - FMS/tracer_manager/tracer_manager.F90 - FMS/tridiagonal/tridiagonal.F90 - - FMS/affinity/affinity.c - FMS/mpp/mpp_memuse.c - FMS/mosaic/create_xgrid.c - FMS/mosaic/gradient_c2l.c - FMS/mosaic/interp.c - FMS/mosaic/mosaic_util.c - FMS/mosaic/read_mosaic.c -) - -list( APPEND fms_headers -FMS/include/fms_platform.h -FMS/include/file_version.h -) diff --git a/modulefiles/macosx.gnu/fv3 b/modulefiles/macosx.gnu/fv3 index f99e07ad70..006e695d66 100755 --- a/modulefiles/macosx.gnu/fv3 +++ b/modulefiles/macosx.gnu/fv3 @@ -39,6 +39,6 @@ fi ## ## Intel MKL library ## -export MKL_DIR=${MKL_DIR:-/opt/intel/compilers_and_libraries_2019.4.233/mac/mkl} -export MKL_INC="-m64 -I${MKL_DIR}/include" -export MKL_LIB="-L${MKL_DIR}/lib -Wl,-rpath,${MKL_DIR}/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl" +#export MKL_DIR=${MKL_DIR:-/opt/intel/compilers_and_libraries_2019.4.233/mac/mkl} +#export MKL_INC="-m64 -I${MKL_DIR}/include" +#export MKL_LIB="-L${MKL_DIR}/lib -Wl,-rpath,${MKL_DIR}/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl" diff --git a/modulefiles/macosx.gnu/fv3_debug b/modulefiles/macosx.gnu/fv3_debug index f99e07ad70..006e695d66 100755 --- a/modulefiles/macosx.gnu/fv3_debug +++ b/modulefiles/macosx.gnu/fv3_debug @@ -39,6 +39,6 @@ fi ## ## Intel MKL library ## -export MKL_DIR=${MKL_DIR:-/opt/intel/compilers_and_libraries_2019.4.233/mac/mkl} -export MKL_INC="-m64 -I${MKL_DIR}/include" -export MKL_LIB="-L${MKL_DIR}/lib -Wl,-rpath,${MKL_DIR}/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl" +#export MKL_DIR=${MKL_DIR:-/opt/intel/compilers_and_libraries_2019.4.233/mac/mkl} +#export MKL_INC="-m64 -I${MKL_DIR}/include" +#export MKL_LIB="-L${MKL_DIR}/lib -Wl,-rpath,${MKL_DIR}/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl" diff --git a/modulefiles/stampede.intel/fv3 b/modulefiles/stampede.intel/fv3 index 76b7500cbc..b1ca38a351 100644 --- a/modulefiles/stampede.intel/fv3 +++ b/modulefiles/stampede.intel/fv3 @@ -12,38 +12,37 @@ module-whatis "loads NEMS FV3 prerequisites for Stampede/Intel" # handled by the module-setup.sh (or .csh) script. ## -## load programming environment -## this typically includes compiler, MPI and job scheduler +## NCEP libraries ## -module load intel/18.0.2 -module load impi/18.0.2 +module use /work/08048/hanglei/NCEP/install/hpc-stack/modulefiles/stack +module load hpc/1.1.0 +module load hpc-intel/18.0.2 +module load hpc-impi/18.0.2 module load python3/3.7.0 -## -## use pre-compiled ESMF and NCEP libraries for above compiler / MPI combination -## -# DH* todo - shared directory -module use -a /work/06146/tg854455/stampede2/ufs-stack-20200909/intel-18.0.2/impi-18.0.2/modules -# *DH - -module load libpng/1.6.35 -module load netcdf/4.7.4 -module load esmf/8.1.0bs27 - -module load bacio/2.4.0 +module load bacio/2.4.1 module load crtm/2.3.0 -module load g2/3.4.0 -module load g2tmpl/1.9.0 -module load ip/3.3.0 -module load nceppost/dceca26 -module load nemsio/2.5.1 -module load sp/2.3.0 -module load w3emc/2.7.0 -module load w3nco/2.4.0 - -module load gfsio/1.4.0 -module load sfcio/1.4.0 -module load sigio/2.3.0 +module load g2/3.4.1 +module load g2tmpl/1.9.1 +module load ip/3.3.3 +module load nemsio/2.5.2 +module load sp/2.3.3 +module load w3emc/2.7.3 +module load w3nco/2.4.1 +module load upp/10.0.0 + +module load gfsio/1.4.1 +module load sfcio/1.4.1 +module load sigio/2.3.2 + +module load jasper/2.0.25 +module load png/1.6.35 +module load zlib/1.2.11 + +module load hdf5/1.10.6 +module load netcdf/4.7.4 +module load pio/2.5.2 +module load esmf/8_1_0_beta_snapshot_27 ## ## load cmake diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index eb26a6f777..69d88c0c10 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,10 +1,20 @@ -Mon Mar 8 14:01:04 MST 2021 +Tue Mar 30 20:01:31 MDT 2021 Start Regression test +Compile 001 elapsed time 339 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp +Compile 002 elapsed time 339 seconds. APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP +Compile 003 elapsed time 376 seconds. APP=ATM SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y +Compile 004 elapsed time 342 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 005 elapsed time 306 seconds. APP=ATM 32BIT=Y DEBUG=Y +Compile 006 elapsed time 191 seconds. APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_RRTMGP DEBUG=Y +Compile 007 elapsed time 380 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y +Compile 008 elapsed time 190 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 009 elapsed time 465 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +Compile 010 elapsed time 374 seconds. APP=DATM_NEMS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfdlmp_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfdlmp_prod -Checking test 001 fv3_ccpp_gfdlmp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfdlmp +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfdlmp +Checking test 001 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -47,80 +57,15 @@ Checking test 001 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 001 fv3_ccpp_gfdlmp PASS +The total amount of wall time = 74.007640 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v15p2_prod -Checking test 002 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 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 002 fv3_ccpp_gfs_v15p2 PASS +Test 001 fv3_gfdlmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_prod -Checking test 003 fv3_ccpp_gfs_v16 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16 +Checking test 002 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -195,12 +140,15 @@ Checking test 003 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 003 fv3_ccpp_gfs_v16 PASS +The total amount of wall time = 234.570355 + +Test 002 fv3_gfs_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_restart_prod -Checking test 004 fv3_ccpp_gfs_v16_restart results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_restart +Checking test 003 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -245,12 +193,15 @@ Checking test 004 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 004 fv3_ccpp_gfs_v16_restart PASS +The total amount of wall time = 139.743956 + +Test 003 fv3_gfs_v16_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_stochy_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_stochy_prod -Checking test 005 fv3_ccpp_gfs_v16_stochy results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_stochy +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_stochy +Checking test 004 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -313,80 +264,15 @@ Checking test 005 fv3_ccpp_gfs_v16_stochy results .... 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_v16_stochy PASS +The total amount of wall time = 90.308458 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_flake_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_flake_prod -Checking test 006 fv3_ccpp_gfs_v16_flake 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 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_v16_flake PASS +Test 004 fv3_gfs_v16_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_flake +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_flake +Checking test 005 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -449,12 +335,15 @@ Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 007 fv3_ccpp_gfs_v15p2_RRTMGP PASS +The total amount of wall time = 150.739226 + +Test 005 fv3_gfs_v16_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_RRTMGP_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 008 fv3_ccpp_gfs_v16_RRTMGP results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_RRTMGP +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_RRTMGP +Checking test 006 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -517,12 +406,15 @@ Checking test 008 fv3_ccpp_gfs_v16_RRTMGP results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 008 fv3_ccpp_gfs_v16_RRTMGP PASS + +The total amount of wall time = 264.421122 + +Test 006 fv3_gfs_v16_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gsd_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gsd_prod -Checking test 009 fv3_ccpp_gsd results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gsd +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gsd +Checking test 007 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -609,12 +501,15 @@ Checking test 009 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 009 fv3_ccpp_gsd PASS +The total amount of wall time = 352.491321 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_thompson_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_thompson_prod -Checking test 010 fv3_ccpp_thompson results .... +Test 007 fv3_gsd PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_thompson +Checking test 008 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -677,12 +572,15 @@ Checking test 010 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 010 fv3_ccpp_thompson PASS +The total amount of wall time = 158.276630 + +Test 008 fv3_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_thompson_no_aero_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_thompson_no_aero_prod -Checking test 011 fv3_ccpp_thompson_no_aero results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_no_aero +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_thompson_no_aero +Checking test 009 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -745,12 +643,15 @@ Checking test 011 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_ccpp_thompson_no_aero PASS +The total amount of wall time = 156.434045 + +Test 009 fv3_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_rrfs_v1beta_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_rrfs_v1beta_prod -Checking test 012 fv3_ccpp_rrfs_v1beta results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_rrfs_v1beta +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_rrfs_v1beta +Checking test 010 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -813,12 +714,15 @@ Checking test 012 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_ccpp_rrfs_v1beta PASS +The total amount of wall time = 168.795636 + +Test 010 fv3_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/HAFS_v0_HWRF_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_HAFS_v0_hwrf_thompson +Checking test 011 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -881,12 +785,15 @@ Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 013 fv3_ccpp_HAFS_v0_hwrf_thompson PASS + +The total amount of wall time = 259.989939 + +Test 011 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/ESG_HAFS_v0_HWRF_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 012 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -899,12 +806,15 @@ Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +The total amount of wall time = 463.786339 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 015 fv3_ccpp_gfsv16_ugwpv1 results .... +Test 012 fv3_esg_HAFS_v0_hwrf_thompson PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1 +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfsv16_ugwpv1 +Checking test 013 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -961,12 +871,15 @@ Checking test 015 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 015 fv3_ccpp_gfsv16_ugwpv1 PASS + +The total amount of wall time = 308.689729 + +Test 013 fv3_gfsv16_ugwpv1 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1_warmstart +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfsv16_ugwpv1_warmstart +Checking test 014 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -1023,42 +936,15 @@ Checking test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +The total amount of wall time = 305.902430 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_control_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_control_debug_prod -Checking test 017 fv3_ccpp_control_debug results .... - 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 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 phyf006.tile1.nc .........OK - Comparing phyf006.tile2.nc .........OK - Comparing phyf006.tile3.nc .........OK - Comparing phyf006.tile4.nc .........OK - Comparing phyf006.tile5.nc .........OK - Comparing phyf006.tile6.nc .........OK - Comparing dynf006.tile1.nc .........OK - Comparing dynf006.tile2.nc .........OK - Comparing dynf006.tile3.nc .........OK - Comparing dynf006.tile4.nc .........OK - Comparing dynf006.tile5.nc .........OK - Comparing dynf006.tile6.nc .........OK -Test 017 fv3_ccpp_control_debug PASS +Test 014 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_ras +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_ras +Checking test 015 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1071,24 +957,24 @@ Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... 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 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 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 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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1121,42 +1007,92 @@ Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 018 fv3_ccpp_gfs_v15p2_debug PASS +The total amount of wall time = 168.622870 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_debug_prod -Checking test 019 fv3_ccpp_gfs_v16_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 +Test 015 fv3_gfs_v16_ras PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_control_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_control_debug +Checking test 016 fv3_control_debug results .... 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 phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK Comparing dynf006.tile1.nc .........OK Comparing dynf006.tile2.nc .........OK Comparing dynf006.tile3.nc .........OK Comparing dynf006.tile4.nc .........OK Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK + +The total amount of wall time = 75.881059 + +Test 016 fv3_control_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_regional_control_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_regional_control_debug +Checking test 017 fv3_regional_control_debug results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK + Comparing RESTART/fv_core.res.tile1_new.nc .........OK + Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK + +The total amount of wall time = 187.374869 + +Test 017 fv3_regional_control_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_rrfs_v1beta_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_rrfs_v1beta_debug +Checking test 018 fv3_rrfs_v1beta_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1189,12 +1125,15 @@ Checking test 019 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 019 fv3_ccpp_gfs_v16_debug PASS +The total amount of wall time = 110.952925 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +Test 018 fv3_rrfs_v1beta_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gsd_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gsd_debug +Checking test 019 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1207,24 +1146,24 @@ Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... 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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1257,12 +1196,15 @@ Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +The total amount of wall time = 117.123120 + +Test 019 fv3_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 021 fv3_ccpp_gfs_v16_RRTMGP_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_thompson_debug +Checking test 020 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1325,12 +1267,15 @@ Checking test 021 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 021 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +The total amount of wall time = 185.146279 + +Test 020 fv3_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_multigases_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_multigases_prod -Checking test 022 fv3_ccpp_multigases results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_no_aero_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_thompson_no_aero_debug +Checking test 021 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1393,29 +1338,15 @@ Checking test 022 fv3_ccpp_multigases results .... 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 022 fv3_ccpp_multigases PASS +The total amount of wall time = 180.237238 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_regional_control_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_regional_control_debug_prod -Checking test 023 fv3_ccpp_regional_control_debug results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 023 fv3_ccpp_regional_control_debug PASS +Test 021 fv3_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_rrfs_v1beta_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v15p2_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v15p2_debug +Checking test 022 fv3_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1428,24 +1359,24 @@ Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... Comparing phyf000.tile4.nc .........OK Comparing phyf000.tile5.nc .........OK Comparing phyf000.tile6.nc .........OK - Comparing phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1478,12 +1409,15 @@ Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 024 fv3_ccpp_rrfs_v1beta_debug PASS + +The total amount of wall time = 135.395139 + +Test 022 fv3_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_gsd_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gsd_debug_prod -Checking test 025 fv3_ccpp_gsd_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_debug +Checking test 023 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1496,24 +1430,24 @@ Checking test 025 fv3_ccpp_gsd_debug results .... Comparing phyf000.tile4.nc .........OK Comparing phyf000.tile5.nc .........OK Comparing phyf000.tile6.nc .........OK - Comparing phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1546,12 +1480,15 @@ Checking test 025 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 025 fv3_ccpp_gsd_debug PASS +The total amount of wall time = 148.899634 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_thompson_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_thompson_debug_prod -Checking test 026 fv3_ccpp_thompson_debug results .... +Test 023 fv3_gfs_v16_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_RRTMGP_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_RRTMGP_debug +Checking test 024 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1614,12 +1551,15 @@ Checking test 026 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 026 fv3_ccpp_thompson_debug PASS +The total amount of wall time = 205.954916 + +Test 024 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_thompson_no_aero_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 027 fv3_ccpp_thompson_no_aero_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_multigases +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_multigases +Checking test 025 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1682,12 +1622,21 @@ Checking test 027 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 027 fv3_ccpp_thompson_no_aero_debug PASS + 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 +The total amount of wall time = 178.290976 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +Test 025 fv3_multigases PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 026 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1750,12 +1699,15 @@ Checking test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS + +The total amount of wall time = 113.913053 + +Test 026 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 027 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -1768,12 +1720,15 @@ Checking test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +The total amount of wall time = 217.375774 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/GNU/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /glade/scratch/heinzell/FV3_RT/rt_65764/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 030 fv3_ccpp_gfsv16_ugwpv1_debug results .... +Test 027 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfsv16_ugwpv1_debug +Checking test 028 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -1830,9 +1785,83 @@ Checking test 030 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 030 fv3_ccpp_gfsv16_ugwpv1_debug PASS + +The total amount of wall time = 307.641779 + +Test 028 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_ras_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_2884/fv3_gfs_v16_ras_debug +Checking test 029 fv3_gfs_v16_ras_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 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 + +The total amount of wall time = 173.757978 + +Test 029 fv3_gfs_v16_ras_debug PASS REGRESSION TEST WAS SUCCESSFUL -Mon Mar 8 14:18:48 MST 2021 -Elapsed time: 00h:17m:44s. Have a nice day! +Tue Mar 30 20:19:55 MDT 2021 +Elapsed time: 00h:18m:25s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index f0328ef041..616ec9b718 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,10 +1,29 @@ -Mon Mar 8 16:15:11 MST 2021 +Wed Mar 31 05:57:46 MDT 2021 Start Regression test - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 712 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 713 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 003 elapsed time 754 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 004 elapsed time 750 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 005 elapsed time 774 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 006 elapsed time 859 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 007 elapsed time 981 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 008 elapsed time 756 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 009 elapsed time 749 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 010 elapsed time 820 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 011 elapsed time 846 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 012 elapsed time 257 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 013 elapsed time 274 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 014 elapsed time 257 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 015 elapsed time 1031 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 016 elapsed time 1112 seconds. APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 017 elapsed time 355 seconds. APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 018 elapsed time 644 seconds. APP=DATM_NEMS +Compile 019 elapsed time 243 seconds. APP=DATM_NEMS DEBUG=Y + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -67,12 +86,15 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 001 fv3_ccpp_control PASS + +The total amount of wall time = 48.110858 + +Test 001 fv3_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -135,12 +157,15 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 002 fv3_ccpp_decomp PASS +The total amount of wall time = 50.282031 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... +Test 002 fv3_decomp PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -203,12 +228,15 @@ Checking test 003 fv3_ccpp_2threads results .... 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_2threads PASS +The total amount of wall time = 107.484896 + +Test 003 fv3_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -253,12 +281,15 @@ Checking test 004 fv3_ccpp_restart results .... 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_restart PASS + +The total amount of wall time = 23.071227 + +Test 004 fv3_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_read_inc_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_read_inc +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -321,12 +352,15 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 005 fv3_ccpp_read_inc PASS +The total amount of wall time = 47.046459 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... +Test 005 fv3_read_inc PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -369,12 +403,15 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS +The total amount of wall time = 119.281114 + +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -417,12 +454,15 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 007 fv3_ccpp_wrtGauss_netcdf PASS + +The total amount of wall time = 48.359931 + +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_parallel +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -465,12 +505,15 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS +The total amount of wall time = 49.203084 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +Test 008 fv3_wrtGauss_netcdf_parallel PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGlatlon_netcdf +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -513,12 +556,15 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS +The total amount of wall time = 48.450142 + +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -561,12 +607,15 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 010 fv3_ccpp_wrtGauss_nemsio PASS + +The total amount of wall time = 46.737869 + +Test 010 fv3_wrtGauss_nemsio PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -609,12 +658,15 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS + +The total amount of wall time = 125.348901 + +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_stochy_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stochy +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -677,12 +729,15 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_ccpp_stochy PASS +The total amount of wall time = 57.585619 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_ca_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +Test 012 fv3_stochy PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_ca +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -745,12 +800,15 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 013 fv3_ccpp_ca PASS +The total amount of wall time = 31.189964 + +Test 013 fv3_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_lndp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lndp +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -813,12 +871,15 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 014 fv3_ccpp_lndp PASS + +The total amount of wall time = 53.129360 + +Test 014 fv3_lndp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_iau_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_iau +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -881,12 +942,15 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 015 fv3_ccpp_iau PASS +The total amount of wall time = 46.557641 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_lheatstrg_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... +Test 015 fv3_iau PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lheatstrg +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -929,12 +993,15 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_ccpp_lheatstrg PASS +The total amount of wall time = 48.467633 + +Test 016 fv3_lheatstrg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_multigases_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_multigases_prod -Checking test 017 fv3_ccpp_multigases results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_multigases_repro +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_multigases_repro +Checking test 017 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1003,12 +1070,15 @@ Checking test 017 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 017 fv3_ccpp_multigases PASS + +The total amount of wall time = 113.764292 + +Test 017 fv3_multigases PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_32bit_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_control_32bit_prod -Checking test 018 fv3_ccpp_control_32bit results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_32bit +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_control_32bit +Checking test 018 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1071,12 +1141,15 @@ Checking test 018 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 018 fv3_ccpp_control_32bit PASS +The total amount of wall time = 40.901148 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_stretched_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_stretched_prod -Checking test 019 fv3_ccpp_stretched results .... +Test 018 fv3_control_32bit PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_stretched +Checking test 019 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1127,12 +1200,15 @@ Checking test 019 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 019 fv3_ccpp_stretched PASS +The total amount of wall time = 332.641528 + +Test 019 fv3_stretched PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_stretched_nest_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_stretched_nest_prod -Checking test 020 fv3_ccpp_stretched_nest results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_stretched_nest +Checking test 020 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1194,54 +1270,87 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 020 fv3_ccpp_stretched_nest PASS + +The total amount of wall time = 356.081129 + +Test 020 fv3_stretched_nest PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_regional_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_regional_control_prod -Checking test 021 fv3_ccpp_regional_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_control +Checking test 021 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 021 fv3_ccpp_regional_control PASS +The total amount of wall time = 711.611913 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_regional_restart_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_regional_restart_prod -Checking test 022 fv3_ccpp_regional_restart results .... +Test 021 fv3_regional_control PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_restart +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_restart +Checking test 022 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 022 fv3_ccpp_regional_restart PASS +The total amount of wall time = 388.924027 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_regional_quilt_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_regional_quilt_prod -Checking test 023 fv3_ccpp_regional_quilt results .... - Comparing atmos_4xdaily.nc .........OK +Test 022 fv3_regional_restart PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_quilt +Checking test 023 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -Test 023 fv3_ccpp_regional_quilt PASS + Comparing PRSLEV.GrbF00 .........OK + Comparing PRSLEV.GrbF24 .........OK + Comparing NATLEV.GrbF00 .........OK + Comparing NATLEV.GrbF24 .........OK +The total amount of wall time = 738.649039 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... +Test 023 fv3_regional_quilt PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_hafs +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_quilt_hafs +Checking test 024 fv3_regional_quilt_hafs results .... + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing HURPRS.GrbF00 .........OK + Comparing HURPRS.GrbF24 .........OK + +The total amount of wall time = 732.759227 + +Test 024 fv3_regional_quilt_hafs PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_quilt_netcdf_parallel +Checking test 025 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS + +The total amount of wall time = 738.156891 + +Test 025 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfdlmp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfdlmp_prod -Checking test 025 fv3_ccpp_gfdlmp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfdlmp +Checking test 026 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1284,12 +1393,15 @@ Checking test 025 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 025 fv3_ccpp_gfdlmp PASS +The total amount of wall time = 53.392765 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 026 fv3_ccpp_gfdlmprad_gwd results .... +Test 026 fv3_gfdlmp PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_gwd +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfdlmprad_gwd +Checking test 027 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1332,12 +1444,15 @@ Checking test 026 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 026 fv3_ccpp_gfdlmprad_gwd PASS +The total amount of wall time = 54.233840 + +Test 027 fv3_gfdlmprad_gwd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 027 fv3_ccpp_gfdlmprad_noahmp results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_noahmp +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfdlmprad_noahmp +Checking test 028 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1380,12 +1495,15 @@ Checking test 027 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 027 fv3_ccpp_gfdlmprad_noahmp PASS + +The total amount of wall time = 53.439044 + +Test 028 fv3_gfdlmprad_noahmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_csawmg_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_csawmg_prod -Checking test 028 fv3_ccpp_csawmg results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_csawmg +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_csawmg +Checking test 029 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1428,12 +1546,15 @@ Checking test 028 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 028 fv3_ccpp_csawmg PASS +The total amount of wall time = 139.316400 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_satmedmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_satmedmf_prod -Checking test 029 fv3_ccpp_satmedmf results .... +Test 029 fv3_csawmg PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmf +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_satmedmf +Checking test 030 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1476,12 +1597,15 @@ Checking test 029 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 029 fv3_ccpp_satmedmf PASS +The total amount of wall time = 59.173568 + +Test 030 fv3_satmedmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_satmedmfq_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_satmedmfq_prod -Checking test 030 fv3_ccpp_satmedmfq results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmfq +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_satmedmfq +Checking test 031 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1524,12 +1648,15 @@ Checking test 030 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 030 fv3_ccpp_satmedmfq PASS +The total amount of wall time = 59.204921 + +Test 031 fv3_satmedmfq PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfdlmp_32bit_prod -Checking test 031 fv3_ccpp_gfdlmp_32bit results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp_32bit +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfdlmp_32bit +Checking test 032 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1572,12 +1699,15 @@ Checking test 031 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 031 fv3_ccpp_gfdlmp_32bit PASS + +The total amount of wall time = 44.106991 + +Test 032 fv3_gfdlmp_32bit PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 032 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_32bit_post +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfdlmprad_32bit_post +Checking test 033 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1624,12 +1754,15 @@ Checking test 032 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 032 fv3_ccpp_gfdlmprad_32bit_post PASS +The total amount of wall time = 72.886931 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_cpt_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_cpt_prod -Checking test 033 fv3_ccpp_cpt results .... +Test 033 fv3_gfdlmprad_32bit_post PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_cpt +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_cpt +Checking test 034 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1678,12 +1811,15 @@ Checking test 033 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 033 fv3_ccpp_cpt PASS +The total amount of wall time = 330.789148 + +Test 034 fv3_cpt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gsd_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gsd_prod -Checking test 034 fv3_ccpp_gsd results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gsd +Checking test 035 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1770,12 +1906,15 @@ Checking test 034 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 034 fv3_ccpp_gsd PASS + +The total amount of wall time = 194.396435 + +Test 035 fv3_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_rap_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_rap_prod -Checking test 035 fv3_ccpp_rap results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rap +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_rap +Checking test 036 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1838,12 +1977,15 @@ Checking test 035 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 035 fv3_ccpp_rap PASS + +The total amount of wall time = 98.663150 + +Test 036 fv3_rap PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_hrrr_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_hrrr_prod -Checking test 036 fv3_ccpp_hrrr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_hrrr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_hrrr +Checking test 037 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1906,12 +2048,15 @@ Checking test 036 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 036 fv3_ccpp_hrrr PASS +The total amount of wall time = 96.460847 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_thompson_prod -Checking test 037 fv3_ccpp_thompson results .... +Test 037 fv3_hrrr PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_thompson +Checking test 038 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1974,12 +2119,15 @@ Checking test 037 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 037 fv3_ccpp_thompson PASS +The total amount of wall time = 89.669853 + +Test 038 fv3_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_thompson_no_aero_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_thompson_no_aero_prod -Checking test 038 fv3_ccpp_thompson_no_aero results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_thompson_no_aero +Checking test 039 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2042,12 +2190,15 @@ Checking test 038 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 038 fv3_ccpp_thompson_no_aero PASS + +The total amount of wall time = 89.257883 + +Test 039 fv3_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_rrfs_v1beta_prod -Checking test 039 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_rrfs_v1beta +Checking test 040 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2110,12 +2261,15 @@ Checking test 039 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 039 fv3_ccpp_rrfs_v1beta PASS +The total amount of wall time = 96.921783 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_prod -Checking test 040 fv3_ccpp_gfs_v16 results .... +Test 040 fv3_rrfs_v1beta PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16 +Checking test 041 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2190,12 +2344,15 @@ Checking test 040 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 040 fv3_ccpp_gfs_v16 PASS +The total amount of wall time = 173.722201 + +Test 041 fv3_gfs_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_restart_prod -Checking test 041 fv3_ccpp_gfs_v16_restart results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_restart +Checking test 042 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2240,12 +2397,15 @@ Checking test 041 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 041 fv3_ccpp_gfs_v16_restart PASS +The total amount of wall time = 103.349296 + +Test 042 fv3_gfs_v16_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_stochy_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_stochy_prod -Checking test 042 fv3_ccpp_gfs_v16_stochy results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_stochy +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_stochy +Checking test 043 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2308,12 +2468,15 @@ Checking test 042 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 042 fv3_ccpp_gfs_v16_stochy PASS + +The total amount of wall time = 66.274458 + +Test 043 fv3_gfs_v16_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 043 fv3_ccpp_gfs_v16_RRTMGP results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_RRTMGP +Checking test 044 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2376,12 +2539,15 @@ Checking test 043 fv3_ccpp_gfs_v16_RRTMGP results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 043 fv3_ccpp_gfs_v16_RRTMGP PASS +The total amount of wall time = 228.180089 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 044 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +Test 044 fv3_gfs_v16_RRTMGP PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 045 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2438,12 +2604,15 @@ Checking test 044 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 044 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +The total amount of wall time = 934.256608 + +Test 045 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 045 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_RRTMGP_2thrd +Checking test 046 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2506,12 +2675,15 @@ Checking test 045 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 045 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS + +The total amount of wall time = 481.079549 + +Test 046 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gocart_clm_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gocart_clm_prod -Checking test 046 fv3_ccpp_gocart_clm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gocart_clm +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gocart_clm +Checking test 047 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2554,12 +2726,15 @@ Checking test 046 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 046 fv3_ccpp_gocart_clm PASS +The total amount of wall time = 56.850072 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_flake_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_flake_prod -Checking test 047 fv3_ccpp_gfs_v16_flake results .... +Test 047 fv3_gocart_clm PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_flake +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_flake +Checking test 048 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2622,12 +2797,15 @@ Checking test 047 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 047 fv3_ccpp_gfs_v16_flake PASS +The total amount of wall time = 131.940021 + +Test 048 fv3_gfs_v16_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 048 fv3_ccpp_HAFS_v0_hwrf_thompson results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_HAFS_v0_hwrf_thompson +Checking test 049 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2690,12 +2868,15 @@ Checking test 048 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 048 fv3_ccpp_HAFS_v0_hwrf_thompson PASS + +The total amount of wall time = 196.231343 + +Test 049 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 049 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 050 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -2708,12 +2889,15 @@ Checking test 049 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 049 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +The total amount of wall time = 337.262058 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 050 fv3_ccpp_gfsv16_ugwpv1 results .... +Test 050 fv3_esg_HAFS_v0_hwrf_thompson PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfsv16_ugwpv1 +Checking test 051 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2770,12 +2954,15 @@ Checking test 050 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 050 fv3_ccpp_gfsv16_ugwpv1 PASS +The total amount of wall time = 216.424086 + +Test 051 fv3_gfsv16_ugwpv1 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 051 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_warmstart +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfsv16_ugwpv1_warmstart +Checking test 052 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2832,80 +3019,15 @@ Checking test 051 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 051 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +The total amount of wall time = 217.309093 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 052 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 052 fv3_ccpp_gfs_v15p2_debug PASS +Test 052 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_debug_prod -Checking test 053 fv3_ccpp_gfs_v16_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_ras +Checking test 053 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2918,24 +3040,24 @@ Checking test 053 fv3_ccpp_gfs_v16_debug results .... 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 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 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 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 @@ -2968,12 +3090,15 @@ Checking test 053 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 053 fv3_ccpp_gfs_v16_debug PASS +The total amount of wall time = 115.308140 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 054 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +Test 053 fv3_gfs_v16_ras PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_debug +Checking test 054 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3036,12 +3161,15 @@ Checking test 054 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 054 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +The total amount of wall time = 279.299568 + +Test 054 fv3_gfs_v16_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 055 fv3_ccpp_gfs_v16_RRTMGP_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_RRTMGP_debug +Checking test 055 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3104,23 +3232,29 @@ Checking test 055 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 055 fv3_ccpp_gfs_v16_RRTMGP_debug PASS + +The total amount of wall time = 400.934315 + +Test 055 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_regional_control_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_regional_control_debug_prod -Checking test 056 fv3_ccpp_regional_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_regional_control_debug +Checking test 056 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 056 fv3_ccpp_regional_control_debug PASS + +The total amount of wall time = 370.951342 + +Test 056 fv3_regional_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_control_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_control_debug_prod -Checking test 057 fv3_ccpp_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_control_debug +Checking test 057 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3145,12 +3279,15 @@ Checking test 057 fv3_ccpp_control_debug results .... Comparing dynf006.tile4.nc .........OK Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -Test 057 fv3_ccpp_control_debug PASS +The total amount of wall time = 152.231807 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_stretched_nest_debug_prod -Checking test 058 fv3_ccpp_stretched_nest_debug results .... +Test 057 fv3_control_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_stretched_nest_debug +Checking test 058 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3165,12 +3302,15 @@ Checking test 058 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile4.nc .........OK Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -Test 058 fv3_ccpp_stretched_nest_debug PASS +The total amount of wall time = 438.498754 + +Test 058 fv3_stretched_nest_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gsd_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gsd_debug_prod -Checking test 059 fv3_ccpp_gsd_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gsd_debug +Checking test 059 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3233,12 +3373,15 @@ Checking test 059 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 059 fv3_ccpp_gsd_debug PASS + +The total amount of wall time = 223.826594 + +Test 059 fv3_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_diag3d_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gsd_diag3d_debug +Checking test 060 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3301,12 +3444,15 @@ Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 060 fv3_ccpp_gsd_diag3d_debug PASS +The total amount of wall time = 264.526198 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_thompson_debug_prod -Checking test 061 fv3_ccpp_thompson_debug results .... +Test 060 fv3_gsd_diag3d_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_thompson_debug +Checking test 061 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3369,12 +3515,15 @@ Checking test 061 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 061 fv3_ccpp_thompson_debug PASS +The total amount of wall time = 369.883158 + +Test 061 fv3_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_thompson_no_aero_debug +Checking test 062 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3437,12 +3586,15 @@ Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 062 fv3_ccpp_thompson_no_aero_debug PASS + +The total amount of wall time = 356.386770 + +Test 062 fv3_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_rrfs_v1beta_debug +Checking test 063 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3505,12 +3657,15 @@ Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 063 fv3_ccpp_rrfs_v1beta_debug PASS +The total amount of wall time = 216.998776 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +Test 063 fv3_rrfs_v1beta_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 064 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3573,12 +3728,15 @@ Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +The total amount of wall time = 225.130742 + +Test 064 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 065 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -3591,12 +3749,15 @@ Checking test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS + +The total amount of wall time = 400.185128 + +Test 065 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 066 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfsv16_ugwpv1_debug +Checking test 066 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3653,12 +3814,86 @@ Checking test 066 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 066 fv3_ccpp_gfsv16_ugwpv1_debug PASS +The total amount of wall time = 611.714808 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_control_prod -Checking test 067 cpld_control results .... +Test 066 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/fv3_gfs_v16_ras_debug +Checking test 067 fv3_gfs_v16_ras_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 + +The total amount of wall time = 353.911234 + +Test 067 fv3_gfs_v16_ras_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_control +Checking test 068 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3706,12 +3941,15 @@ Checking test 067 cpld_control results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 067 cpld_control PASS +The total amount of wall time = 97.968757 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_prod -Checking test 068 cpld_restart results .... +Test 068 cpld_control PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart +Checking test 069 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3759,12 +3997,15 @@ Checking test 068 cpld_restart results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 068 cpld_restart PASS +The total amount of wall time = 54.607792 + +Test 069 cpld_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_controlfrac_prod -Checking test 069 cpld_controlfrac results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_controlfrac +Checking test 070 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3812,12 +4053,15 @@ Checking test 069 cpld_controlfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 069 cpld_controlfrac PASS +The total amount of wall time = 97.791128 + +Test 070 cpld_controlfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restartfrac_prod -Checking test 070 cpld_restartfrac results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restartfrac +Checking test 071 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3865,12 +4109,15 @@ Checking test 070 cpld_restartfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 070 cpld_restartfrac PASS + +The total amount of wall time = 54.427068 + +Test 071 cpld_restartfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_2threads_prod -Checking test 071 cpld_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_2threads +Checking test 072 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3918,12 +4165,15 @@ Checking test 071 cpld_2threads results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 071 cpld_2threads PASS +The total amount of wall time = 259.340500 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_decomp_prod -Checking test 072 cpld_decomp results .... +Test 072 cpld_2threads PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_decomp +Checking test 073 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -3971,12 +4221,15 @@ Checking test 072 cpld_decomp results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 072 cpld_decomp PASS +The total amount of wall time = 96.061882 + +Test 073 cpld_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_satmedmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_satmedmf_prod -Checking test 073 cpld_satmedmf results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_satmedmf +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_satmedmf +Checking test 074 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4024,12 +4277,15 @@ Checking test 073 cpld_satmedmf results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 073 cpld_satmedmf PASS + +The total amount of wall time = 95.703503 + +Test 074 cpld_satmedmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_ca_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_ca_prod -Checking test 074 cpld_ca results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_ca +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_ca +Checking test 075 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4077,12 +4333,15 @@ Checking test 074 cpld_ca results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 074 cpld_ca PASS + +The total amount of wall time = 96.138269 + +Test 075 cpld_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_control_c192_prod -Checking test 075 cpld_control_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_control_c192 +Checking test 076 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4130,12 +4389,15 @@ Checking test 075 cpld_control_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 075 cpld_control_c192 PASS +The total amount of wall time = 408.742485 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_c192_prod -Checking test 076 cpld_restart_c192 results .... +Test 076 cpld_control_c192 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart_c192 +Checking test 077 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4183,12 +4445,15 @@ Checking test 076 cpld_restart_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 076 cpld_restart_c192 PASS +The total amount of wall time = 292.870514 + +Test 077 cpld_restart_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_controlfrac_c192_prod -Checking test 077 cpld_controlfrac_c192 results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_controlfrac_c192 +Checking test 078 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4236,12 +4501,15 @@ Checking test 077 cpld_controlfrac_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 077 cpld_controlfrac_c192 PASS + +The total amount of wall time = 407.046572 + +Test 078 cpld_controlfrac_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restartfrac_c192_prod -Checking test 078 cpld_restartfrac_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restartfrac_c192 +Checking test 079 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4289,12 +4557,15 @@ Checking test 078 cpld_restartfrac_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 078 cpld_restartfrac_c192 PASS +The total amount of wall time = 291.165526 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_control_c384_prod -Checking test 079 cpld_control_c384 results .... +Test 079 cpld_restartfrac_c192 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_control_c384 +Checking test 080 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4345,12 +4616,15 @@ Checking test 079 cpld_control_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 079 cpld_control_c384 PASS +The total amount of wall time = 1590.577507 + +Test 080 cpld_control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_c384_prod -Checking test 080 cpld_restart_c384 results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart_c384 +Checking test 081 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4401,12 +4675,15 @@ Checking test 080 cpld_restart_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 080 cpld_restart_c384 PASS +The total amount of wall time = 837.295993 + +Test 081 cpld_restart_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_controlfrac_c384_prod -Checking test 081 cpld_controlfrac_c384 results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_controlfrac_c384 +Checking test 082 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4457,12 +4734,15 @@ Checking test 081 cpld_controlfrac_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 081 cpld_controlfrac_c384 PASS + +The total amount of wall time = 1601.229539 + +Test 082 cpld_controlfrac_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_controlfrac_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restartfrac_c384_prod -Checking test 082 cpld_restartfrac_c384 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restartfrac_c384 +Checking test 083 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4513,12 +4793,15 @@ Checking test 082 cpld_restartfrac_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 082 cpld_restartfrac_c384 PASS +The total amount of wall time = 839.801289 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmark_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmark_prod -Checking test 083 cpld_bmark results .... +Test 083 cpld_restartfrac_c384 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmark +Checking test 084 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4569,12 +4852,15 @@ Checking test 083 cpld_bmark results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 083 cpld_bmark PASS +The total amount of wall time = 904.667933 + +Test 084 cpld_bmark PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmark_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_bmark_prod -Checking test 084 cpld_restart_bmark results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart_bmark +Checking test 085 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4625,12 +4911,15 @@ Checking test 084 cpld_restart_bmark results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 084 cpld_restart_bmark PASS + +The total amount of wall time = 495.540015 + +Test 085 cpld_restart_bmark PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmarkfrac_prod -Checking test 085 cpld_bmarkfrac results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmarkfrac +Checking test 086 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4681,12 +4970,15 @@ Checking test 085 cpld_bmarkfrac results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 085 cpld_bmarkfrac PASS +The total amount of wall time = 905.748172 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_bmarkfrac_prod -Checking test 086 cpld_restart_bmarkfrac results .... +Test 086 cpld_bmarkfrac PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart_bmarkfrac +Checking test 087 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4737,12 +5029,15 @@ Checking test 086 cpld_restart_bmarkfrac results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 086 cpld_restart_bmarkfrac PASS +The total amount of wall time = 493.215613 + +Test 087 cpld_restart_bmarkfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmarkfrac_v16_prod -Checking test 087 cpld_bmarkfrac_v16 results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmarkfrac_v16 +Checking test 088 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -4793,12 +5088,15 @@ Checking test 087 cpld_bmarkfrac_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 087 cpld_bmarkfrac_v16 PASS + +The total amount of wall time = 1624.815790 + +Test 088 cpld_bmarkfrac_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_restart_bmarkfrac_v16_prod -Checking test 088 cpld_restart_bmarkfrac_v16 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_restart_bmarkfrac_v16 +Checking test 089 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -4849,12 +5147,15 @@ Checking test 088 cpld_restart_bmarkfrac_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 088 cpld_restart_bmarkfrac_v16 PASS +The total amount of wall time = 882.730217 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmark_wave_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmark_wave_prod -Checking test 089 cpld_bmark_wave results .... +Test 089 cpld_restart_bmarkfrac_v16 PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark_wave +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmark_wave +Checking test 090 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4908,12 +5209,15 @@ Checking test 089 cpld_bmark_wave results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 089 cpld_bmark_wave PASS +The total amount of wall time = 1571.612288 + +Test 090 cpld_bmark_wave PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmarkfrac_wave_prod -Checking test 090 cpld_bmarkfrac_wave results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmarkfrac_wave +Checking test 091 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4967,12 +5271,15 @@ Checking test 090 cpld_bmarkfrac_wave results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 090 cpld_bmarkfrac_wave PASS + +The total amount of wall time = 1563.568665 + +Test 091 cpld_bmarkfrac_wave PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_bmarkfrac_wave_v16_prod -Checking test 091 cpld_bmarkfrac_wave_v16 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave_v16 +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_bmarkfrac_wave_v16 +Checking test 092 cpld_bmarkfrac_wave_v16 results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5025,12 +5332,15 @@ Checking test 091 cpld_bmarkfrac_wave_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -Test 091 cpld_bmarkfrac_wave_v16 PASS + +The total amount of wall time = 1028.924301 + +Test 092 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_control_wave_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_control_wave_prod -Checking test 092 cpld_control_wave results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_wave +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_control_wave +Checking test 093 cpld_control_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5081,12 +5391,15 @@ Checking test 092 cpld_control_wave results .... Comparing 20161004.000000.out_grd.glo_1deg .........OK Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK -Test 092 cpld_control_wave PASS +The total amount of wall time = 804.330378 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_debug_prod -Checking test 093 cpld_debug results .... +Test 093 cpld_control_wave PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debug +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_debug +Checking test 094 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5134,12 +5447,15 @@ Checking test 093 cpld_debug results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 093 cpld_debug PASS +The total amount of wall time = 311.610536 + +Test 094 cpld_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/cpld_debugfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/cpld_debugfrac_prod -Checking test 094 cpld_debugfrac results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debugfrac +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/cpld_debugfrac +Checking test 095 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5187,87 +5503,114 @@ Checking test 094 cpld_debugfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 094 cpld_debugfrac PASS + +The total amount of wall time = 310.286677 + +Test 095 cpld_debugfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_control_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_control_cfsr -Checking test 095 datm_control_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_control_cfsr +Checking test 096 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 095 datm_control_cfsr PASS +The total amount of wall time = 101.646231 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_control_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_restart_cfsr -Checking test 096 datm_restart_cfsr results .... +Test 096 datm_control_cfsr PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_restart_cfsr +Checking test 097 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 096 datm_restart_cfsr PASS +The total amount of wall time = 63.752959 + +Test 097 datm_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_control_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_control_gefs -Checking test 097 datm_control_gefs results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_gefs +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_control_gefs +Checking test 098 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 097 datm_control_gefs PASS +The total amount of wall time = 95.376893 + +Test 098 datm_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_bulk_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_bulk_cfsr -Checking test 098 datm_bulk_cfsr results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_cfsr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_bulk_cfsr +Checking test 099 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 098 datm_bulk_cfsr PASS + +The total amount of wall time = 98.506403 + +Test 099 datm_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_bulk_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_bulk_gefs -Checking test 099 datm_bulk_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_gefs +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_bulk_gefs +Checking test 100 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 099 datm_bulk_gefs PASS +The total amount of wall time = 96.103516 -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_mx025_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_mx025_cfsr -Checking test 100 datm_mx025_cfsr results .... +Test 100 datm_bulk_gefs PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_cfsr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_mx025_cfsr +Checking test 101 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 100 datm_mx025_cfsr PASS +The total amount of wall time = 387.900527 + +Test 101 datm_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_mx025_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_mx025_gefs -Checking test 101 datm_mx025_gefs results .... + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_gefs +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_mx025_gefs +Checking test 102 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 101 datm_mx025_gefs PASS + +The total amount of wall time = 388.256182 + +Test 102 datm_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210308/INTEL/datm_debug_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_35650/datm_debug_cfsr -Checking test 102 datm_debug_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_debug_cfsr +working dir = /glade/scratch/heinzell/FV3_RT/rt_43538/datm_debug_cfsr +Checking test 103 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -Test 102 datm_debug_cfsr PASS + +The total amount of wall time = 285.358273 + +Test 103 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Mon Mar 8 17:36:46 MST 2021 -Elapsed time: 01h:21m:35s. Have a nice day! +Wed Mar 31 07:35:03 MDT 2021 +Elapsed time: 01h:37m:17s. Have a nice day! diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index 57c9707b75..295580d848 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,10 +1,28 @@ -Wed Mar 10 23:49:30 EST 2021 +Wed Mar 31 14:48:03 EDT 2021 Start Regression test - -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 686 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 773 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 003 elapsed time 773 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 004 elapsed time 787 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 005 elapsed time 810 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 006 elapsed time 773 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 007 elapsed time 843 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 008 elapsed time 787 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 009 elapsed time 680 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 010 elapsed time 790 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 011 elapsed time 994 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 012 elapsed time 732 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 013 elapsed time 803 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 014 elapsed time 727 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 015 elapsed time 997 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 016 elapsed time 962 seconds. APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 017 elapsed time 1208 seconds. APP=DATM_NEMS +Compile 018 elapsed time 615 seconds. APP=DATM_NEMS DEBUG=Y + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -68,14 +86,14 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 71.879939 +The total amount of wall time = 50.174813 -Test 001 fv3_ccpp_control PASS +Test 001 fv3_control PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -139,14 +157,14 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 45.479937 +The total amount of wall time = 44.764782 -Test 002 fv3_ccpp_decomp PASS +Test 002 fv3_decomp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -210,14 +228,14 @@ Checking test 003 fv3_ccpp_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 67.437709 +The total amount of wall time = 56.485595 -Test 003 fv3_ccpp_2threads PASS +Test 003 fv3_2threads PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -263,14 +281,14 @@ Checking test 004 fv3_ccpp_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 29.789835 +The total amount of wall time = 23.313295 -Test 004 fv3_ccpp_restart PASS +Test 004 fv3_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_read_inc_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_read_inc +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -334,14 +352,14 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 46.534065 +The total amount of wall time = 71.352378 -Test 005 fv3_ccpp_read_inc PASS +Test 005 fv3_read_inc PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -385,14 +403,14 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 102.810236 +The total amount of wall time = 101.083478 -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -436,14 +454,14 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 57.094290 +The total amount of wall time = 40.562493 -Test 007 fv3_ccpp_wrtGauss_netcdf PASS +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -487,14 +505,14 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 106.821628 +The total amount of wall time = 286.141075 -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS +Test 008 fv3_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGlatlon_netcdf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -538,14 +556,14 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 56.212204 +The total amount of wall time = 59.181998 -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -589,14 +607,14 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 40.633752 +The total amount of wall time = 46.419470 -Test 010 fv3_ccpp_wrtGauss_nemsio PASS +Test 010 fv3_wrtGauss_nemsio PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -640,14 +658,14 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 111.998164 +The total amount of wall time = 110.951396 -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stochy_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -711,14 +729,14 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 49.542202 +The total amount of wall time = 47.728099 -Test 012 fv3_ccpp_stochy PASS +Test 012 fv3_stochy PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ca_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_ca +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -782,14 +800,14 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 30.611443 +The total amount of wall time = 28.772703 -Test 013 fv3_ccpp_ca PASS +Test 013 fv3_ca PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lndp_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -853,14 +871,14 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 82.246724 +The total amount of wall time = 49.598280 -Test 014 fv3_ccpp_lndp PASS +Test 014 fv3_lndp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_iau_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_iau +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -924,14 +942,14 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 41.432752 +The total amount of wall time = 43.331431 -Test 015 fv3_ccpp_iau PASS +Test 015 fv3_iau PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lheatstrg_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lheatstrg +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -975,14 +993,14 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 55.593878 +The total amount of wall time = 40.239251 -Test 016 fv3_ccpp_lheatstrg PASS +Test 016 fv3_lheatstrg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_multigases_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_multigases_prod -Checking test 017 fv3_ccpp_multigases results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_multigases_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_multigases_repro +Checking test 017 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1052,14 +1070,14 @@ Checking test 017 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 88.167645 +The total amount of wall time = 93.875906 -Test 017 fv3_ccpp_multigases PASS +Test 017 fv3_multigases PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_32bit_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_control_32bit_prod -Checking test 018 fv3_ccpp_control_32bit results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_32bit +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_control_32bit +Checking test 018 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1123,14 +1141,14 @@ Checking test 018 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 39.678305 +The total amount of wall time = 48.999196 -Test 018 fv3_ccpp_control_32bit PASS +Test 018 fv3_control_32bit PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_stretched_prod -Checking test 019 fv3_ccpp_stretched results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_stretched +Checking test 019 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1182,14 +1200,14 @@ Checking test 019 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 308.729178 +The total amount of wall time = 302.762151 -Test 019 fv3_ccpp_stretched PASS +Test 019 fv3_stretched PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_stretched_nest_prod -Checking test 020 fv3_ccpp_stretched_nest results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_stretched_nest +Checking test 020 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1252,40 +1270,40 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -The total amount of wall time = 336.800521 +The total amount of wall time = 333.182973 -Test 020 fv3_ccpp_stretched_nest PASS +Test 020 fv3_stretched_nest PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_control_prod -Checking test 021 fv3_ccpp_regional_control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_control +Checking test 021 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 674.277602 +The total amount of wall time = 668.505211 -Test 021 fv3_ccpp_regional_control PASS +Test 021 fv3_regional_control PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_restart_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_restart_prod -Checking test 022 fv3_ccpp_regional_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_restart +Checking test 022 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -The total amount of wall time = 369.867623 +The total amount of wall time = 368.386881 -Test 022 fv3_ccpp_regional_restart PASS +Test 022 fv3_regional_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_quilt_prod -Checking test 023 fv3_ccpp_regional_quilt results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_quilt +Checking test 023 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1295,14 +1313,14 @@ Checking test 023 fv3_ccpp_regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 692.693256 +The total amount of wall time = 685.666148 -Test 023 fv3_ccpp_regional_quilt PASS +Test 023 fv3_regional_quilt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_hafs_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_quilt_hafs_prod -Checking test 024 fv3_ccpp_regional_quilt_hafs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_quilt_hafs +Checking test 024 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1310,28 +1328,28 @@ Checking test 024 fv3_ccpp_regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 691.047012 +The total amount of wall time = 683.682631 -Test 024 fv3_ccpp_regional_quilt_hafs PASS +Test 024 fv3_regional_quilt_hafs PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 025 fv3_ccpp_regional_quilt_netcdf_parallel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_quilt_netcdf_parallel +Checking test 025 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 696.277027 +The total amount of wall time = 702.879462 -Test 025 fv3_ccpp_regional_quilt_netcdf_parallel PASS +Test 025 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfdlmp_prod -Checking test 026 fv3_ccpp_gfdlmp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfdlmp +Checking test 026 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1375,14 +1393,14 @@ Checking test 026 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 47.019292 +The total amount of wall time = 47.820318 -Test 026 fv3_ccpp_gfdlmp PASS +Test 026 fv3_gfdlmp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 027 fv3_ccpp_gfdlmprad_gwd results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_gwd +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfdlmprad_gwd +Checking test 027 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1426,14 +1444,14 @@ Checking test 027 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 57.698579 +The total amount of wall time = 53.022131 -Test 027 fv3_ccpp_gfdlmprad_gwd PASS +Test 027 fv3_gfdlmprad_gwd PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 028 fv3_ccpp_gfdlmprad_noahmp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_noahmp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfdlmprad_noahmp +Checking test 028 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1477,14 +1495,14 @@ Checking test 028 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 56.000749 +The total amount of wall time = 48.924039 -Test 028 fv3_ccpp_gfdlmprad_noahmp PASS +Test 028 fv3_gfdlmprad_noahmp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_csawmg_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_csawmg_prod -Checking test 029 fv3_ccpp_csawmg results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_csawmg +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_csawmg +Checking test 029 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1528,14 +1546,14 @@ Checking test 029 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 124.841259 +The total amount of wall time = 126.002535 -Test 029 fv3_ccpp_csawmg PASS +Test 029 fv3_csawmg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmf_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_satmedmf_prod -Checking test 030 fv3_ccpp_satmedmf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_satmedmf +Checking test 030 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1579,14 +1597,14 @@ Checking test 030 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 51.615928 +The total amount of wall time = 71.694143 -Test 030 fv3_ccpp_satmedmf PASS +Test 030 fv3_satmedmf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmfq_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_satmedmfq_prod -Checking test 031 fv3_ccpp_satmedmfq results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmfq +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_satmedmfq +Checking test 031 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1630,14 +1648,14 @@ Checking test 031 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 51.791689 +The total amount of wall time = 51.045916 -Test 031 fv3_ccpp_satmedmfq PASS +Test 031 fv3_satmedmfq PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfdlmp_32bit_prod -Checking test 032 fv3_ccpp_gfdlmp_32bit results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp_32bit +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfdlmp_32bit +Checking test 032 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1681,14 +1699,14 @@ Checking test 032 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 61.169533 +The total amount of wall time = 42.429411 -Test 032 fv3_ccpp_gfdlmp_32bit PASS +Test 032 fv3_gfdlmp_32bit PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 033 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_32bit_post +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfdlmprad_32bit_post +Checking test 033 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1736,14 +1754,14 @@ Checking test 033 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 78.411476 +The total amount of wall time = 79.347056 -Test 033 fv3_ccpp_gfdlmprad_32bit_post PASS +Test 033 fv3_gfdlmprad_32bit_post PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_cpt_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_cpt_prod -Checking test 034 fv3_ccpp_cpt results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_cpt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_cpt +Checking test 034 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1793,14 +1811,14 @@ Checking test 034 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 294.630625 +The total amount of wall time = 288.075899 -Test 034 fv3_ccpp_cpt PASS +Test 034 fv3_cpt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gsd_prod -Checking test 035 fv3_ccpp_gsd results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gsd +Checking test 035 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1888,14 +1906,14 @@ Checking test 035 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 201.390045 +The total amount of wall time = 184.512953 -Test 035 fv3_ccpp_gsd PASS +Test 035 fv3_gsd PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rap_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_rap_prod -Checking test 036 fv3_ccpp_rap results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rap +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_rap +Checking test 036 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1959,14 +1977,14 @@ Checking test 036 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 94.505161 +The total amount of wall time = 96.243462 -Test 036 fv3_ccpp_rap PASS +Test 036 fv3_rap PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_hrrr_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_hrrr_prod -Checking test 037 fv3_ccpp_hrrr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_hrrr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_hrrr +Checking test 037 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2030,14 +2048,14 @@ Checking test 037 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 101.088927 +The total amount of wall time = 89.734978 -Test 037 fv3_ccpp_hrrr PASS +Test 037 fv3_hrrr PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_thompson_prod -Checking test 038 fv3_ccpp_thompson results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_thompson +Checking test 038 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2101,14 +2119,14 @@ Checking test 038 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 96.127321 +The total amount of wall time = 85.402476 -Test 038 fv3_ccpp_thompson PASS +Test 038 fv3_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_thompson_no_aero_prod -Checking test 039 fv3_ccpp_thompson_no_aero results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_thompson_no_aero +Checking test 039 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2172,14 +2190,14 @@ Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 88.237360 +The total amount of wall time = 111.524850 -Test 039 fv3_ccpp_thompson_no_aero PASS +Test 039 fv3_thompson_no_aero PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_rrfs_v1beta_prod -Checking test 040 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_rrfs_v1beta +Checking test 040 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2243,85 +2261,14 @@ Checking test 040 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 127.295775 +The total amount of wall time = 91.876529 -Test 040 fv3_ccpp_rrfs_v1beta PASS +Test 040 fv3_rrfs_v1beta PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v15p2_prod -Checking test 041 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 - -The total amount of wall time = 113.824807 - -Test 041 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_prod -Checking test 042 fv3_ccpp_gfs_v16 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16 +Checking test 041 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2397,14 +2344,14 @@ Checking test 042 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 118.238990 +The total amount of wall time = 158.936340 -Test 042 fv3_ccpp_gfs_v16 PASS +Test 041 fv3_gfs_v16 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_restart_prod -Checking test 043 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_restart +Checking test 042 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2450,14 +2397,14 @@ Checking test 043 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 61.823498 +The total amount of wall time = 97.335443 -Test 043 fv3_ccpp_gfs_v16_restart PASS +Test 042 fv3_gfs_v16_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_stochy_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_stochy_prod -Checking test 044 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_stochy +Checking test 043 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2521,14 +2468,14 @@ Checking test 044 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 56.790071 +The total amount of wall time = 57.713917 -Test 044 fv3_ccpp_gfs_v16_stochy PASS +Test 043 fv3_gfs_v16_stochy PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 045 fv3_ccpp_gfs_v15p2_RRTMGP results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_RRTMGP +Checking test 044 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2592,85 +2539,14 @@ Checking test 045 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 192.819262 +The total amount of wall time = 181.860915 -Test 045 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 044 fv3_gfs_v16_RRTMGP PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 046 fv3_ccpp_gfs_v16_RRTMGP 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 - -The total amount of wall time = 188.241337 - -Test 046 fv3_ccpp_gfs_v16_RRTMGP PASS - - -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 045 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2728,14 +2604,14 @@ Checking test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 721.716280 +The total amount of wall time = 719.362767 -Test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +Test 045 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_RRTMGP_2thrd +Checking test 046 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2799,14 +2675,14 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 285.972241 +The total amount of wall time = 274.543156 -Test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS +Test 046 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfsv16_csawmg_prod -Checking test 049 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmg +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfsv16_csawmg +Checking test 047 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2850,14 +2726,14 @@ Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 134.805037 +The total amount of wall time = 129.701909 -Test 049 fv3_ccpp_gfsv16_csawmg PASS +Test 047 fv3_gfsv16_csawmg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfsv16_csawmgt +Checking test 048 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2901,14 +2777,14 @@ Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 131.735341 +The total amount of wall time = 131.454042 -Test 050 fv3_ccpp_gfsv16_csawmgt PASS +Test 048 fv3_gfsv16_csawmgt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gocart_clm_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gocart_clm_prod -Checking test 051 fv3_ccpp_gocart_clm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gocart_clm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gocart_clm +Checking test 049 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2952,14 +2828,14 @@ Checking test 051 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 93.155558 +The total amount of wall time = 51.522579 -Test 051 fv3_ccpp_gocart_clm PASS +Test 049 fv3_gocart_clm PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_flake_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_flake_prod -Checking test 052 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_flake +Checking test 050 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3023,14 +2899,14 @@ Checking test 052 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 125.310744 +The total amount of wall time = 108.969416 -Test 052 fv3_ccpp_gfs_v16_flake PASS +Test 050 fv3_gfs_v16_flake PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_HAFS_v0_hwrf_thompson +Checking test 051 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3094,14 +2970,14 @@ Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 191.664954 +The total amount of wall time = 161.156980 -Test 053 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 051 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 052 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -3115,14 +2991,14 @@ Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 323.331796 +The total amount of wall time = 323.369374 -Test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 052 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 055 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfsv16_ugwpv1 +Checking test 053 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3180,14 +3056,14 @@ Checking test 055 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 212.057827 +The total amount of wall time = 187.176598 -Test 055 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 053 fv3_gfsv16_ugwpv1 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_warmstart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfsv16_ugwpv1_warmstart +Checking test 054 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3245,14 +3121,14 @@ Checking test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 185.861434 +The total amount of wall time = 185.865885 -Test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +Test 054 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_ras +Checking test 055 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3265,95 +3141,24 @@ Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... 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 - -The total amount of wall time = 238.402428 - -Test 057 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_debug_prod -Checking test 058 fv3_ccpp_gfs_v16_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 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 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 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 @@ -3387,14 +3192,14 @@ Checking test 058 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 169.431694 +The total amount of wall time = 130.800614 -Test 058 fv3_ccpp_gfs_v16_debug PASS +Test 055 fv3_gfs_v16_ras PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_debug +Checking test 056 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3458,14 +3263,14 @@ Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 378.715427 +The total amount of wall time = 249.177291 -Test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 056 fv3_gfs_v16_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 060 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_RRTMGP_debug +Checking test 057 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3529,28 +3334,28 @@ Checking test 060 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 385.737574 +The total amount of wall time = 379.920803 -Test 060 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 057 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_regional_control_debug_prod -Checking test 061 fv3_ccpp_regional_control_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_regional_control_debug +Checking test 058 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 370.707402 +The total amount of wall time = 371.056099 -Test 061 fv3_ccpp_regional_control_debug PASS +Test 058 fv3_regional_control_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_control_debug_prod -Checking test 062 fv3_ccpp_control_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_control_debug +Checking test 059 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3576,14 +3381,14 @@ Checking test 062 fv3_ccpp_control_debug results .... Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -The total amount of wall time = 129.017790 +The total amount of wall time = 133.348004 -Test 062 fv3_ccpp_control_debug PASS +Test 059 fv3_control_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_stretched_nest_debug_prod -Checking test 063 fv3_ccpp_stretched_nest_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_stretched_nest_debug +Checking test 060 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3599,14 +3404,14 @@ Checking test 063 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -The total amount of wall time = 436.258349 +The total amount of wall time = 443.229898 -Test 063 fv3_ccpp_stretched_nest_debug PASS +Test 060 fv3_stretched_nest_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gsd_debug_prod -Checking test 064 fv3_ccpp_gsd_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gsd_debug +Checking test 061 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3670,14 +3475,14 @@ Checking test 064 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 195.679115 +The total amount of wall time = 203.777127 -Test 064 fv3_ccpp_gsd_debug PASS +Test 061 fv3_gsd_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 065 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_diag3d_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gsd_diag3d_debug +Checking test 062 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3741,14 +3546,14 @@ Checking test 065 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 220.811716 +The total amount of wall time = 224.266477 -Test 065 fv3_ccpp_gsd_diag3d_debug PASS +Test 062 fv3_gsd_diag3d_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_thompson_debug_prod -Checking test 066 fv3_ccpp_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_thompson_debug +Checking test 063 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3812,14 +3617,14 @@ Checking test 066 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 341.338745 +The total amount of wall time = 345.971137 -Test 066 fv3_ccpp_thompson_debug PASS +Test 063 fv3_thompson_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 067 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_thompson_no_aero_debug +Checking test 064 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3883,14 +3688,14 @@ Checking test 067 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 334.493393 +The total amount of wall time = 333.181346 -Test 067 fv3_ccpp_thompson_no_aero_debug PASS +Test 064 fv3_thompson_no_aero_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 068 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_rrfs_v1beta_debug +Checking test 065 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3954,14 +3759,14 @@ Checking test 068 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 192.572636 +The total amount of wall time = 193.694881 -Test 068 fv3_ccpp_rrfs_v1beta_debug PASS +Test 065 fv3_rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 066 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4025,14 +3830,14 @@ Checking test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 204.114611 +The total amount of wall time = 206.633516 -Test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 066 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 067 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -4046,14 +3851,14 @@ Checking test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 377.484603 +The total amount of wall time = 380.072689 -Test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 067 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 071 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfsv16_ugwpv1_debug +Checking test 068 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -4111,14 +3916,85 @@ Checking test 071 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 578.718317 +The total amount of wall time = 589.153589 + +Test 068 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/fv3_gfs_v16_ras_debug +Checking test 069 fv3_gfs_v16_ras_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 + +The total amount of wall time = 328.785415 -Test 071 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 069 fv3_gfs_v16_ras_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_control_prod -Checking test 072 cpld_control results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_control +Checking test 070 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4167,14 +4043,14 @@ Checking test 072 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 142.475405 +The total amount of wall time = 121.002945 -Test 072 cpld_control PASS +Test 070 cpld_control PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restart_prod -Checking test 073 cpld_restart results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restart +Checking test 071 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4223,14 +4099,14 @@ Checking test 073 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 81.454095 +The total amount of wall time = 48.987853 -Test 073 cpld_restart PASS +Test 071 cpld_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_controlfrac_prod -Checking test 074 cpld_controlfrac results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_controlfrac +Checking test 072 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4279,14 +4155,14 @@ Checking test 074 cpld_controlfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 111.339128 +The total amount of wall time = 92.077729 -Test 074 cpld_controlfrac PASS +Test 072 cpld_controlfrac PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restartfrac_prod -Checking test 075 cpld_restartfrac results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restartfrac +Checking test 073 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4335,14 +4211,14 @@ Checking test 075 cpld_restartfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 84.296301 +The total amount of wall time = 65.965430 -Test 075 cpld_restartfrac PASS +Test 073 cpld_restartfrac PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_2threads_prod -Checking test 076 cpld_2threads results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_2threads +Checking test 074 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4391,14 +4267,14 @@ Checking test 076 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 148.825931 +The total amount of wall time = 120.803755 -Test 076 cpld_2threads PASS +Test 074 cpld_2threads PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_decomp_prod -Checking test 077 cpld_decomp results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_decomp +Checking test 075 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4447,14 +4323,14 @@ Checking test 077 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 141.368757 +The total amount of wall time = 88.517170 -Test 077 cpld_decomp PASS +Test 075 cpld_decomp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_satmedmf_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_satmedmf_prod -Checking test 078 cpld_satmedmf results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_satmedmf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_satmedmf +Checking test 076 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4503,14 +4379,14 @@ Checking test 078 cpld_satmedmf results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 117.089853 +The total amount of wall time = 88.433743 -Test 078 cpld_satmedmf PASS +Test 076 cpld_satmedmf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_ca_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_ca_prod -Checking test 079 cpld_ca results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_ca +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_ca +Checking test 077 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4559,14 +4435,14 @@ Checking test 079 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 116.544807 +The total amount of wall time = 89.385722 -Test 079 cpld_ca PASS +Test 077 cpld_ca PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_control_c192_prod -Checking test 080 cpld_control_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_control_c192 +Checking test 078 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4615,14 +4491,14 @@ Checking test 080 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -The total amount of wall time = 411.886232 +The total amount of wall time = 432.044246 -Test 080 cpld_control_c192 PASS +Test 078 cpld_control_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restart_c192_prod -Checking test 081 cpld_restart_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restart_c192 +Checking test 079 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4671,14 +4547,14 @@ Checking test 081 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -The total amount of wall time = 309.309992 +The total amount of wall time = 282.469728 -Test 081 cpld_restart_c192 PASS +Test 079 cpld_restart_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_controlfrac_c192_prod -Checking test 082 cpld_controlfrac_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_controlfrac_c192 +Checking test 080 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4727,14 +4603,14 @@ Checking test 082 cpld_controlfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -The total amount of wall time = 445.528386 +The total amount of wall time = 411.041907 -Test 082 cpld_controlfrac_c192 PASS +Test 080 cpld_controlfrac_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restartfrac_c192_prod -Checking test 083 cpld_restartfrac_c192 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restartfrac_c192 +Checking test 081 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4783,14 +4659,14 @@ Checking test 083 cpld_restartfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -The total amount of wall time = 309.137753 +The total amount of wall time = 277.768749 -Test 083 cpld_restartfrac_c192 PASS +Test 081 cpld_restartfrac_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_control_c384_prod -Checking test 084 cpld_control_c384 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_control_c384 +Checking test 082 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4842,14 +4718,14 @@ Checking test 084 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 1546.714039 +The total amount of wall time = 1543.401062 -Test 084 cpld_control_c384 PASS +Test 082 cpld_control_c384 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restart_c384_prod -Checking test 085 cpld_restart_c384 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restart_c384 +Checking test 083 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4901,14 +4777,14 @@ Checking test 085 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 796.800994 +The total amount of wall time = 777.187903 -Test 085 cpld_restart_c384 PASS +Test 083 cpld_restart_c384 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_controlfrac_c384_prod -Checking test 086 cpld_controlfrac_c384 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_controlfrac_c384 +Checking test 084 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4960,14 +4836,14 @@ Checking test 086 cpld_controlfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 1553.722990 +The total amount of wall time = 1543.098041 -Test 086 cpld_controlfrac_c384 PASS +Test 084 cpld_controlfrac_c384 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restartfrac_c384_prod -Checking test 087 cpld_restartfrac_c384 results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restartfrac_c384 +Checking test 085 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5019,14 +4895,14 @@ Checking test 087 cpld_restartfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -The total amount of wall time = 784.875883 +The total amount of wall time = 768.315040 -Test 087 cpld_restartfrac_c384 PASS +Test 085 cpld_restartfrac_c384 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_bmark_prod -Checking test 088 cpld_bmark results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_bmark +Checking test 086 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5078,14 +4954,14 @@ Checking test 088 cpld_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -The total amount of wall time = 888.843350 +The total amount of wall time = 864.602616 -Test 088 cpld_bmark PASS +Test 086 cpld_bmark PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restart_bmark_prod -Checking test 089 cpld_restart_bmark results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restart_bmark +Checking test 087 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5137,14 +5013,14 @@ Checking test 089 cpld_restart_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -The total amount of wall time = 487.983406 +The total amount of wall time = 471.701097 -Test 089 cpld_restart_bmark PASS +Test 087 cpld_restart_bmark PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_bmarkfrac_prod -Checking test 090 cpld_bmarkfrac results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_bmarkfrac +Checking test 088 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5196,14 +5072,14 @@ Checking test 090 cpld_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -The total amount of wall time = 881.609724 +The total amount of wall time = 862.330067 -Test 090 cpld_bmarkfrac PASS +Test 088 cpld_bmarkfrac PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_restart_bmarkfrac_prod -Checking test 091 cpld_restart_bmarkfrac results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_restart_bmarkfrac +Checking test 089 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5255,14 +5131,14 @@ Checking test 091 cpld_restart_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -The total amount of wall time = 484.045787 +The total amount of wall time = 459.228987 -Test 091 cpld_restart_bmarkfrac PASS +Test 089 cpld_restart_bmarkfrac PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debug_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_debug_prod -Checking test 092 cpld_debug results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_debug +Checking test 090 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5311,14 +5187,14 @@ Checking test 092 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -The total amount of wall time = 267.085066 +The total amount of wall time = 268.724028 -Test 092 cpld_debug PASS +Test 090 cpld_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debugfrac_ccpp -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/cpld_debugfrac_prod -Checking test 093 cpld_debugfrac results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debugfrac +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/cpld_debugfrac +Checking test 091 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5367,74 +5243,74 @@ Checking test 093 cpld_debugfrac results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -The total amount of wall time = 296.262553 +The total amount of wall time = 265.168530 -Test 093 cpld_debugfrac PASS +Test 091 cpld_debugfrac PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_control_cfsr -Checking test 094 datm_control_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_control_cfsr +Checking test 092 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 107.140837 +The total amount of wall time = 99.014213 -Test 094 datm_control_cfsr PASS +Test 092 datm_control_cfsr PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_restart_cfsr -Checking test 095 datm_restart_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_restart_cfsr +Checking test 093 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 87.418527 +The total amount of wall time = 89.684944 -Test 095 datm_restart_cfsr PASS +Test 093 datm_restart_cfsr PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_gefs -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_control_gefs -Checking test 096 datm_control_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_control_gefs +Checking test 094 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 99.058010 +The total amount of wall time = 125.884698 -Test 096 datm_control_gefs PASS +Test 094 datm_control_gefs PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_cfsr -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_bulk_cfsr -Checking test 097 datm_bulk_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_bulk_cfsr +Checking test 095 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 101.950732 +The total amount of wall time = 95.330657 -Test 097 datm_bulk_cfsr PASS +Test 095 datm_bulk_cfsr PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_gefs -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_bulk_gefs -Checking test 098 datm_bulk_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_bulk_gefs +Checking test 096 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 95.303315 +The total amount of wall time = 100.814964 -Test 098 datm_bulk_gefs PASS +Test 096 datm_bulk_gefs PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_mx025_gefs -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_mx025_gefs -Checking test 099 datm_mx025_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_mx025_gefs +Checking test 097 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -5442,23 +5318,23 @@ Checking test 099 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 413.509203 +The total amount of wall time = 403.011854 -Test 099 datm_mx025_gefs PASS +Test 097 datm_mx025_gefs PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_debug_cfsr -working dir = /lustre/f2/scratch/Brian.Curtis/FV3_RT/rt_27608/datm_debug_cfsr -Checking test 100 datm_debug_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_944/datm_debug_cfsr +Checking test 098 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -The total amount of wall time = 229.191832 +The total amount of wall time = 225.064424 -Test 100 datm_debug_cfsr PASS +Test 098 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 01:32:31 EST 2021 -Elapsed time: 01h:43m:01s. Have a nice day! +Wed Mar 31 16:19:51 EDT 2021 +Elapsed time: 01h:31m:49s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 0cf96fbf28..45c11a3a57 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,10 +1,20 @@ -Thu Mar 11 04:38:26 UTC 2021 +Wed Mar 31 01:59:16 UTC 2021 Start Regression test - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfdlmp_prod -Checking test 001 fv3_ccpp_gfdlmp results .... +Compile 001 elapsed time 215 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp +Compile 002 elapsed time 214 seconds. APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP +Compile 003 elapsed time 237 seconds. APP=ATM SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y +Compile 004 elapsed time 214 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 005 elapsed time 137 seconds. APP=ATM 32BIT=Y DEBUG=Y +Compile 006 elapsed time 106 seconds. APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_RRTMGP DEBUG=Y +Compile 007 elapsed time 252 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y +Compile 008 elapsed time 112 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 009 elapsed time 239 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled +Compile 010 elapsed time 224 seconds. APP=DATM_NEMS + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfdlmp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfdlmp +Checking test 001 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -48,85 +58,14 @@ Checking test 001 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 228.928511 - -Test 001 fv3_ccpp_gfdlmp PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v15p2_prod -Checking test 002 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 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 - - 0: The total amount of wall time = 577.414918 + 0: The total amount of wall time = 230.794578 -Test 002 fv3_ccpp_gfs_v15p2 PASS +Test 001 fv3_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_prod -Checking test 003 fv3_ccpp_gfs_v16 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16 +Checking test 002 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -202,14 +141,14 @@ Checking test 003 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 612.909904 + 0: The total amount of wall time = 640.393398 -Test 003 fv3_ccpp_gfs_v16 PASS +Test 002 fv3_gfs_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_restart_prod -Checking test 004 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_restart +Checking test 003 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -255,14 +194,14 @@ Checking test 004 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 299.511406 + 0: The total amount of wall time = 319.271881 -Test 004 fv3_ccpp_gfs_v16_restart PASS +Test 003 fv3_gfs_v16_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_stochy_prod -Checking test 005 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_stochy +Checking test 004 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -326,14 +265,14 @@ Checking test 005 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 351.324631 + 0: The total amount of wall time = 361.635947 -Test 005 fv3_ccpp_gfs_v16_stochy PASS +Test 004 fv3_gfs_v16_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_flake_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_flake_prod -Checking test 006 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_flake +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_flake +Checking test 005 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -397,14 +336,14 @@ Checking test 006 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 600.387548 + 0: The total amount of wall time = 595.540658 -Test 006 fv3_ccpp_gfs_v16_flake PASS +Test 005 fv3_gfs_v16_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_RRTMGP +Checking test 006 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -468,85 +407,14 @@ Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 659.427112 + 0: The total amount of wall time = 683.247283 -Test 007 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 006 fv3_gfs_v16_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 008 fv3_ccpp_gfs_v16_RRTMGP 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 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 - - 0: The total amount of wall time = 677.855428 - -Test 008 fv3_ccpp_gfs_v16_RRTMGP PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gsd_prod -Checking test 009 fv3_ccpp_gsd results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gsd +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gsd +Checking test 007 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -634,14 +502,14 @@ Checking test 009 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 800.970911 + 0: The total amount of wall time = 815.512115 -Test 009 fv3_ccpp_gsd PASS +Test 007 fv3_gsd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_thompson_prod -Checking test 010 fv3_ccpp_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_thompson +Checking test 008 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -705,14 +573,14 @@ Checking test 010 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 383.554784 + 0: The total amount of wall time = 394.497180 -Test 010 fv3_ccpp_thompson PASS +Test 008 fv3_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_thompson_no_aero_prod -Checking test 011 fv3_ccpp_thompson_no_aero results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_thompson_no_aero +Checking test 009 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -776,14 +644,14 @@ Checking test 011 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 379.956664 + 0: The total amount of wall time = 370.056531 -Test 011 fv3_ccpp_thompson_no_aero PASS +Test 009 fv3_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_rrfs_v1beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_rrfs_v1beta_prod -Checking test 012 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_rrfs_v1beta +Checking test 010 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -847,14 +715,14 @@ Checking test 012 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 401.095014 + 0: The total amount of wall time = 386.936053 -Test 012 fv3_ccpp_rrfs_v1beta PASS +Test 010 fv3_rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/HAFS_v0_HWRF_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_HAFS_v0_hwrf_thompson +Checking test 011 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -918,14 +786,14 @@ Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 614.154864 + 0: The total amount of wall time = 618.499106 -Test 013 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 011 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/ESG_HAFS_v0_HWRF_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 012 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -939,14 +807,14 @@ Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 440.167809 + 0: The total amount of wall time = 443.772967 -Test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 012 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 015 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfsv16_ugwpv1 +Checking test 013 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -1004,14 +872,14 @@ Checking test 015 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 932.188774 + 0: The total amount of wall time = 914.195357 -Test 015 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 013 fv3_gfsv16_ugwpv1 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1_warmstart +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfsv16_ugwpv1_warmstart +Checking test 014 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -1069,47 +937,14 @@ Checking test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 898.067129 + 0: The total amount of wall time = 899.799600 -Test 016 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +Test 014 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_control_debug_prod -Checking test 017 fv3_ccpp_control_debug results .... - 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 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 phyf006.tile1.nc .........OK - Comparing phyf006.tile2.nc .........OK - Comparing phyf006.tile3.nc .........OK - Comparing phyf006.tile4.nc .........OK - Comparing phyf006.tile5.nc .........OK - Comparing phyf006.tile6.nc .........OK - Comparing dynf006.tile1.nc .........OK - Comparing dynf006.tile2.nc .........OK - Comparing dynf006.tile3.nc .........OK - Comparing dynf006.tile4.nc .........OK - Comparing dynf006.tile5.nc .........OK - Comparing dynf006.tile6.nc .........OK - - 0: The total amount of wall time = 84.248625 - -Test 017 fv3_ccpp_control_debug PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_ras +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_ras +Checking test 015 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1122,24 +957,24 @@ Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... 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 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 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 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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1173,44 +1008,91 @@ Checking test 018 fv3_ccpp_gfs_v15p2_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 266.443451 + 0: The total amount of wall time = 578.360045 -Test 018 fv3_ccpp_gfs_v15p2_debug PASS +Test 015 fv3_gfs_v16_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_debug_prod -Checking test 019 fv3_ccpp_gfs_v16_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 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_control_debug +Checking test 016 fv3_control_debug results .... 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 phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK Comparing dynf006.tile1.nc .........OK Comparing dynf006.tile2.nc .........OK Comparing dynf006.tile3.nc .........OK Comparing dynf006.tile4.nc .........OK Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK + + 0: The total amount of wall time = 83.456954 + +Test 016 fv3_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_regional_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_regional_control_debug +Checking test 017 fv3_regional_control_debug results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK + Comparing RESTART/fv_core.res.tile1_new.nc .........OK + Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK + + 0: The total amount of wall time = 163.990165 + +Test 017 fv3_regional_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_rrfs_v1beta_debug +Checking test 018 fv3_rrfs_v1beta_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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1244,14 +1126,14 @@ Checking test 019 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 132.765800 + 0: The total amount of wall time = 116.155356 -Test 019 fv3_ccpp_gfs_v16_debug PASS +Test 018 fv3_rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gsd_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gsd_debug +Checking test 019 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1264,24 +1146,24 @@ Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... 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 phyf003.tile1.nc .........OK + Comparing phyf003.tile2.nc .........OK + Comparing phyf003.tile3.nc .........OK + Comparing phyf003.tile4.nc .........OK + Comparing phyf003.tile5.nc .........OK + Comparing phyf003.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 dynf003.tile1.nc .........OK + Comparing dynf003.tile2.nc .........OK + Comparing dynf003.tile3.nc .........OK + Comparing dynf003.tile4.nc .........OK + Comparing dynf003.tile5.nc .........OK + Comparing dynf003.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1315,14 +1197,14 @@ Checking test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 316.856819 + 0: The total amount of wall time = 120.027441 -Test 020 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 019 fv3_gsd_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 021 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_thompson_debug +Checking test 020 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1386,14 +1268,14 @@ Checking test 021 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 323.819863 + 0: The total amount of wall time = 197.854210 -Test 021 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 020 fv3_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_multigases_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_multigases_prod -Checking test 022 fv3_ccpp_multigases results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_thompson_no_aero_debug +Checking test 021 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1456,35 +1338,15 @@ Checking test 022 fv3_ccpp_multigases results .... 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 - - 0: The total amount of wall time = 422.991944 - -Test 022 fv3_ccpp_multigases PASS - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_regional_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_regional_control_debug_prod -Checking test 023 fv3_ccpp_regional_control_debug results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - - 0: The total amount of wall time = 169.546328 + 0: The total amount of wall time = 193.323695 -Test 023 fv3_ccpp_regional_control_debug PASS +Test 021 fv3_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_rrfs_v1beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v15p2_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v15p2_debug +Checking test 022 fv3_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1497,24 +1359,24 @@ Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... Comparing phyf000.tile4.nc .........OK Comparing phyf000.tile5.nc .........OK Comparing phyf000.tile6.nc .........OK - Comparing phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1548,14 +1410,14 @@ Checking test 024 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 119.057669 + 0: The total amount of wall time = 271.935511 -Test 024 fv3_ccpp_rrfs_v1beta_debug PASS +Test 022 fv3_gfs_v15p2_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_gsd_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gsd_debug_prod -Checking test 025 fv3_ccpp_gsd_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_debug +Checking test 023 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1568,24 +1430,24 @@ Checking test 025 fv3_ccpp_gsd_debug results .... Comparing phyf000.tile4.nc .........OK Comparing phyf000.tile5.nc .........OK Comparing phyf000.tile6.nc .........OK - Comparing phyf003.tile1.nc .........OK - Comparing phyf003.tile2.nc .........OK - Comparing phyf003.tile3.nc .........OK - Comparing phyf003.tile4.nc .........OK - Comparing phyf003.tile5.nc .........OK - Comparing phyf003.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 dynf003.tile1.nc .........OK - Comparing dynf003.tile2.nc .........OK - Comparing dynf003.tile3.nc .........OK - Comparing dynf003.tile4.nc .........OK - Comparing dynf003.tile5.nc .........OK - Comparing dynf003.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 compilers Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1619,14 +1481,14 @@ Checking test 025 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 123.232038 + 0: The total amount of wall time = 168.266439 -Test 025 fv3_ccpp_gsd_debug PASS +Test 023 fv3_gfs_v16_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_thompson_debug_prod -Checking test 026 fv3_ccpp_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_RRTMGP_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_RRTMGP_debug +Checking test 024 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1690,14 +1552,14 @@ Checking test 026 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.192608 + 0: The total amount of wall time = 344.434797 -Test 026 fv3_ccpp_thompson_debug PASS +Test 024 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_thompson_no_aero_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 027 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_multigases +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_multigases +Checking test 025 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1760,15 +1622,21 @@ Checking test 027 fv3_ccpp_thompson_no_aero_debug results .... 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 - 0: The total amount of wall time = 193.279496 + 0: The total amount of wall time = 428.287294 -Test 027 fv3_ccpp_thompson_no_aero_debug PASS +Test 025 fv3_multigases PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/HAFS_v0_HWRF_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 026 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1832,14 +1700,14 @@ Checking test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 132.791963 + 0: The total amount of wall time = 132.530034 -Test 028 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 026 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 027 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -1853,14 +1721,14 @@ Checking test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 218.005064 + 0: The total amount of wall time = 226.475226 -Test 029 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 027 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/GNU/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_239479/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 030 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfsv16_ugwpv1_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfsv16_ugwpv1_debug +Checking test 028 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -1918,11 +1786,82 @@ Checking test 030 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 390.871945 + 0: The total amount of wall time = 395.844464 + +Test 028 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/GNU/fv3_gfs_v16_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_94111/fv3_gfs_v16_ras_debug +Checking test 029 fv3_gfs_v16_ras_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 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 + + 0: The total amount of wall time = 222.318089 -Test 030 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 029 fv3_gfs_v16_ras_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 05:46:39 UTC 2021 -Elapsed time: 01h:08m:14s. Have a nice day! +Wed Mar 31 02:28:16 UTC 2021 +Elapsed time: 00h:29m:00s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 8a0544f7ff..25490875ea 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,10 +1,30 @@ -Thu Mar 11 04:47:28 UTC 2021 +Wed Mar 31 02:32:49 UTC 2021 Start Regression test - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 566 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 519 seconds. APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp +Compile 003 elapsed time 508 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 004 elapsed time 503 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 005 elapsed time 565 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 006 elapsed time 512 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 007 elapsed time 838 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 008 elapsed time 598 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 009 elapsed time 502 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 010 elapsed time 516 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 011 elapsed time 514 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 012 elapsed time 576 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 013 elapsed time 171 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 014 elapsed time 172 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 015 elapsed time 172 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 016 elapsed time 683 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 017 elapsed time 576 seconds. APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 018 elapsed time 210 seconds. APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 019 elapsed time 471 seconds. APP=DATM_NEMS +Compile 020 elapsed time 370 seconds. APP=DATM_NEMS DEBUG=Y + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -68,14 +88,14 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 38.847021 + 0: The total amount of wall time = 255.667483 -Test 001 fv3_ccpp_control PASS +Test 001 fv3_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -139,14 +159,14 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 40.020551 + 0: The total amount of wall time = 287.844956 -Test 002 fv3_ccpp_decomp PASS +Test 002 fv3_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -210,14 +230,14 @@ Checking test 003 fv3_ccpp_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 50.005275 + 0: The total amount of wall time = 57.267179 -Test 003 fv3_ccpp_2threads PASS +Test 003 fv3_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -263,14 +283,14 @@ Checking test 004 fv3_ccpp_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 18.911121 + 0: The total amount of wall time = 19.091295 -Test 004 fv3_ccpp_restart PASS +Test 004 fv3_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_read_inc_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_read_inc +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -334,14 +354,14 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 36.302064 + 0: The total amount of wall time = 37.152208 -Test 005 fv3_ccpp_read_inc PASS +Test 005 fv3_read_inc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -385,14 +405,14 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 111.504889 + 0: The total amount of wall time = 157.272531 -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -436,21 +456,21 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 37.103751 + 0: The total amount of wall time = 64.344558 -Test 007 fv3_ccpp_wrtGauss_netcdf PASS +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK Comparing atmos_4xdaily.tile4.nc .........OK Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK @@ -487,14 +507,14 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 48.195836 + 0: The total amount of wall time = 63.202224 -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS +Test 008 fv3_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGlatlon_netcdf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -538,14 +558,14 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 37.050624 + 0: The total amount of wall time = 74.168584 -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -589,14 +609,14 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 36.334234 + 0: The total amount of wall time = 60.455769 -Test 010 fv3_ccpp_wrtGauss_nemsio PASS +Test 010 fv3_wrtGauss_nemsio PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -640,14 +660,14 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 96.080035 + 0: The total amount of wall time = 120.523583 -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -711,14 +731,14 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 40.746476 + 0: The total amount of wall time = 59.301341 -Test 012 fv3_ccpp_stochy PASS +Test 012 fv3_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_ca +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -782,14 +802,14 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 26.308067 + 0: The total amount of wall time = 49.486982 -Test 013 fv3_ccpp_ca PASS +Test 013 fv3_ca PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lndp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lndp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -853,14 +873,14 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 43.231026 + 0: The total amount of wall time = 63.866589 -Test 014 fv3_ccpp_lndp PASS +Test 014 fv3_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_iau_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_iau +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -924,14 +944,14 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 35.822357 + 0: The total amount of wall time = 37.144885 -Test 015 fv3_ccpp_iau PASS +Test 015 fv3_iau PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lheatstrg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lheatstrg +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -975,14 +995,14 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 36.172514 + 0: The total amount of wall time = 53.894319 -Test 016 fv3_ccpp_lheatstrg PASS +Test 016 fv3_lheatstrg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmprad_prod -Checking test 017 fv3_ccpp_gfdlmprad results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmprad +Checking test 017 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1027,14 +1047,14 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK - 0: The total amount of wall time = 644.400928 + 0: The total amount of wall time = 650.297253 -Test 017 fv3_ccpp_gfdlmprad PASS +Test 017 fv3_gfdlmprad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmprad_atmwav_prod -Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmprad_atmwav +Checking test 018 fv3_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1079,14 +1099,14 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK - 0: The total amount of wall time = 789.733393 + 0: The total amount of wall time = 882.758909 -Test 018 fv3_ccpp_gfdlmprad_atmwav PASS +Test 018 fv3_gfdlmprad_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_wrtGauss_nemsio_c768_prod -Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_wrtGauss_nemsio_c768 +Checking test 019 fv3_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1131,14 +1151,14 @@ Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing out_grd.ant_9km .........OK Comparing out_grd.aoc_9km .........OK - 0: The total amount of wall time = 707.269801 + 0: The total amount of wall time = 708.295069 -Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS +Test 019 fv3_wrtGauss_nemsio_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_multigases_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_multigases_prod -Checking test 020 fv3_ccpp_multigases results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_multigases_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_multigases_repro +Checking test 020 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1208,14 +1228,14 @@ Checking test 020 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 75.590668 + 0: The total amount of wall time = 100.784775 -Test 020 fv3_ccpp_multigases PASS +Test 020 fv3_multigases PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_control_32bit_prod -Checking test 021 fv3_ccpp_control_32bit results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_32bit +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_control_32bit +Checking test 021 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1279,14 +1299,14 @@ Checking test 021 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 35.829614 + 0: The total amount of wall time = 36.756387 -Test 021 fv3_ccpp_control_32bit PASS +Test 021 fv3_control_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_stretched_prod -Checking test 022 fv3_ccpp_stretched results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_stretched +Checking test 022 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1338,14 +1358,14 @@ Checking test 022 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 216.987196 + 0: The total amount of wall time = 256.418528 -Test 022 fv3_ccpp_stretched PASS +Test 022 fv3_stretched PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_stretched_nest_prod -Checking test 023 fv3_ccpp_stretched_nest results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_stretched_nest +Checking test 023 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1408,40 +1428,40 @@ Checking test 023 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK - 0: The total amount of wall time = 237.923605 + 0: The total amount of wall time = 283.766039 -Test 023 fv3_ccpp_stretched_nest PASS +Test 023 fv3_stretched_nest PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_control_prod -Checking test 024 fv3_ccpp_regional_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_control +Checking test 024 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 547.440857 + 0: The total amount of wall time = 558.418109 -Test 024 fv3_ccpp_regional_control PASS +Test 024 fv3_regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_restart_prod -Checking test 025 fv3_ccpp_regional_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_restart +Checking test 025 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK - 0: The total amount of wall time = 303.407490 + 0: The total amount of wall time = 297.379938 -Test 025 fv3_ccpp_regional_restart PASS +Test 025 fv3_regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_quilt_prod -Checking test 026 fv3_ccpp_regional_quilt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_quilt +Checking test 026 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1451,14 +1471,14 @@ Checking test 026 fv3_ccpp_regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 578.057769 + 0: The total amount of wall time = 568.076039 -Test 026 fv3_ccpp_regional_quilt PASS +Test 026 fv3_regional_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_hafs_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_quilt_hafs_prod -Checking test 027 fv3_ccpp_regional_quilt_hafs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_hafs +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_quilt_hafs +Checking test 027 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1466,28 +1486,28 @@ Checking test 027 fv3_ccpp_regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 574.433683 + 0: The total amount of wall time = 584.418535 -Test 027 fv3_ccpp_regional_quilt_hafs PASS +Test 027 fv3_regional_quilt_hafs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 028 fv3_ccpp_regional_quilt_netcdf_parallel results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_quilt_netcdf_parallel +Checking test 028 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 575.556723 + 0: The total amount of wall time = 577.018016 -Test 028 fv3_ccpp_regional_quilt_netcdf_parallel PASS +Test 028 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmp_prod -Checking test 029 fv3_ccpp_gfdlmp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmp +Checking test 029 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1531,14 +1551,14 @@ Checking test 029 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 41.546399 + 0: The total amount of wall time = 47.337330 -Test 029 fv3_ccpp_gfdlmp PASS +Test 029 fv3_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_gwd +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmprad_gwd +Checking test 030 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1582,14 +1602,14 @@ Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 41.790392 + 0: The total amount of wall time = 51.271626 -Test 030 fv3_ccpp_gfdlmprad_gwd PASS +Test 030 fv3_gfdlmprad_gwd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_noahmp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmprad_noahmp +Checking test 031 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1633,14 +1653,14 @@ Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 41.817553 + 0: The total amount of wall time = 42.912683 -Test 031 fv3_ccpp_gfdlmprad_noahmp PASS +Test 031 fv3_gfdlmprad_noahmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_csawmg_prod -Checking test 032 fv3_ccpp_csawmg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_csawmg +Checking test 032 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1684,14 +1704,14 @@ Checking test 032 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 109.265795 + 0: The total amount of wall time = 112.273674 -Test 032 fv3_ccpp_csawmg PASS +Test 032 fv3_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_satmedmf_prod -Checking test 033 fv3_ccpp_satmedmf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_satmedmf +Checking test 033 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1735,14 +1755,14 @@ Checking test 033 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 45.453729 + 0: The total amount of wall time = 45.535378 -Test 033 fv3_ccpp_satmedmf PASS +Test 033 fv3_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmfq_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_satmedmfq_prod -Checking test 034 fv3_ccpp_satmedmfq results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmfq +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_satmedmfq +Checking test 034 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1786,14 +1806,14 @@ Checking test 034 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 45.522243 + 0: The total amount of wall time = 47.060772 -Test 034 fv3_ccpp_satmedmfq PASS +Test 034 fv3_satmedmfq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmp_32bit_prod -Checking test 035 fv3_ccpp_gfdlmp_32bit results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp_32bit +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmp_32bit +Checking test 035 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1837,14 +1857,14 @@ Checking test 035 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 37.302690 + 0: The total amount of wall time = 39.378180 -Test 035 fv3_ccpp_gfdlmp_32bit PASS +Test 035 fv3_gfdlmp_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_32bit_post +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfdlmprad_32bit_post +Checking test 036 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1892,14 +1912,14 @@ Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 73.016685 + 0: The total amount of wall time = 80.684595 -Test 036 fv3_ccpp_gfdlmprad_32bit_post PASS +Test 036 fv3_gfdlmprad_32bit_post PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_cpt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_cpt_prod -Checking test 037 fv3_ccpp_cpt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_cpt +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_cpt +Checking test 037 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1949,14 +1969,14 @@ Checking test 037 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 256.046674 + 0: The total amount of wall time = 304.547378 -Test 037 fv3_ccpp_cpt PASS +Test 037 fv3_cpt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gsd_prod -Checking test 038 fv3_ccpp_gsd results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gsd +Checking test 038 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2044,14 +2064,14 @@ Checking test 038 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 177.453498 + 0: The total amount of wall time = 200.046578 -Test 038 fv3_ccpp_gsd PASS +Test 038 fv3_gsd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rap_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_rap_prod -Checking test 039 fv3_ccpp_rap results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rap +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_rap +Checking test 039 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2115,14 +2135,14 @@ Checking test 039 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 87.769241 + 0: The total amount of wall time = 83.811368 -Test 039 fv3_ccpp_rap PASS +Test 039 fv3_rap PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_hrrr_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_hrrr_prod -Checking test 040 fv3_ccpp_hrrr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_hrrr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_hrrr +Checking test 040 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2186,14 +2206,14 @@ Checking test 040 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 94.770760 + 0: The total amount of wall time = 110.584597 -Test 040 fv3_ccpp_hrrr PASS +Test 040 fv3_hrrr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_thompson_prod -Checking test 041 fv3_ccpp_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_thompson +Checking test 041 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2257,14 +2277,14 @@ Checking test 041 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 83.374227 + 0: The total amount of wall time = 280.477480 -Test 041 fv3_ccpp_thompson PASS +Test 041 fv3_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_thompson_no_aero_prod -Checking test 042 fv3_ccpp_thompson_no_aero results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_thompson_no_aero +Checking test 042 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2328,14 +2348,14 @@ Checking test 042 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 78.551317 + 0: The total amount of wall time = 140.177049 -Test 042 fv3_ccpp_thompson_no_aero PASS +Test 042 fv3_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_rrfs_v1beta_prod -Checking test 043 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_rrfs_v1beta +Checking test 043 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2399,85 +2419,14 @@ Checking test 043 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 96.522225 + 0: The total amount of wall time = 142.396693 -Test 043 fv3_ccpp_rrfs_v1beta PASS +Test 043 fv3_rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v15p2_prod -Checking test 044 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 - - 0: The total amount of wall time = 91.161335 - -Test 044 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_prod -Checking test 045 fv3_ccpp_gfs_v16 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16 +Checking test 044 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2553,14 +2502,14 @@ Checking test 045 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 101.843061 + 0: The total amount of wall time = 145.411981 -Test 045 fv3_ccpp_gfs_v16 PASS +Test 044 fv3_gfs_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_restart_prod -Checking test 046 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_restart +Checking test 045 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2606,14 +2555,14 @@ Checking test 046 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 53.515162 + 0: The total amount of wall time = 80.826734 -Test 046 fv3_ccpp_gfs_v16_restart PASS +Test 045 fv3_gfs_v16_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_stochy_prod -Checking test 047 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_stochy +Checking test 046 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2677,14 +2626,14 @@ Checking test 047 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 46.702151 + 0: The total amount of wall time = 48.834224 -Test 047 fv3_ccpp_gfs_v16_stochy PASS +Test 046 fv3_gfs_v16_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 048 fv3_ccpp_gfs_v15p2_RRTMGP results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_RRTMGP +Checking test 047 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2748,85 +2697,14 @@ Checking test 048 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 152.950553 + 0: The total amount of wall time = 170.269107 -Test 048 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 047 fv3_gfs_v16_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 049 fv3_ccpp_gfs_v16_RRTMGP 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 - - 0: The total amount of wall time = 156.221866 - -Test 049 fv3_ccpp_gfs_v16_RRTMGP PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 048 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2884,14 +2762,14 @@ Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 620.642311 + 0: The total amount of wall time = 645.509123 -Test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +Test 048 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_RRTMGP_2thrd +Checking test 049 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2955,14 +2833,14 @@ Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 185.934517 + 0: The total amount of wall time = 172.340921 -Test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS +Test 049 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfsv16_csawmg_prod -Checking test 052 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfsv16_csawmg +Checking test 050 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3006,14 +2884,14 @@ Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 115.488065 + 0: The total amount of wall time = 144.051861 -Test 052 fv3_ccpp_gfsv16_csawmg PASS +Test 050 fv3_gfsv16_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfsv16_csawmgt +Checking test 051 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3057,14 +2935,14 @@ Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 113.993756 + 0: The total amount of wall time = 128.105868 -Test 053 fv3_ccpp_gfsv16_csawmgt PASS +Test 051 fv3_gfsv16_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gocart_clm_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gocart_clm_prod -Checking test 054 fv3_ccpp_gocart_clm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gocart_clm +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gocart_clm +Checking test 052 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3108,14 +2986,14 @@ Checking test 054 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 46.715761 + 0: The total amount of wall time = 46.184367 -Test 054 fv3_ccpp_gocart_clm PASS +Test 052 fv3_gocart_clm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_flake_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_flake_prod -Checking test 055 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_flake +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_flake +Checking test 053 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3179,14 +3057,14 @@ Checking test 055 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 93.944884 + 0: The total amount of wall time = 102.876125 -Test 055 fv3_ccpp_gfs_v16_flake PASS +Test 053 fv3_gfs_v16_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_HAFS_v0_hwrf_thompson +Checking test 054 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3250,14 +3128,14 @@ Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 141.035159 + 0: The total amount of wall time = 160.103790 -Test 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 054 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 055 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -3271,14 +3149,14 @@ Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 281.572364 + 0: The total amount of wall time = 292.493842 -Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 055 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 058 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfsv16_ugwpv1 +Checking test 056 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3336,14 +3214,14 @@ Checking test 058 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 164.423875 + 0: The total amount of wall time = 181.540977 -Test 058 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 056 fv3_gfsv16_ugwpv1 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_warmstart +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfsv16_ugwpv1_warmstart +Checking test 057 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3401,85 +3279,14 @@ Checking test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 163.604922 - -Test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 060 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 - - 0: The total amount of wall time = 225.263121 + 0: The total amount of wall time = 197.092302 -Test 060 fv3_ccpp_gfs_v15p2_debug PASS +Test 057 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_debug_prod -Checking test 061 fv3_ccpp_gfs_v16_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_ras +Checking test 058 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3492,24 +3299,24 @@ Checking test 061 fv3_ccpp_gfs_v16_debug results .... 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 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 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 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 @@ -3543,14 +3350,14 @@ Checking test 061 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 172.568789 + 0: The total amount of wall time = 89.989884 -Test 061 fv3_ccpp_gfs_v16_debug PASS +Test 058 fv3_gfs_v16_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_debug +Checking test 059 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3614,14 +3421,14 @@ Checking test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 345.349891 + 0: The total amount of wall time = 241.785245 -Test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 059 fv3_gfs_v16_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 063 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_RRTMGP_debug +Checking test 060 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3685,28 +3492,28 @@ Checking test 063 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 360.035713 + 0: The total amount of wall time = 375.010939 -Test 063 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 060 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_regional_control_debug_prod -Checking test 064 fv3_ccpp_regional_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_regional_control_debug +Checking test 061 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 355.129690 + 0: The total amount of wall time = 388.931008 -Test 064 fv3_ccpp_regional_control_debug PASS +Test 061 fv3_regional_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_control_debug_prod -Checking test 065 fv3_ccpp_control_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_control_debug +Checking test 062 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3732,14 +3539,14 @@ Checking test 065 fv3_ccpp_control_debug results .... Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK - 0: The total amount of wall time = 135.087176 + 0: The total amount of wall time = 135.564595 -Test 065 fv3_ccpp_control_debug PASS +Test 062 fv3_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_stretched_nest_debug_prod -Checking test 066 fv3_ccpp_stretched_nest_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_stretched_nest_debug +Checking test 063 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3755,14 +3562,14 @@ Checking test 066 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK - 0: The total amount of wall time = 355.057531 + 0: The total amount of wall time = 357.322163 -Test 066 fv3_ccpp_stretched_nest_debug PASS +Test 063 fv3_stretched_nest_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gsd_debug_prod -Checking test 067 fv3_ccpp_gsd_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gsd_debug +Checking test 064 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3826,14 +3633,14 @@ Checking test 067 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 198.107482 + 0: The total amount of wall time = 202.729563 -Test 067 fv3_ccpp_gsd_debug PASS +Test 064 fv3_gsd_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 068 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_diag3d_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gsd_diag3d_debug +Checking test 065 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3897,14 +3704,14 @@ Checking test 068 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 258.614235 + 0: The total amount of wall time = 281.004917 -Test 068 fv3_ccpp_gsd_diag3d_debug PASS +Test 065 fv3_gsd_diag3d_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_thompson_debug_prod -Checking test 069 fv3_ccpp_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_thompson_debug +Checking test 066 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3968,14 +3775,14 @@ Checking test 069 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 330.440949 + 0: The total amount of wall time = 336.728934 -Test 069 fv3_ccpp_thompson_debug PASS +Test 066 fv3_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 070 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_thompson_no_aero_debug +Checking test 067 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4039,14 +3846,14 @@ Checking test 070 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 313.837494 + 0: The total amount of wall time = 321.486259 -Test 070 fv3_ccpp_thompson_no_aero_debug PASS +Test 067 fv3_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 071 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_rrfs_v1beta_debug +Checking test 068 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4110,14 +3917,14 @@ Checking test 071 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.687250 + 0: The total amount of wall time = 225.910655 -Test 071 fv3_ccpp_rrfs_v1beta_debug PASS +Test 068 fv3_rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 069 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4181,14 +3988,14 @@ Checking test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 201.572832 + 0: The total amount of wall time = 202.803640 -Test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 069 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 070 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -4202,14 +4009,14 @@ Checking test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 382.125025 + 0: The total amount of wall time = 380.247629 -Test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 070 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 074 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfsv16_ugwpv1_debug +Checking test 071 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -4267,14 +4074,85 @@ Checking test 074 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 552.967621 + 0: The total amount of wall time = 790.702346 + +Test 071 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/fv3_gfs_v16_ras_debug +Checking test 072 fv3_gfs_v16_ras_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 + + 0: The total amount of wall time = 321.488531 -Test 074 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 072 fv3_gfs_v16_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_control_prod -Checking test 075 cpld_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_control +Checking test 073 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4323,14 +4201,14 @@ Checking test 075 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 89.789485 + 0: The total amount of wall time = 92.234144 -Test 075 cpld_control PASS +Test 073 cpld_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_prod -Checking test 076 cpld_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart +Checking test 074 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4379,14 +4257,14 @@ Checking test 076 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 56.698134 + 0: The total amount of wall time = 56.198223 -Test 076 cpld_restart PASS +Test 074 cpld_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_controlfrac_prod -Checking test 077 cpld_controlfrac results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_controlfrac +Checking test 075 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4435,14 +4313,14 @@ Checking test 077 cpld_controlfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 88.567193 + 0: The total amount of wall time = 94.379237 -Test 077 cpld_controlfrac PASS +Test 075 cpld_controlfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restartfrac_prod -Checking test 078 cpld_restartfrac results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restartfrac +Checking test 076 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4491,14 +4369,14 @@ Checking test 078 cpld_restartfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 56.171508 + 0: The total amount of wall time = 56.738885 -Test 078 cpld_restartfrac PASS +Test 076 cpld_restartfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_2threads_prod -Checking test 079 cpld_2threads results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_2threads +Checking test 077 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4547,14 +4425,14 @@ Checking test 079 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 118.642920 + 0: The total amount of wall time = 108.072966 -Test 079 cpld_2threads PASS +Test 077 cpld_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_decomp_prod -Checking test 080 cpld_decomp results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_decomp +Checking test 078 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4603,14 +4481,14 @@ Checking test 080 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 86.529674 + 0: The total amount of wall time = 88.938811 -Test 080 cpld_decomp PASS +Test 078 cpld_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_satmedmf_prod -Checking test 081 cpld_satmedmf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_satmedmf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_satmedmf +Checking test 079 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4659,14 +4537,14 @@ Checking test 081 cpld_satmedmf results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 87.046741 + 0: The total amount of wall time = 91.819417 -Test 081 cpld_satmedmf PASS +Test 079 cpld_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_ca_prod -Checking test 082 cpld_ca results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_ca +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_ca +Checking test 080 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4715,14 +4593,14 @@ Checking test 082 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 87.641169 + 0: The total amount of wall time = 88.810630 -Test 082 cpld_ca PASS +Test 080 cpld_ca PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_control_c192_prod -Checking test 083 cpld_control_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_control_c192 +Checking test 081 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4771,14 +4649,14 @@ Checking test 083 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 380.448932 + 0: The total amount of wall time = 383.895206 -Test 083 cpld_control_c192 PASS +Test 081 cpld_control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_c192_prod -Checking test 084 cpld_restart_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart_c192 +Checking test 082 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4827,14 +4705,14 @@ Checking test 084 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 290.226976 + 0: The total amount of wall time = 323.328965 -Test 084 cpld_restart_c192 PASS +Test 082 cpld_restart_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_controlfrac_c192_prod -Checking test 085 cpld_controlfrac_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_controlfrac_c192 +Checking test 083 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4883,14 +4761,14 @@ Checking test 085 cpld_controlfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 373.300011 + 0: The total amount of wall time = 383.390913 -Test 085 cpld_controlfrac_c192 PASS +Test 083 cpld_controlfrac_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restartfrac_c192_prod -Checking test 086 cpld_restartfrac_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restartfrac_c192 +Checking test 084 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4939,14 +4817,14 @@ Checking test 086 cpld_restartfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 263.792896 + 0: The total amount of wall time = 290.570712 -Test 086 cpld_restartfrac_c192 PASS +Test 084 cpld_restartfrac_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_control_c384_prod -Checking test 087 cpld_control_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_control_c384 +Checking test 085 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4998,14 +4876,14 @@ Checking test 087 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 1310.432379 + 0: The total amount of wall time = 1353.895766 -Test 087 cpld_control_c384 PASS +Test 085 cpld_control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_c384_prod -Checking test 088 cpld_restart_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart_c384 +Checking test 086 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5057,14 +4935,14 @@ Checking test 088 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 705.530928 + 0: The total amount of wall time = 707.919653 -Test 088 cpld_restart_c384 PASS +Test 086 cpld_restart_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_controlfrac_c384_prod -Checking test 089 cpld_controlfrac_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_controlfrac_c384 +Checking test 087 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5116,14 +4994,14 @@ Checking test 089 cpld_controlfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 1303.676220 + 0: The total amount of wall time = 1334.583905 -Test 089 cpld_controlfrac_c384 PASS +Test 087 cpld_controlfrac_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restartfrac_c384_prod -Checking test 090 cpld_restartfrac_c384 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restartfrac_c384 +Checking test 088 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5175,14 +5053,14 @@ Checking test 090 cpld_restartfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 713.418890 + 0: The total amount of wall time = 712.431143 -Test 090 cpld_restartfrac_c384 PASS +Test 088 cpld_restartfrac_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmark_prod -Checking test 091 cpld_bmark results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmark +Checking test 089 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5234,14 +5112,14 @@ Checking test 091 cpld_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 811.332986 + 0: The total amount of wall time = 875.002427 -Test 091 cpld_bmark PASS +Test 089 cpld_bmark PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_bmark_prod -Checking test 092 cpld_restart_bmark results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart_bmark +Checking test 090 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5293,14 +5171,14 @@ Checking test 092 cpld_restart_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 480.510452 + 0: The total amount of wall time = 539.195583 -Test 092 cpld_restart_bmark PASS +Test 090 cpld_restart_bmark PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmarkfrac_prod -Checking test 093 cpld_bmarkfrac results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmarkfrac +Checking test 091 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5352,14 +5230,14 @@ Checking test 093 cpld_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 811.847493 + 0: The total amount of wall time = 858.084040 -Test 093 cpld_bmarkfrac PASS +Test 091 cpld_bmarkfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_bmarkfrac_prod -Checking test 094 cpld_restart_bmarkfrac results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart_bmarkfrac +Checking test 092 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5411,14 +5289,14 @@ Checking test 094 cpld_restart_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 458.627575 + 0: The total amount of wall time = 455.596925 -Test 094 cpld_restart_bmarkfrac PASS +Test 092 cpld_restart_bmarkfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmarkfrac_v16_prod -Checking test 095 cpld_bmarkfrac_v16 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmarkfrac_v16 +Checking test 093 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5470,14 +5348,14 @@ Checking test 095 cpld_bmarkfrac_v16 results .... Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK - 0: The total amount of wall time = 1316.643390 + 0: The total amount of wall time = 1362.730729 -Test 095 cpld_bmarkfrac_v16 PASS +Test 093 cpld_bmarkfrac_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_restart_bmarkfrac_v16_prod -Checking test 096 cpld_restart_bmarkfrac_v16 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_restart_bmarkfrac_v16 +Checking test 094 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5529,14 +5407,14 @@ Checking test 096 cpld_restart_bmarkfrac_v16 results .... Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK - 0: The total amount of wall time = 734.262756 + 0: The total amount of wall time = 736.351928 -Test 096 cpld_restart_bmarkfrac_v16 PASS +Test 094 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmark_wave_prod -Checking test 097 cpld_bmark_wave results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark_wave +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmark_wave +Checking test 095 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5591,14 +5469,14 @@ Checking test 097 cpld_bmark_wave results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 1365.954724 + 0: The total amount of wall time = 1387.998853 -Test 097 cpld_bmark_wave PASS +Test 095 cpld_bmark_wave PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmarkfrac_wave_prod -Checking test 098 cpld_bmarkfrac_wave results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmarkfrac_wave +Checking test 096 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5653,14 +5531,14 @@ Checking test 098 cpld_bmarkfrac_wave results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK - 0: The total amount of wall time = 1358.033744 + 0: The total amount of wall time = 1414.865129 -Test 098 cpld_bmarkfrac_wave PASS +Test 096 cpld_bmarkfrac_wave PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_bmarkfrac_wave_v16_prod -Checking test 099 cpld_bmarkfrac_wave_v16 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave_v16 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_bmarkfrac_wave_v16 +Checking test 097 cpld_bmarkfrac_wave_v16 results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5714,14 +5592,14 @@ Checking test 099 cpld_bmarkfrac_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 893.031224 + 0: The total amount of wall time = 917.733140 -Test 099 cpld_bmarkfrac_wave_v16 PASS +Test 097 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_control_wave_prod -Checking test 100 cpld_control_wave results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_wave +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_control_wave +Checking test 098 cpld_control_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5773,14 +5651,14 @@ Checking test 100 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK - 0: The total amount of wall time = 775.019941 + 0: The total amount of wall time = 791.511499 -Test 100 cpld_control_wave PASS +Test 098 cpld_control_wave PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_debug_prod -Checking test 101 cpld_debug results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debug +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_debug +Checking test 099 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5829,14 +5707,14 @@ Checking test 101 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 286.728343 + 0: The total amount of wall time = 290.154271 -Test 101 cpld_debug PASS +Test 099 cpld_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debugfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/cpld_debugfrac_prod -Checking test 102 cpld_debugfrac results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debugfrac +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/cpld_debugfrac +Checking test 100 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5885,74 +5763,74 @@ Checking test 102 cpld_debugfrac results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 289.000053 + 0: The total amount of wall time = 290.543211 -Test 102 cpld_debugfrac PASS +Test 100 cpld_debugfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_control_cfsr -Checking test 103 datm_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_control_cfsr +Checking test 101 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 97.196312 + 0: The total amount of wall time = 99.511771 -Test 103 datm_control_cfsr PASS +Test 101 datm_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_restart_cfsr -Checking test 104 datm_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_restart_cfsr +Checking test 102 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 63.611350 + 0: The total amount of wall time = 64.504844 -Test 104 datm_restart_cfsr PASS +Test 102 datm_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_control_gefs -Checking test 105 datm_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_control_gefs +Checking test 103 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 89.450115 + 0: The total amount of wall time = 86.798644 -Test 105 datm_control_gefs PASS +Test 103 datm_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_bulk_cfsr -Checking test 106 datm_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_bulk_cfsr +Checking test 104 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 93.005023 + 0: The total amount of wall time = 93.357224 -Test 106 datm_bulk_cfsr PASS +Test 104 datm_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_bulk_gefs -Checking test 107 datm_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_bulk_gefs +Checking test 105 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 90.160933 + 0: The total amount of wall time = 91.478339 -Test 107 datm_bulk_gefs PASS +Test 105 datm_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_mx025_cfsr -Checking test 108 datm_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_mx025_cfsr +Checking test 106 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -5960,14 +5838,14 @@ Checking test 108 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 355.074179 + 0: The total amount of wall time = 371.638067 -Test 108 datm_mx025_cfsr PASS +Test 106 datm_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_mx025_gefs -Checking test 109 datm_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_mx025_gefs +Checking test 107 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -5975,23 +5853,23 @@ Checking test 109 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 358.539482 + 0: The total amount of wall time = 375.685368 -Test 109 datm_mx025_gefs PASS +Test 107 datm_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_219025/datm_debug_cfsr -Checking test 110 datm_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_54193/datm_debug_cfsr +Checking test 108 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 267.365307 + 0: The total amount of wall time = 267.233969 -Test 110 datm_debug_cfsr PASS +Test 108 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 07:06:33 UTC 2021 -Elapsed time: 02h:19m:06s. Have a nice day! +Wed Mar 31 03:56:10 UTC 2021 +Elapsed time: 01h:23m:21s. Have a nice day! diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 84597bf538..994664e87e 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,10 +1,24 @@ -Thu Mar 11 04:46:29 GMT 2021 +Wed Mar 31 17:20:19 GMT 2021 Start Regression test - -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 3292 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 1150 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 003 elapsed time 2864 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 004 elapsed time 2114 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 005 elapsed time 2364 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 006 elapsed time 3589 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 007 elapsed time 2722 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 008 elapsed time 2315 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 009 elapsed time 2526 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 010 elapsed time 3325 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 011 elapsed time 2401 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 012 elapsed time 237 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 013 elapsed time 315 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 014 elapsed time 205 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y + +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -68,14 +82,14 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 66.542423 +The total amount of wall time = 63.229125 -Test 001 fv3_ccpp_control PASS +Test 001 fv3_control PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_2threads_prod -Checking test 002 fv3_ccpp_2threads results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_2threads +Checking test 002 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -139,14 +153,14 @@ Checking test 002 fv3_ccpp_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 286.101953 +The total amount of wall time = 249.084697 -Test 002 fv3_ccpp_2threads PASS +Test 002 fv3_2threads PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_restart_prod -Checking test 003 fv3_ccpp_restart results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_restart +Checking test 003 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -192,14 +206,14 @@ Checking test 003 fv3_ccpp_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 28.171468 +The total amount of wall time = 28.103790 -Test 003 fv3_ccpp_restart PASS +Test 003 fv3_restart PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_read_inc_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_read_inc_prod -Checking test 004 fv3_ccpp_read_inc results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_read_inc +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_read_inc +Checking test 004 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -263,14 +277,14 @@ Checking test 004 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 52.381358 +The total amount of wall time = 52.354227 -Test 004 fv3_ccpp_read_inc PASS +Test 004 fv3_read_inc PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 005 fv3_ccpp_wrtGauss_netcdf_esmf results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGauss_netcdf_esmf +Checking test 005 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -314,14 +328,14 @@ Checking test 005 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 159.605990 +The total amount of wall time = 165.438229 -Test 005 fv3_ccpp_wrtGauss_netcdf_esmf PASS +Test 005 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGauss_netcdf +Checking test 006 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -365,14 +379,14 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 52.505488 +The total amount of wall time = 52.760096 -Test 006 fv3_ccpp_wrtGauss_netcdf PASS +Test 006 fv3_wrtGauss_netcdf PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGauss_netcdf_parallel +Checking test 007 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -416,14 +430,14 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 66.462195 +The total amount of wall time = 66.552489 -Test 007 fv3_ccpp_wrtGauss_netcdf_parallel PASS +Test 007 fv3_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 008 fv3_ccpp_wrtGlatlon_netcdf results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGlatlon_netcdf +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGlatlon_netcdf +Checking test 008 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -467,14 +481,14 @@ Checking test 008 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 57.380380 +The total amount of wall time = 53.526173 -Test 008 fv3_ccpp_wrtGlatlon_netcdf PASS +Test 008 fv3_wrtGlatlon_netcdf PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 009 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGauss_nemsio +Checking test 009 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -518,14 +532,14 @@ Checking test 009 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 52.269123 +The total amount of wall time = 53.402771 -Test 009 fv3_ccpp_wrtGauss_nemsio PASS +Test 009 fv3_wrtGauss_nemsio PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_wrtGauss_nemsio_c192 +Checking test 010 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -569,14 +583,14 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 140.476093 +The total amount of wall time = 147.649651 -Test 010 fv3_ccpp_wrtGauss_nemsio_c192 PASS +Test 010 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stochy_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_stochy_prod -Checking test 011 fv3_ccpp_stochy results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stochy +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_stochy +Checking test 011 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -640,14 +654,14 @@ Checking test 011 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 58.271035 +The total amount of wall time = 64.005158 -Test 011 fv3_ccpp_stochy PASS +Test 011 fv3_stochy PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ca_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_ca_prod -Checking test 012 fv3_ccpp_ca results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_ca +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_ca +Checking test 012 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -711,14 +725,14 @@ Checking test 012 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 45.492455 +The total amount of wall time = 42.571011 -Test 012 fv3_ccpp_ca PASS +Test 012 fv3_ca PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lndp_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_lndp_prod -Checking test 013 fv3_ccpp_lndp results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lndp +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_lndp +Checking test 013 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -782,14 +796,14 @@ Checking test 013 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 67.320315 +The total amount of wall time = 66.483218 -Test 013 fv3_ccpp_lndp PASS +Test 013 fv3_lndp PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_iau_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_iau_prod -Checking test 014 fv3_ccpp_iau results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_iau +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_iau +Checking test 014 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -853,14 +867,14 @@ Checking test 014 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 52.245505 +The total amount of wall time = 52.403244 -Test 014 fv3_ccpp_iau PASS +Test 014 fv3_iau PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lheatstrg_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_lheatstrg_prod -Checking test 015 fv3_ccpp_lheatstrg results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lheatstrg +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_lheatstrg +Checking test 015 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -904,14 +918,14 @@ Checking test 015 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 51.784310 +The total amount of wall time = 52.483071 -Test 015 fv3_ccpp_lheatstrg PASS +Test 015 fv3_lheatstrg PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_multigases_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_multigases_prod -Checking test 016 fv3_ccpp_multigases results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_multigases_repro +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_multigases_repro +Checking test 016 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -981,14 +995,14 @@ Checking test 016 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 103.909160 +The total amount of wall time = 126.776355 -Test 016 fv3_ccpp_multigases PASS +Test 016 fv3_multigases PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_32bit_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_control_32bit_prod -Checking test 017 fv3_ccpp_control_32bit results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_32bit +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_control_32bit +Checking test 017 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1052,14 +1066,14 @@ Checking test 017 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 57.944167 +The total amount of wall time = 53.113410 -Test 017 fv3_ccpp_control_32bit PASS +Test 017 fv3_control_32bit PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_stretched_prod -Checking test 018 fv3_ccpp_stretched results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_stretched +Checking test 018 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1111,14 +1125,14 @@ Checking test 018 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 395.910595 +The total amount of wall time = 390.858187 -Test 018 fv3_ccpp_stretched PASS +Test 018 fv3_stretched PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_stretched_nest_prod -Checking test 019 fv3_ccpp_stretched_nest results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_stretched_nest +Checking test 019 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1181,40 +1195,40 @@ Checking test 019 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -The total amount of wall time = 423.202846 +The total amount of wall time = 426.191167 -Test 019 fv3_ccpp_stretched_nest PASS +Test 019 fv3_stretched_nest PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_control_prod -Checking test 020 fv3_ccpp_regional_control results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_control +Checking test 020 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 853.534108 +The total amount of wall time = 849.984569 -Test 020 fv3_ccpp_regional_control PASS +Test 020 fv3_regional_control PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_restart_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_restart_prod -Checking test 021 fv3_ccpp_regional_restart results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_restart +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_restart +Checking test 021 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -The total amount of wall time = 478.279084 +The total amount of wall time = 474.490045 -Test 021 fv3_ccpp_regional_restart PASS +Test 021 fv3_regional_restart PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_quilt_prod -Checking test 022 fv3_ccpp_regional_quilt results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_quilt +Checking test 022 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1224,14 +1238,14 @@ Checking test 022 fv3_ccpp_regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 851.966658 +The total amount of wall time = 841.624404 -Test 022 fv3_ccpp_regional_quilt PASS +Test 022 fv3_regional_quilt PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_hafs_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_quilt_hafs_prod -Checking test 023 fv3_ccpp_regional_quilt_hafs results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_hafs +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_quilt_hafs +Checking test 023 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1239,28 +1253,28 @@ Checking test 023 fv3_ccpp_regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 845.359204 +The total amount of wall time = 832.561284 -Test 023 fv3_ccpp_regional_quilt_hafs PASS +Test 023 fv3_regional_quilt_hafs PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_quilt_netcdf_parallel +Checking test 024 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 841.481521 +The total amount of wall time = 846.290905 -Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS +Test 024 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfdlmp_prod -Checking test 025 fv3_ccpp_gfdlmp results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfdlmp +Checking test 025 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1304,14 +1318,14 @@ Checking test 025 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 60.287781 +The total amount of wall time = 60.857722 -Test 025 fv3_ccpp_gfdlmp PASS +Test 025 fv3_gfdlmp PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 026 fv3_ccpp_gfdlmprad_gwd results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_gwd +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfdlmprad_gwd +Checking test 026 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1355,14 +1369,14 @@ Checking test 026 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 60.516353 +The total amount of wall time = 60.585289 -Test 026 fv3_ccpp_gfdlmprad_gwd PASS +Test 026 fv3_gfdlmprad_gwd PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 027 fv3_ccpp_gfdlmprad_noahmp results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_noahmp +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfdlmprad_noahmp +Checking test 027 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1406,14 +1420,14 @@ Checking test 027 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 60.731237 +The total amount of wall time = 60.902558 -Test 027 fv3_ccpp_gfdlmprad_noahmp PASS +Test 027 fv3_gfdlmprad_noahmp PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_csawmg_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_csawmg_prod -Checking test 028 fv3_ccpp_csawmg results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_csawmg +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_csawmg +Checking test 028 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1457,14 +1471,14 @@ Checking test 028 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 154.241454 +The total amount of wall time = 148.160521 -Test 028 fv3_ccpp_csawmg PASS +Test 028 fv3_csawmg PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmf_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_satmedmf_prod -Checking test 029 fv3_ccpp_satmedmf results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmf +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_satmedmf +Checking test 029 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1508,14 +1522,14 @@ Checking test 029 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 64.474757 +The total amount of wall time = 66.647191 -Test 029 fv3_ccpp_satmedmf PASS +Test 029 fv3_satmedmf PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmfq_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_satmedmfq_prod -Checking test 030 fv3_ccpp_satmedmfq results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmfq +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_satmedmfq +Checking test 030 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1559,14 +1573,14 @@ Checking test 030 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 65.118775 +The total amount of wall time = 65.159769 -Test 030 fv3_ccpp_satmedmfq PASS +Test 030 fv3_satmedmfq PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfdlmp_32bit_prod -Checking test 031 fv3_ccpp_gfdlmp_32bit results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp_32bit +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfdlmp_32bit +Checking test 031 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1610,14 +1624,14 @@ Checking test 031 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 52.474730 +The total amount of wall time = 53.527974 -Test 031 fv3_ccpp_gfdlmp_32bit PASS +Test 031 fv3_gfdlmp_32bit PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 032 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_32bit_post +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfdlmprad_32bit_post +Checking test 032 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1665,14 +1679,14 @@ Checking test 032 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 94.928597 +The total amount of wall time = 98.453695 -Test 032 fv3_ccpp_gfdlmprad_32bit_post PASS +Test 032 fv3_gfdlmprad_32bit_post PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_cpt_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_cpt_prod -Checking test 033 fv3_ccpp_cpt results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_cpt +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_cpt +Checking test 033 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1722,14 +1736,14 @@ Checking test 033 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 353.980954 +The total amount of wall time = 371.210185 -Test 033 fv3_ccpp_cpt PASS +Test 033 fv3_cpt PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gsd_prod -Checking test 034 fv3_ccpp_gsd results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gsd +Checking test 034 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1817,14 +1831,14 @@ Checking test 034 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 239.211682 +The total amount of wall time = 231.993608 -Test 034 fv3_ccpp_gsd PASS +Test 034 fv3_gsd PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_thompson_prod -Checking test 035 fv3_ccpp_thompson results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_thompson +Checking test 035 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1888,14 +1902,14 @@ Checking test 035 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 113.543027 +The total amount of wall time = 105.773671 -Test 035 fv3_ccpp_thompson PASS +Test 035 fv3_thompson PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_thompson_no_aero_prod -Checking test 036 fv3_ccpp_thompson_no_aero results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_thompson_no_aero +Checking test 036 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1959,85 +1973,14 @@ Checking test 036 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 108.265669 +The total amount of wall time = 106.526510 -Test 036 fv3_ccpp_thompson_no_aero PASS +Test 036 fv3_thompson_no_aero PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v15p2_prod -Checking test 037 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 - -The total amount of wall time = 117.608873 - -Test 037 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_prod -Checking test 038 fv3_ccpp_gfs_v16 results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16 +Checking test 037 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2113,14 +2056,14 @@ Checking test 038 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 145.470006 +The total amount of wall time = 176.534938 -Test 038 fv3_ccpp_gfs_v16 PASS +Test 037 fv3_gfs_v16 PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_restart_prod -Checking test 039 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_restart +Checking test 038 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2166,14 +2109,14 @@ Checking test 039 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 74.419832 +The total amount of wall time = 103.247310 -Test 039 fv3_ccpp_gfs_v16_restart PASS +Test 038 fv3_gfs_v16_restart PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_stochy_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_stochy_prod -Checking test 040 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_stochy +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_stochy +Checking test 039 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2237,85 +2180,14 @@ Checking test 040 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 65.858731 - -Test 040 fv3_ccpp_gfs_v16_stochy PASS - - -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 041 fv3_ccpp_gfs_v15p2_RRTMGP 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 - -The total amount of wall time = 185.507805 +The total amount of wall time = 66.471207 -Test 041 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 039 fv3_gfs_v16_stochy PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 042 fv3_ccpp_gfs_v16_RRTMGP results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_RRTMGP +Checking test 040 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2379,14 +2251,14 @@ Checking test 042 fv3_ccpp_gfs_v16_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 188.306399 +The total amount of wall time = 191.516466 -Test 042 fv3_ccpp_gfs_v16_RRTMGP PASS +Test 040 fv3_gfs_v16_RRTMGP PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 043 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 041 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2444,14 +2316,14 @@ Checking test 043 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 802.559143 +The total amount of wall time = 804.678098 -Test 043 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +Test 041 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 044 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_RRTMGP_2thrd +Checking test 042 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2515,14 +2387,14 @@ Checking test 044 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 828.600845 +The total amount of wall time = 702.558033 -Test 044 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS +Test 042 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfsv16_csawmg_prod -Checking test 045 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmg +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfsv16_csawmg +Checking test 043 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2566,14 +2438,14 @@ Checking test 045 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 163.139133 +The total amount of wall time = 158.618721 -Test 045 fv3_ccpp_gfsv16_csawmg PASS +Test 043 fv3_gfsv16_csawmg PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 046 fv3_ccpp_gfsv16_csawmgt results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmgt +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfsv16_csawmgt +Checking test 044 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2617,14 +2489,14 @@ Checking test 046 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 160.882235 +The total amount of wall time = 157.970382 -Test 046 fv3_ccpp_gfsv16_csawmgt PASS +Test 044 fv3_gfsv16_csawmgt PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gocart_clm_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gocart_clm_prod -Checking test 047 fv3_ccpp_gocart_clm results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gocart_clm +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gocart_clm +Checking test 045 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2668,14 +2540,14 @@ Checking test 047 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 66.997611 +The total amount of wall time = 68.379088 -Test 047 fv3_ccpp_gocart_clm PASS +Test 045 fv3_gocart_clm PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_flake_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_flake_prod -Checking test 048 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_flake +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_flake +Checking test 046 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2739,14 +2611,14 @@ Checking test 048 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 121.789071 +The total amount of wall time = 124.833191 -Test 048 fv3_ccpp_gfs_v16_flake PASS +Test 046 fv3_gfs_v16_flake PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 049 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_HAFS_v0_hwrf_thompson +Checking test 047 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2810,14 +2682,14 @@ Checking test 049 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 193.337111 +The total amount of wall time = 190.364996 -Test 049 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 047 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 048 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -2831,14 +2703,14 @@ Checking test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 356.944431 +The total amount of wall time = 360.166111 -Test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 048 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 051 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1 +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfsv16_ugwpv1 +Checking test 049 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2896,14 +2768,14 @@ Checking test 051 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 230.730935 +The total amount of wall time = 232.108234 -Test 051 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 049 fv3_gfsv16_ugwpv1 PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 052 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_warmstart +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfsv16_ugwpv1_warmstart +Checking test 050 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2961,14 +2833,14 @@ Checking test 052 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 229.743903 +The total amount of wall time = 231.176757 -Test 052 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +Test 050 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 053 fv3_ccpp_gfs_v15p2_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_ras +Checking test 051 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2981,95 +2853,24 @@ Checking test 053 fv3_ccpp_gfs_v15p2_debug results .... 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 - -The total amount of wall time = 271.090344 - -Test 053 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_debug_prod -Checking test 054 fv3_ccpp_gfs_v16_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 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 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 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 @@ -3103,14 +2904,14 @@ Checking test 054 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 208.458036 +The total amount of wall time = 123.861135 -Test 054 fv3_ccpp_gfs_v16_debug PASS +Test 051 fv3_gfs_v16_ras PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_debug +Checking test 052 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3174,14 +2975,14 @@ Checking test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 438.544615 +The total amount of wall time = 301.469439 -Test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 052 fv3_gfs_v16_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 056 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_RRTMGP_debug +Checking test 053 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3245,28 +3046,28 @@ Checking test 056 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 447.399807 +The total amount of wall time = 456.553114 -Test 056 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 053 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_regional_control_debug_prod -Checking test 057 fv3_ccpp_regional_control_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_regional_control_debug +Checking test 054 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 453.523924 +The total amount of wall time = 458.607816 -Test 057 fv3_ccpp_regional_control_debug PASS +Test 054 fv3_regional_control_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_control_debug_prod -Checking test 058 fv3_ccpp_control_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_control_debug +Checking test 055 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3292,14 +3093,14 @@ Checking test 058 fv3_ccpp_control_debug results .... Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -The total amount of wall time = 157.309296 +The total amount of wall time = 161.102206 -Test 058 fv3_ccpp_control_debug PASS +Test 055 fv3_control_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_stretched_nest_debug_prod -Checking test 059 fv3_ccpp_stretched_nest_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_stretched_nest_debug +Checking test 056 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3315,14 +3116,14 @@ Checking test 059 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -The total amount of wall time = 534.118507 +The total amount of wall time = 539.294660 -Test 059 fv3_ccpp_stretched_nest_debug PASS +Test 056 fv3_stretched_nest_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gsd_debug_prod -Checking test 060 fv3_ccpp_gsd_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gsd_debug +Checking test 057 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3386,14 +3187,14 @@ Checking test 060 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 238.744935 +The total amount of wall time = 244.469969 -Test 060 fv3_ccpp_gsd_debug PASS +Test 057 fv3_gsd_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 061 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_diag3d_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gsd_diag3d_debug +Checking test 058 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3457,14 +3258,14 @@ Checking test 061 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 271.068780 +The total amount of wall time = 275.840510 -Test 061 fv3_ccpp_gsd_diag3d_debug PASS +Test 058 fv3_gsd_diag3d_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_thompson_debug_prod -Checking test 062 fv3_ccpp_thompson_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_thompson_debug +Checking test 059 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3528,14 +3329,14 @@ Checking test 062 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 417.402034 +The total amount of wall time = 422.883006 -Test 062 fv3_ccpp_thompson_debug PASS +Test 059 fv3_thompson_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 063 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_thompson_no_aero_debug +Checking test 060 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3599,14 +3400,14 @@ Checking test 063 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 401.078022 +The total amount of wall time = 408.017006 -Test 063 fv3_ccpp_thompson_no_aero_debug PASS +Test 060 fv3_thompson_no_aero_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 064 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_rrfs_v1beta_debug +Checking test 061 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3670,14 +3471,14 @@ Checking test 064 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 231.439845 +The total amount of wall time = 238.231149 -Test 064 fv3_ccpp_rrfs_v1beta_debug PASS +Test 061 fv3_rrfs_v1beta_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 065 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 062 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3741,14 +3542,14 @@ Checking test 065 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 247.179931 +The total amount of wall time = 248.903423 -Test 065 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 062 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 066 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 063 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -3762,14 +3563,14 @@ Checking test 066 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 464.466697 +The total amount of wall time = 473.703666 -Test 066 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 063 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_279861/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 067 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfsv16_ugwpv1_debug +Checking test 064 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3827,11 +3628,82 @@ Checking test 067 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 711.095837 +The total amount of wall time = 723.262030 + +Test 064 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /lfs4/HFIP/hfv3gfs/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras_debug +working dir = /lfs4/HFIP/hfv3gfs/Dom.Heinzeller/RT_RUNDIRS/Dom.Heinzeller/FV3_RT/rt_64044/fv3_gfs_v16_ras_debug +Checking test 065 fv3_gfs_v16_ras_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 + +The total amount of wall time = 403.919363 -Test 067 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 065 fv3_gfs_v16_ras_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 08:26:21 GMT 2021 -Elapsed time: 03h:39m:52s. Have a nice day! +Wed Mar 31 19:43:33 GMT 2021 +Elapsed time: 02h:23m:14s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 8b6d3e973f..78b660c1f6 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,10 +1,30 @@ -Tue Mar 9 22:01:21 CST 2021 +Wed Mar 31 07:16:59 CDT 2021 Start Regression test - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 508 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 507 seconds. APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp +Compile 003 elapsed time 491 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 004 elapsed time 501 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 005 elapsed time 509 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 006 elapsed time 514 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 007 elapsed time 539 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 008 elapsed time 606 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 009 elapsed time 500 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 010 elapsed time 521 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 011 elapsed time 522 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 012 elapsed time 549 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 013 elapsed time 154 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 014 elapsed time 144 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 015 elapsed time 152 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 016 elapsed time 576 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 017 elapsed time 565 seconds. APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 018 elapsed time 149 seconds. APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 019 elapsed time 391 seconds. APP=DATM_NEMS +Compile 020 elapsed time 111 seconds. APP=DATM_NEMS DEBUG=Y + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -67,12 +87,15 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 001 fv3_ccpp_control PASS + 0: The total amount of wall time = 46.414912 + +Test 001 fv3_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -135,12 +158,15 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 002 fv3_ccpp_decomp PASS + 0: The total amount of wall time = 48.541556 + +Test 002 fv3_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -203,12 +229,15 @@ Checking test 003 fv3_ccpp_2threads results .... 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_2threads PASS + 0: The total amount of wall time = 45.148673 + +Test 003 fv3_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -253,12 +282,15 @@ Checking test 004 fv3_ccpp_restart results .... 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_restart PASS + 0: The total amount of wall time = 27.954003 + +Test 004 fv3_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_read_inc_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_read_inc +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -321,12 +353,15 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 005 fv3_ccpp_read_inc PASS + 0: The total amount of wall time = 46.703294 + +Test 005 fv3_read_inc PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -369,12 +404,15 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS + 0: The total amount of wall time = 151.996049 + +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -417,12 +455,15 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 007 fv3_ccpp_wrtGauss_netcdf PASS + 0: The total amount of wall time = 44.425314 + +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -430,7 +471,7 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing RESTART/coupler.res .........OK @@ -465,12 +506,15 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS + 0: The total amount of wall time = 54.762819 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +Test 008 fv3_wrtGauss_netcdf_parallel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGlatlon_netcdf +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -513,12 +557,15 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS + + 0: The total amount of wall time = 49.832194 + +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -561,12 +608,15 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 010 fv3_ccpp_wrtGauss_nemsio PASS + 0: The total amount of wall time = 54.039681 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +Test 010 fv3_wrtGauss_nemsio PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -609,12 +659,15 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + 0: The total amount of wall time = 106.305626 + +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stochy_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stochy +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -677,12 +730,15 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_ccpp_stochy PASS + 0: The total amount of wall time = 49.935896 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ca_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +Test 012 fv3_stochy PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_ca +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -745,12 +801,15 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 013 fv3_ccpp_ca PASS + + 0: The total amount of wall time = 36.278826 + +Test 013 fv3_ca PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lndp_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lndp +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -813,12 +872,15 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 014 fv3_ccpp_lndp PASS + 0: The total amount of wall time = 53.901853 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_iau_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +Test 014 fv3_lndp PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_iau +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -881,12 +943,15 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 015 fv3_ccpp_iau PASS + 0: The total amount of wall time = 49.494383 + +Test 015 fv3_iau PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_lheatstrg_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_lheatstrg +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -929,12 +994,15 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_ccpp_lheatstrg PASS + 0: The total amount of wall time = 49.682004 + +Test 016 fv3_lheatstrg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmprad_prod -Checking test 017 fv3_ccpp_gfdlmprad results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmprad +Checking test 017 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -978,12 +1046,15 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 017 fv3_ccpp_gfdlmprad PASS + 0: The total amount of wall time = 679.193460 + +Test 017 fv3_gfdlmprad PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmprad_atmwav_prod -Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_atmwav +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmprad_atmwav +Checking test 018 fv3_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1027,12 +1098,15 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 018 fv3_ccpp_gfdlmprad_atmwav PASS + 0: The total amount of wall time = 827.827926 + +Test 018 fv3_gfdlmprad_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_wrtGauss_nemsio_c768_prod -Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_wrtGauss_nemsio_c768 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_wrtGauss_nemsio_c768 +Checking test 019 fv3_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1076,12 +1150,15 @@ Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing out_grd.glo_10m .........OK Comparing out_grd.ant_9km .........OK Comparing out_grd.aoc_9km .........OK -Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS + 0: The total amount of wall time = 701.652528 + +Test 019 fv3_wrtGauss_nemsio_c768 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_multigases_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_multigases_prod -Checking test 020 fv3_ccpp_multigases results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_multigases_repro +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_multigases_repro +Checking test 020 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1150,12 +1227,15 @@ Checking test 020 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 020 fv3_ccpp_multigases PASS + 0: The total amount of wall time = 105.281934 + +Test 020 fv3_multigases PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_32bit_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_control_32bit_prod -Checking test 021 fv3_ccpp_control_32bit results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_32bit +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_control_32bit +Checking test 021 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1218,12 +1298,15 @@ Checking test 021 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 021 fv3_ccpp_control_32bit PASS + 0: The total amount of wall time = 47.307365 + +Test 021 fv3_control_32bit PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_stretched_prod -Checking test 022 fv3_ccpp_stretched results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_stretched +Checking test 022 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1274,12 +1357,15 @@ Checking test 022 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 022 fv3_ccpp_stretched PASS + 0: The total amount of wall time = 215.665265 + +Test 022 fv3_stretched PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_stretched_nest_prod -Checking test 023 fv3_ccpp_stretched_nest results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_stretched_nest +Checking test 023 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1341,32 +1427,41 @@ Checking test 023 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 023 fv3_ccpp_stretched_nest PASS + 0: The total amount of wall time = 245.789591 + +Test 023 fv3_stretched_nest PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_control_prod -Checking test 024 fv3_ccpp_regional_control results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_control +Checking test 024 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 024 fv3_ccpp_regional_control PASS + 0: The total amount of wall time = 530.817352 + +Test 024 fv3_regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_restart_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_restart_prod -Checking test 025 fv3_ccpp_regional_restart results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_restart +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_restart +Checking test 025 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 025 fv3_ccpp_regional_restart PASS + 0: The total amount of wall time = 294.602840 + +Test 025 fv3_regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_quilt_prod -Checking test 026 fv3_ccpp_regional_quilt results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_quilt +Checking test 026 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1375,35 +1470,44 @@ Checking test 026 fv3_ccpp_regional_quilt results .... Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -Test 026 fv3_ccpp_regional_quilt PASS + 0: The total amount of wall time = 588.601187 + +Test 026 fv3_regional_quilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_hafs_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_quilt_hafs_prod -Checking test 027 fv3_ccpp_regional_quilt_hafs results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_hafs +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_quilt_hafs +Checking test 027 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -Test 027 fv3_ccpp_regional_quilt_hafs PASS + 0: The total amount of wall time = 579.966646 + +Test 027 fv3_regional_quilt_hafs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 028 fv3_ccpp_regional_quilt_netcdf_parallel results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_quilt_netcdf_parallel +Checking test 028 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf024.nc ............ALT CHECK......OK -Test 028 fv3_ccpp_regional_quilt_netcdf_parallel PASS + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + 0: The total amount of wall time = 583.249652 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmp_prod -Checking test 029 fv3_ccpp_gfdlmp results .... +Test 028 fv3_regional_quilt_netcdf_parallel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmp +Checking test 029 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1446,12 +1550,15 @@ Checking test 029 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 029 fv3_ccpp_gfdlmp PASS + 0: The total amount of wall time = 49.122440 + +Test 029 fv3_gfdlmp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_gwd +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmprad_gwd +Checking test 030 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1494,12 +1601,15 @@ Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 030 fv3_ccpp_gfdlmprad_gwd PASS + 0: The total amount of wall time = 52.054100 + +Test 030 fv3_gfdlmprad_gwd PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_noahmp +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmprad_noahmp +Checking test 031 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1542,12 +1652,15 @@ Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 031 fv3_ccpp_gfdlmprad_noahmp PASS + 0: The total amount of wall time = 51.349861 + +Test 031 fv3_gfdlmprad_noahmp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_csawmg_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_csawmg_prod -Checking test 032 fv3_ccpp_csawmg results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_csawmg +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_csawmg +Checking test 032 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1590,12 +1703,15 @@ Checking test 032 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 032 fv3_ccpp_csawmg PASS + 0: The total amount of wall time = 117.011831 + +Test 032 fv3_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmf_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_satmedmf_prod -Checking test 033 fv3_ccpp_satmedmf results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmf +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_satmedmf +Checking test 033 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1638,12 +1754,15 @@ Checking test 033 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 033 fv3_ccpp_satmedmf PASS + 0: The total amount of wall time = 54.786808 + +Test 033 fv3_satmedmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_satmedmfq_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_satmedmfq_prod -Checking test 034 fv3_ccpp_satmedmfq results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_satmedmfq +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_satmedmfq +Checking test 034 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1686,12 +1805,15 @@ Checking test 034 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 034 fv3_ccpp_satmedmfq PASS + 0: The total amount of wall time = 59.173615 + +Test 034 fv3_satmedmfq PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmp_32bit_prod -Checking test 035 fv3_ccpp_gfdlmp_32bit results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmp_32bit +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmp_32bit +Checking test 035 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1734,12 +1856,15 @@ Checking test 035 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 035 fv3_ccpp_gfdlmp_32bit PASS + 0: The total amount of wall time = 44.372653 + +Test 035 fv3_gfdlmp_32bit PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfdlmprad_32bit_post +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfdlmprad_32bit_post +Checking test 036 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1786,12 +1911,15 @@ Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 036 fv3_ccpp_gfdlmprad_32bit_post PASS + 0: The total amount of wall time = 78.548870 + +Test 036 fv3_gfdlmprad_32bit_post PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_cpt_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_cpt_prod -Checking test 037 fv3_ccpp_cpt results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_cpt +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_cpt +Checking test 037 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1840,12 +1968,15 @@ Checking test 037 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 037 fv3_ccpp_cpt PASS + 0: The total amount of wall time = 259.406636 + +Test 037 fv3_cpt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gsd_prod -Checking test 038 fv3_ccpp_gsd results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gsd +Checking test 038 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1932,12 +2063,15 @@ Checking test 038 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 038 fv3_ccpp_gsd PASS + 0: The total amount of wall time = 180.172956 + +Test 038 fv3_gsd PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rap_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_rap_prod -Checking test 039 fv3_ccpp_rap results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rap +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_rap +Checking test 039 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2000,12 +2134,15 @@ Checking test 039 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 039 fv3_ccpp_rap PASS + 0: The total amount of wall time = 95.557032 + +Test 039 fv3_rap PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_hrrr_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_hrrr_prod -Checking test 040 fv3_ccpp_hrrr results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_hrrr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_hrrr +Checking test 040 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2068,12 +2205,15 @@ Checking test 040 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 040 fv3_ccpp_hrrr PASS + 0: The total amount of wall time = 95.145457 + +Test 040 fv3_hrrr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_thompson_prod -Checking test 041 fv3_ccpp_thompson results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_thompson +Checking test 041 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2136,12 +2276,15 @@ Checking test 041 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 041 fv3_ccpp_thompson PASS + 0: The total amount of wall time = 87.065604 + +Test 041 fv3_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_thompson_no_aero_prod -Checking test 042 fv3_ccpp_thompson_no_aero results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_thompson_no_aero +Checking test 042 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2204,12 +2347,15 @@ Checking test 042 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 042 fv3_ccpp_thompson_no_aero PASS + 0: The total amount of wall time = 88.694122 + +Test 042 fv3_thompson_no_aero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_rrfs_v1beta_prod -Checking test 043 fv3_ccpp_rrfs_v1beta results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_rrfs_v1beta +Checking test 043 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2272,80 +2418,15 @@ Checking test 043 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 043 fv3_ccpp_rrfs_v1beta PASS + 0: The total amount of wall time = 100.183547 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v15p2_prod -Checking test 044 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 044 fv3_ccpp_gfs_v15p2 PASS +Test 043 fv3_rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_prod -Checking test 045 fv3_ccpp_gfs_v16 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16 +Checking test 044 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2420,12 +2501,15 @@ Checking test 045 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 045 fv3_ccpp_gfs_v16 PASS + 0: The total amount of wall time = 210.619244 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_restart_prod -Checking test 046 fv3_ccpp_gfs_v16_restart results .... +Test 044 fv3_gfs_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_restart +Checking test 045 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2470,12 +2554,15 @@ Checking test 046 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 046 fv3_ccpp_gfs_v16_restart PASS + 0: The total amount of wall time = 145.634840 + +Test 045 fv3_gfs_v16_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_stochy_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_stochy_prod -Checking test 047 fv3_ccpp_gfs_v16_stochy results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_stochy +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_stochy +Checking test 046 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2538,80 +2625,15 @@ Checking test 047 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 047 fv3_ccpp_gfs_v16_stochy PASS + 0: The total amount of wall time = 56.164240 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 048 fv3_ccpp_gfs_v15p2_RRTMGP 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 048 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 046 fv3_gfs_v16_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 049 fv3_ccpp_gfs_v16_RRTMGP results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_RRTMGP +Checking test 047 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2674,12 +2696,15 @@ Checking test 049 fv3_ccpp_gfs_v16_RRTMGP results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 049 fv3_ccpp_gfs_v16_RRTMGP PASS + + 0: The total amount of wall time = 168.600863 + +Test 047 fv3_gfs_v16_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 048 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2736,12 +2761,15 @@ Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS + 0: The total amount of wall time = 634.713422 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +Test 048 fv3_gfs_v16_RRTMGP_c192L127 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_RRTMGP_2thrd +Checking test 049 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2804,12 +2832,15 @@ Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 051 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS + + 0: The total amount of wall time = 176.309232 + +Test 049 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfsv16_csawmg_prod -Checking test 052 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmg +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfsv16_csawmg +Checking test 050 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2852,12 +2883,15 @@ Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 052 fv3_ccpp_gfsv16_csawmg PASS + 0: The total amount of wall time = 125.780534 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... +Test 050 fv3_gfsv16_csawmg PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_csawmgt +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfsv16_csawmgt +Checking test 051 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2900,12 +2934,15 @@ Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 053 fv3_ccpp_gfsv16_csawmgt PASS + + 0: The total amount of wall time = 126.510921 + +Test 051 fv3_gfsv16_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gocart_clm_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gocart_clm_prod -Checking test 054 fv3_ccpp_gocart_clm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gocart_clm +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gocart_clm +Checking test 052 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2948,12 +2985,15 @@ Checking test 054 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 054 fv3_ccpp_gocart_clm PASS + 0: The total amount of wall time = 59.663808 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_flake_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_flake_prod -Checking test 055 fv3_ccpp_gfs_v16_flake results .... +Test 052 fv3_gocart_clm PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_flake +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_flake +Checking test 053 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3016,12 +3056,15 @@ Checking test 055 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 055 fv3_ccpp_gfs_v16_flake PASS + 0: The total amount of wall time = 108.588989 + +Test 053 fv3_gfs_v16_flake PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_HAFS_v0_hwrf_thompson +Checking test 054 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3084,12 +3127,15 @@ Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS + 0: The total amount of wall time = 150.367116 + +Test 054 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 055 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -3102,12 +3148,15 @@ Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS + 0: The total amount of wall time = 297.939889 + +Test 055 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 058 fv3_ccpp_gfsv16_ugwpv1 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfsv16_ugwpv1 +Checking test 056 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3164,12 +3213,15 @@ Checking test 058 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 058 fv3_ccpp_gfsv16_ugwpv1 PASS + 0: The total amount of wall time = 171.811136 + +Test 056 fv3_gfsv16_ugwpv1 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_warmstart +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfsv16_ugwpv1_warmstart +Checking test 057 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3226,80 +3278,15 @@ Checking test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 059 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS + 0: The total amount of wall time = 184.348875 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 060 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 060 fv3_ccpp_gfs_v15p2_debug PASS +Test 057 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_debug_prod -Checking test 061 fv3_ccpp_gfs_v16_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_ras +Checking test 058 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3312,24 +3299,24 @@ Checking test 061 fv3_ccpp_gfs_v16_debug results .... 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 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 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 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 @@ -3362,12 +3349,15 @@ Checking test 061 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 061 fv3_ccpp_gfs_v16_debug PASS + 0: The total amount of wall time = 98.450368 + +Test 058 fv3_gfs_v16_ras PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_debug +Checking test 059 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3430,12 +3420,15 @@ Checking test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 062 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS + 0: The total amount of wall time = 300.569914 + +Test 059 fv3_gfs_v16_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 063 fv3_ccpp_gfs_v16_RRTMGP_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_RRTMGP_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_RRTMGP_debug +Checking test 060 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3498,23 +3491,29 @@ Checking test 063 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 063 fv3_ccpp_gfs_v16_RRTMGP_debug PASS + 0: The total amount of wall time = 400.153579 + +Test 060 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_regional_control_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_regional_control_debug_prod -Checking test 064 fv3_ccpp_regional_control_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_regional_control_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_regional_control_debug +Checking test 061 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -Test 064 fv3_ccpp_regional_control_debug PASS + 0: The total amount of wall time = 374.380252 + +Test 061 fv3_regional_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_control_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_control_debug_prod -Checking test 065 fv3_ccpp_control_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_control_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_control_debug +Checking test 062 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3539,12 +3538,15 @@ Checking test 065 fv3_ccpp_control_debug results .... Comparing dynf006.tile4.nc .........OK Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -Test 065 fv3_ccpp_control_debug PASS + 0: The total amount of wall time = 162.873428 + +Test 062 fv3_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_stretched_nest_debug_prod -Checking test 066 fv3_ccpp_stretched_nest_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_stretched_nest_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_stretched_nest_debug +Checking test 063 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3559,12 +3561,15 @@ Checking test 066 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile4.nc .........OK Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -Test 066 fv3_ccpp_stretched_nest_debug PASS + 0: The total amount of wall time = 392.854418 + +Test 063 fv3_stretched_nest_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gsd_debug_prod -Checking test 067 fv3_ccpp_gsd_debug results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gsd_debug +Checking test 064 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3627,12 +3632,15 @@ Checking test 067 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 067 fv3_ccpp_gsd_debug PASS + + 0: The total amount of wall time = 231.034273 + +Test 064 fv3_gsd_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 068 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gsd_diag3d_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gsd_diag3d_debug +Checking test 065 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3695,12 +3703,15 @@ Checking test 068 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 068 fv3_ccpp_gsd_diag3d_debug PASS + 0: The total amount of wall time = 320.980529 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_thompson_debug_prod -Checking test 069 fv3_ccpp_thompson_debug results .... +Test 065 fv3_gsd_diag3d_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_thompson_debug +Checking test 066 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3763,12 +3774,15 @@ Checking test 069 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 069 fv3_ccpp_thompson_debug PASS + + 0: The total amount of wall time = 363.447645 + +Test 066 fv3_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 070 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_thompson_no_aero_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_thompson_no_aero_debug +Checking test 067 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3831,12 +3845,15 @@ Checking test 070 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 070 fv3_ccpp_thompson_no_aero_debug PASS + 0: The total amount of wall time = 354.167578 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 071 fv3_ccpp_rrfs_v1beta_debug results .... +Test 067 fv3_thompson_no_aero_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_rrfs_v1beta_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_rrfs_v1beta_debug +Checking test 068 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3899,12 +3916,15 @@ Checking test 071 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 071 fv3_ccpp_rrfs_v1beta_debug PASS + + 0: The total amount of wall time = 225.982687 + +Test 068 fv3_rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 069 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3967,12 +3987,15 @@ Checking test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 072 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS + 0: The total amount of wall time = 221.349268 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +Test 069 fv3_HAFS_v0_hwrf_thompson_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 070 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -3985,12 +4008,15 @@ Checking test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/fv_tracer.res.tile1.nc .........OK Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -Test 073 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS + + 0: The total amount of wall time = 417.013062 + +Test 070 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 074 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfsv16_ugwpv1_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfsv16_ugwpv1_debug +Checking test 071 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -4047,12 +4073,86 @@ Checking test 074 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 074 fv3_ccpp_gfsv16_ugwpv1_debug PASS + + 0: The total amount of wall time = 598.017873 + +Test 071 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/fv3_gfs_v16_ras_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/fv3_gfs_v16_ras_debug +Checking test 072 fv3_gfs_v16_ras_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 + + 0: The total amount of wall time = 334.489862 + +Test 072 fv3_gfs_v16_ras_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_control_prod -Checking test 075 cpld_control results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_control +Checking test 073 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4100,12 +4200,15 @@ Checking test 075 cpld_control results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 075 cpld_control PASS + 0: The total amount of wall time = 113.391004 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_prod -Checking test 076 cpld_restart results .... +Test 073 cpld_control PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart +Checking test 074 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4153,12 +4256,15 @@ Checking test 076 cpld_restart results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 076 cpld_restart PASS + + 0: The total amount of wall time = 74.938047 + +Test 074 cpld_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_controlfrac_prod -Checking test 077 cpld_controlfrac results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_controlfrac +Checking test 075 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4206,12 +4312,15 @@ Checking test 077 cpld_controlfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 077 cpld_controlfrac PASS + 0: The total amount of wall time = 110.949598 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restartfrac_prod -Checking test 078 cpld_restartfrac results .... +Test 075 cpld_controlfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restartfrac +Checking test 076 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4259,12 +4368,15 @@ Checking test 078 cpld_restartfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 078 cpld_restartfrac PASS + + 0: The total amount of wall time = 73.697667 + +Test 076 cpld_restartfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_2threads_prod -Checking test 079 cpld_2threads results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_2threads +Checking test 077 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4312,12 +4424,15 @@ Checking test 079 cpld_2threads results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 079 cpld_2threads PASS + 0: The total amount of wall time = 134.232567 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_decomp_prod -Checking test 080 cpld_decomp results .... +Test 077 cpld_2threads PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_decomp +Checking test 078 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4365,12 +4480,15 @@ Checking test 080 cpld_decomp results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 080 cpld_decomp PASS + 0: The total amount of wall time = 107.769516 + +Test 078 cpld_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_satmedmf_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_satmedmf_prod -Checking test 081 cpld_satmedmf results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_satmedmf +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_satmedmf +Checking test 079 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4418,12 +4536,15 @@ Checking test 081 cpld_satmedmf results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 081 cpld_satmedmf PASS + 0: The total amount of wall time = 103.305855 + +Test 079 cpld_satmedmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_ca_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_ca_prod -Checking test 082 cpld_ca results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_ca +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_ca +Checking test 080 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4471,12 +4592,15 @@ Checking test 082 cpld_ca results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 082 cpld_ca PASS + 0: The total amount of wall time = 112.760800 + +Test 080 cpld_ca PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_control_c192_prod -Checking test 083 cpld_control_c192 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_control_c192 +Checking test 081 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4524,12 +4648,15 @@ Checking test 083 cpld_control_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 083 cpld_control_c192 PASS + 0: The total amount of wall time = 434.480016 + +Test 081 cpld_control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_c192_prod -Checking test 084 cpld_restart_c192 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c192 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart_c192 +Checking test 082 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4577,12 +4704,15 @@ Checking test 084 cpld_restart_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 084 cpld_restart_c192 PASS + 0: The total amount of wall time = 277.762890 + +Test 082 cpld_restart_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_controlfrac_c192_prod -Checking test 085 cpld_controlfrac_c192 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_controlfrac_c192 +Checking test 083 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4630,12 +4760,15 @@ Checking test 085 cpld_controlfrac_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 085 cpld_controlfrac_c192 PASS + 0: The total amount of wall time = 397.235142 + +Test 083 cpld_controlfrac_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restartfrac_c192_prod -Checking test 086 cpld_restartfrac_c192 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c192 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restartfrac_c192 +Checking test 084 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4683,12 +4816,15 @@ Checking test 086 cpld_restartfrac_c192 results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -Test 086 cpld_restartfrac_c192 PASS + 0: The total amount of wall time = 271.052809 + +Test 084 cpld_restartfrac_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_control_c384_prod -Checking test 087 cpld_control_c384 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_control_c384 +Checking test 085 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4739,12 +4875,15 @@ Checking test 087 cpld_control_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 087 cpld_control_c384 PASS + 0: The total amount of wall time = 1327.820410 + +Test 085 cpld_control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_c384_prod -Checking test 088 cpld_restart_c384 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_c384 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart_c384 +Checking test 086 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4795,12 +4934,15 @@ Checking test 088 cpld_restart_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 088 cpld_restart_c384 PASS + 0: The total amount of wall time = 703.842811 + +Test 086 cpld_restart_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_controlfrac_c384_prod -Checking test 089 cpld_controlfrac_c384 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_controlfrac_c384 +Checking test 087 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4851,12 +4993,15 @@ Checking test 089 cpld_controlfrac_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 089 cpld_controlfrac_c384 PASS + 0: The total amount of wall time = 1318.485431 + +Test 087 cpld_controlfrac_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restartfrac_c384_prod -Checking test 090 cpld_restartfrac_c384 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_controlfrac_c384 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restartfrac_c384 +Checking test 088 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4907,12 +5052,15 @@ Checking test 090 cpld_restartfrac_c384 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -Test 090 cpld_restartfrac_c384 PASS + 0: The total amount of wall time = 708.317311 + +Test 088 cpld_restartfrac_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmark_prod -Checking test 091 cpld_bmark results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmark +Checking test 089 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4963,12 +5111,15 @@ Checking test 091 cpld_bmark results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 091 cpld_bmark PASS + 0: The total amount of wall time = 844.955693 + +Test 089 cpld_bmark PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_bmark_prod -Checking test 092 cpld_restart_bmark results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart_bmark +Checking test 090 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5019,12 +5170,15 @@ Checking test 092 cpld_restart_bmark results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 092 cpld_restart_bmark PASS + 0: The total amount of wall time = 467.587938 + +Test 090 cpld_restart_bmark PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmarkfrac_prod -Checking test 093 cpld_bmarkfrac results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmarkfrac +Checking test 091 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5075,12 +5229,15 @@ Checking test 093 cpld_bmarkfrac results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 093 cpld_bmarkfrac PASS + 0: The total amount of wall time = 849.142731 + +Test 091 cpld_bmarkfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_bmarkfrac_prod -Checking test 094 cpld_restart_bmarkfrac results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart_bmarkfrac +Checking test 092 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5131,12 +5288,15 @@ Checking test 094 cpld_restart_bmarkfrac results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 094 cpld_restart_bmarkfrac PASS + 0: The total amount of wall time = 454.828198 + +Test 092 cpld_restart_bmarkfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmarkfrac_v16_prod -Checking test 095 cpld_bmarkfrac_v16 results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmarkfrac_v16 +Checking test 093 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5187,12 +5347,15 @@ Checking test 095 cpld_bmarkfrac_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 095 cpld_bmarkfrac_v16 PASS + + 0: The total amount of wall time = 1432.314029 + +Test 093 cpld_bmarkfrac_v16 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_restart_bmarkfrac_v16_prod -Checking test 096 cpld_restart_bmarkfrac_v16 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_v16 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_restart_bmarkfrac_v16 +Checking test 094 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5243,12 +5406,15 @@ Checking test 096 cpld_restart_bmarkfrac_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -Test 096 cpld_restart_bmarkfrac_v16 PASS + 0: The total amount of wall time = 725.122361 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmark_wave_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmark_wave_prod -Checking test 097 cpld_bmark_wave results .... +Test 094 cpld_restart_bmarkfrac_v16 PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmark_wave +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmark_wave +Checking test 095 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5302,12 +5468,15 @@ Checking test 097 cpld_bmark_wave results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 097 cpld_bmark_wave PASS + + 0: The total amount of wall time = 1446.365366 + +Test 095 cpld_bmark_wave PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmarkfrac_wave_prod -Checking test 098 cpld_bmarkfrac_wave results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmarkfrac_wave +Checking test 096 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5361,12 +5530,15 @@ Checking test 098 cpld_bmarkfrac_wave results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -Test 098 cpld_bmarkfrac_wave PASS + 0: The total amount of wall time = 1445.334455 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_bmarkfrac_wave_v16_prod -Checking test 099 cpld_bmarkfrac_wave_v16 results .... +Test 096 cpld_bmarkfrac_wave PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_bmarkfrac_wave_v16 +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_bmarkfrac_wave_v16 +Checking test 097 cpld_bmarkfrac_wave_v16 results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5419,12 +5591,15 @@ Checking test 099 cpld_bmarkfrac_wave_v16 results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -Test 099 cpld_bmarkfrac_wave_v16 PASS + + 0: The total amount of wall time = 990.274043 + +Test 097 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_control_wave_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_control_wave_prod -Checking test 100 cpld_control_wave results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_control_wave +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_control_wave +Checking test 098 cpld_control_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5475,12 +5650,15 @@ Checking test 100 cpld_control_wave results .... Comparing 20161004.000000.out_grd.glo_1deg .........OK Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK -Test 100 cpld_control_wave PASS + 0: The total amount of wall time = 816.807417 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debug_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_debug_prod -Checking test 101 cpld_debug results .... +Test 098 cpld_control_wave PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debug +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_debug +Checking test 099 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5528,12 +5706,15 @@ Checking test 101 cpld_debug results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 101 cpld_debug PASS + + 0: The total amount of wall time = 345.313995 + +Test 099 cpld_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/cpld_debugfrac_ccpp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/cpld_debugfrac_prod -Checking test 102 cpld_debugfrac results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/cpld_debugfrac +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/cpld_debugfrac +Checking test 100 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5581,87 +5762,114 @@ Checking test 102 cpld_debugfrac results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -Test 102 cpld_debugfrac PASS + 0: The total amount of wall time = 345.463342 -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_control_cfsr -Checking test 103 datm_control_cfsr results .... +Test 100 cpld_debugfrac PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_control_cfsr +Checking test 101 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 103 datm_control_cfsr PASS + 0: The total amount of wall time = 105.944705 + +Test 101 datm_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_restart_cfsr -Checking test 104 datm_restart_cfsr results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_restart_cfsr +Checking test 102 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 104 datm_restart_cfsr PASS + 0: The total amount of wall time = 73.805988 + +Test 102 datm_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_control_gefs -Checking test 105 datm_control_gefs results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_control_gefs +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_control_gefs +Checking test 103 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 105 datm_control_gefs PASS + 0: The total amount of wall time = 103.265901 + +Test 103 datm_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_bulk_cfsr -Checking test 106 datm_bulk_cfsr results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_cfsr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_bulk_cfsr +Checking test 104 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 106 datm_bulk_cfsr PASS + 0: The total amount of wall time = 106.628302 + +Test 104 datm_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_bulk_gefs -Checking test 107 datm_bulk_gefs results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_bulk_gefs +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_bulk_gefs +Checking test 105 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 107 datm_bulk_gefs PASS + 0: The total amount of wall time = 101.390351 + +Test 105 datm_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_mx025_cfsr -Checking test 108 datm_mx025_cfsr results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_cfsr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_mx025_cfsr +Checking test 106 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 108 datm_mx025_cfsr PASS + 0: The total amount of wall time = 407.509547 + +Test 106 datm_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_mx025_gefs -Checking test 109 datm_mx025_gefs results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_mx025_gefs +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_mx025_gefs +Checking test 107 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 109 datm_mx025_gefs PASS + 0: The total amount of wall time = 387.584019 + +Test 107 datm_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/INTEL/datm_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_224238/datm_debug_cfsr -Checking test 110 datm_debug_cfsr results .... + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/INTEL/datm_debug_cfsr +working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_379316/datm_debug_cfsr +Checking test 108 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -Test 110 datm_debug_cfsr PASS + + 0: The total amount of wall time = 296.905281 + +Test 108 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Mar 10 02:25:26 CST 2021 -Elapsed time: 04h:24m:06s. Have a nice day! +Wed Mar 31 13:28:21 CDT 2021 +Elapsed time: 06h:11m:23s. Have a nice day! diff --git a/tests/RegressionTests_stampede.intel.log b/tests/RegressionTests_stampede.intel.log new file mode 100644 index 0000000000..00e5a787c3 --- /dev/null +++ b/tests/RegressionTests_stampede.intel.log @@ -0,0 +1,252 @@ +Sun Mar 21 22:01:01 CDT 2021 +Start Regression test + +Compile 001 elapsed time 569 seconds. SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled S2S=Y WW3=Y + +baseline dir = /work/07736/minsukji/stampede2/ufs-weather-model/RT/NEMSfv3gfs/develop-20210318/cpld_bmark_wave +working dir = /scratch/07736/minsukji/ufs-weather-model/run/minsukji/FV3_RT/rt_216780/cpld_bmark_wave +Checking test 001 cpld_bmark_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK + +The total amount of wall time = 1513.274982 + +Test 001 cpld_bmark_wave PASS + + +baseline dir = /work/07736/minsukji/stampede2/ufs-weather-model/RT/NEMSfv3gfs/develop-20210318/cpld_bmarkfrac_wave +working dir = /scratch/07736/minsukji/ufs-weather-model/run/minsukji/FV3_RT/rt_216780/cpld_bmarkfrac_wave +Checking test 002 cpld_bmarkfrac_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing 20130402.000000.out_grd.gwes_30m .........OK + Comparing 20130402.000000.out_pnt.points .........OK + Comparing 20130402.000000.restart.gwes_30m .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-02-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK + +The total amount of wall time = 1511.941093 + +Test 002 cpld_bmarkfrac_wave PASS + + +baseline dir = /work/07736/minsukji/stampede2/ufs-weather-model/RT/NEMSfv3gfs/develop-20210318/cpld_bmarkfrac_wave_v16 +working dir = /scratch/07736/minsukji/ufs-weather-model/run/minsukji/FV3_RT/rt_216780/cpld_bmarkfrac_wave_v16 +Checking test 003 cpld_bmarkfrac_wave_v16 results .... + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing 20130401.060000.out_grd.gwes_30m .........OK + Comparing 20130401.060000.out_pnt.points .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK + +The total amount of wall time = 1019.892656 + +Test 003 cpld_bmarkfrac_wave_v16 PASS + + +baseline dir = /work/07736/minsukji/stampede2/ufs-weather-model/RT/NEMSfv3gfs/develop-20210318/cpld_control_wave +working dir = /scratch/07736/minsukji/ufs-weather-model/run/minsukji/FV3_RT/rt_216780/cpld_control_wave +Checking test 004 cpld_control_wave results .... + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-04-00000.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK + Comparing 20161004.000000.out_grd.glo_1deg .........OK + Comparing 20161004.000000.out_pnt.points .........OK + Comparing 20161004.000000.restart.glo_1deg .........OK + +The total amount of wall time = 753.637820 + +Test 004 cpld_control_wave PASS + + +REGRESSION TEST WAS SUCCESSFUL +Mon Mar 22 02:13:36 CDT 2021 +Elapsed time: 04h:12m:35s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index 3364b291ec..83183a86af 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,10 +1,24 @@ -Thu Mar 11 04:46:55 UTC 2021 +Wed Mar 31 15:08:35 UTC 2021 Start Regression test - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 998 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 1042 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 003 elapsed time 984 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 004 elapsed time 1098 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 005 elapsed time 1085 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 006 elapsed time 1013 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 007 elapsed time 1177 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 008 elapsed time 981 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 009 elapsed time 1009 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 010 elapsed time 1045 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 011 elapsed time 1045 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 012 elapsed time 623 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 013 elapsed time 556 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 014 elapsed time 574 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y + +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -68,14 +82,14 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 52.577492 +The total amount of wall time = 81.654257 -Test 001 fv3_ccpp_control PASS +Test 001 fv3_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -139,14 +153,14 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 53.707638 +The total amount of wall time = 56.291265 -Test 002 fv3_ccpp_decomp PASS +Test 002 fv3_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -210,14 +224,14 @@ Checking test 003 fv3_ccpp_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 59.547174 +The total amount of wall time = 49.319508 -Test 003 fv3_ccpp_2threads PASS +Test 003 fv3_2threads PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -263,14 +277,14 @@ Checking test 004 fv3_ccpp_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 24.173806 +The total amount of wall time = 25.387457 -Test 004 fv3_ccpp_restart PASS +Test 004 fv3_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_read_inc_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_read_inc +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -334,14 +348,14 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 48.767420 +The total amount of wall time = 55.013243 -Test 005 fv3_ccpp_read_inc PASS +Test 005 fv3_read_inc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -385,14 +399,14 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 122.646505 +The total amount of wall time = 225.811007 -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -436,14 +450,14 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 48.456693 +The total amount of wall time = 51.741444 -Test 007 fv3_ccpp_wrtGauss_netcdf PASS +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -487,14 +501,14 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 54.091812 +The total amount of wall time = 61.490688 -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS +Test 008 fv3_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGlatlon_netcdf +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -538,14 +552,14 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 48.383472 +The total amount of wall time = 57.150181 -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_nemsio +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -589,14 +603,14 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 48.803296 +The total amount of wall time = 51.674199 -Test 010 fv3_ccpp_wrtGauss_nemsio PASS +Test 010 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -640,14 +654,14 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 121.163893 +The total amount of wall time = 127.134134 -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stochy_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stochy +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -711,14 +725,14 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 54.055113 +The total amount of wall time = 60.270588 -Test 012 fv3_ccpp_stochy PASS +Test 012 fv3_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ca_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_ca +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -782,14 +796,14 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 39.261935 +The total amount of wall time = 39.661403 -Test 013 fv3_ccpp_ca PASS +Test 013 fv3_ca PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_lndp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_lndp +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -853,14 +867,14 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 56.809802 +The total amount of wall time = 76.783040 -Test 014 fv3_ccpp_lndp PASS +Test 014 fv3_lndp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_iau_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_iau +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -924,14 +938,14 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 48.285537 +The total amount of wall time = 51.819636 -Test 015 fv3_ccpp_iau PASS +Test 015 fv3_iau PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_lheatstrg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_lheatstrg +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -975,14 +989,14 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 49.303040 +The total amount of wall time = 54.196128 -Test 016 fv3_ccpp_lheatstrg PASS +Test 016 fv3_lheatstrg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_multigases_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_multigases_prod -Checking test 017 fv3_ccpp_multigases results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_multigases_repro +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_multigases_repro +Checking test 017 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1052,14 +1066,14 @@ Checking test 017 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 89.244079 +The total amount of wall time = 101.332337 -Test 017 fv3_ccpp_multigases PASS +Test 017 fv3_multigases PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_32bit_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_control_32bit_prod -Checking test 018 fv3_ccpp_control_32bit results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control_32bit +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_control_32bit +Checking test 018 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1123,14 +1137,14 @@ Checking test 018 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 47.801773 +The total amount of wall time = 54.149771 -Test 018 fv3_ccpp_control_32bit PASS +Test 018 fv3_control_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_stretched_prod -Checking test 019 fv3_ccpp_stretched results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_stretched +Checking test 019 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1182,14 +1196,14 @@ Checking test 019 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 324.298928 +The total amount of wall time = 352.129800 -Test 019 fv3_ccpp_stretched PASS +Test 019 fv3_stretched PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_nest_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_stretched_nest_prod -Checking test 020 fv3_ccpp_stretched_nest results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched_nest +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_stretched_nest +Checking test 020 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1252,40 +1266,40 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -The total amount of wall time = 372.027288 +The total amount of wall time = 397.301250 -Test 020 fv3_ccpp_stretched_nest PASS +Test 020 fv3_stretched_nest PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_control_prod -Checking test 021 fv3_ccpp_regional_control results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_control +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_control +Checking test 021 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 691.925206 +The total amount of wall time = 727.930578 -Test 021 fv3_ccpp_regional_control PASS +Test 021 fv3_regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_restart_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_restart_prod -Checking test 022 fv3_ccpp_regional_restart results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_restart +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_restart +Checking test 022 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -The total amount of wall time = 410.701960 +The total amount of wall time = 410.705287 -Test 022 fv3_ccpp_regional_restart PASS +Test 022 fv3_regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_quilt_prod -Checking test 023 fv3_ccpp_regional_quilt results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_quilt +Checking test 023 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1295,14 +1309,14 @@ Checking test 023 fv3_ccpp_regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 698.630709 +The total amount of wall time = 699.370127 -Test 023 fv3_ccpp_regional_quilt PASS +Test 023 fv3_regional_quilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_hafs_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_quilt_hafs_prod -Checking test 024 fv3_ccpp_regional_quilt_hafs results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt_hafs +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_quilt_hafs +Checking test 024 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1310,28 +1324,28 @@ Checking test 024 fv3_ccpp_regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 697.468732 +The total amount of wall time = 697.883859 -Test 024 fv3_ccpp_regional_quilt_hafs PASS +Test 024 fv3_regional_quilt_hafs PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 025 fv3_ccpp_regional_quilt_netcdf_parallel results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt_netcdf_parallel +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_quilt_netcdf_parallel +Checking test 025 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 699.407210 +The total amount of wall time = 712.282925 -Test 025 fv3_ccpp_regional_quilt_netcdf_parallel PASS +Test 025 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfdlmp_prod -Checking test 026 fv3_ccpp_gfdlmp results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmp +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfdlmp +Checking test 026 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1375,14 +1389,14 @@ Checking test 026 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 58.205333 +The total amount of wall time = 63.675166 -Test 026 fv3_ccpp_gfdlmp PASS +Test 026 fv3_gfdlmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 027 fv3_ccpp_gfdlmprad_gwd results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_gwd +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfdlmprad_gwd +Checking test 027 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1426,14 +1440,14 @@ Checking test 027 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 56.123592 +The total amount of wall time = 62.340850 -Test 027 fv3_ccpp_gfdlmprad_gwd PASS +Test 027 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 028 fv3_ccpp_gfdlmprad_noahmp results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_noahmp +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfdlmprad_noahmp +Checking test 028 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1477,14 +1491,14 @@ Checking test 028 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 53.399459 +The total amount of wall time = 59.649198 -Test 028 fv3_ccpp_gfdlmprad_noahmp PASS +Test 028 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_csawmg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_csawmg_prod -Checking test 029 fv3_ccpp_csawmg results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_csawmg +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_csawmg +Checking test 029 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1528,14 +1542,14 @@ Checking test 029 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 129.818653 +The total amount of wall time = 127.264998 -Test 029 fv3_ccpp_csawmg PASS +Test 029 fv3_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_satmedmf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_satmedmf_prod -Checking test 030 fv3_ccpp_satmedmf results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_satmedmf +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_satmedmf +Checking test 030 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1579,14 +1593,14 @@ Checking test 030 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 58.750578 +The total amount of wall time = 65.267542 -Test 030 fv3_ccpp_satmedmf PASS +Test 030 fv3_satmedmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_satmedmfq_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_satmedmfq_prod -Checking test 031 fv3_ccpp_satmedmfq results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_satmedmfq +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_satmedmfq +Checking test 031 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1630,14 +1644,14 @@ Checking test 031 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 58.797629 +The total amount of wall time = 63.867419 -Test 031 fv3_ccpp_satmedmfq PASS +Test 031 fv3_satmedmfq PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfdlmp_32bit_prod -Checking test 032 fv3_ccpp_gfdlmp_32bit results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmp_32bit +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfdlmp_32bit +Checking test 032 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1681,14 +1695,14 @@ Checking test 032 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 48.394857 +The total amount of wall time = 58.645277 -Test 032 fv3_ccpp_gfdlmp_32bit PASS +Test 032 fv3_gfdlmp_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 033 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_32bit_post +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfdlmprad_32bit_post +Checking test 033 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1736,14 +1750,14 @@ Checking test 033 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 88.047965 +The total amount of wall time = 112.827007 -Test 033 fv3_ccpp_gfdlmprad_32bit_post PASS +Test 033 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_cpt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_cpt_prod -Checking test 034 fv3_ccpp_cpt results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_cpt +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_cpt +Checking test 034 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1793,14 +1807,14 @@ Checking test 034 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 287.933571 +The total amount of wall time = 286.082587 -Test 034 fv3_ccpp_cpt PASS +Test 034 fv3_cpt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gsd_prod -Checking test 035 fv3_ccpp_gsd results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gsd +Checking test 035 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1888,14 +1902,14 @@ Checking test 035 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 199.280403 +The total amount of wall time = 200.026250 -Test 035 fv3_ccpp_gsd PASS +Test 035 fv3_gsd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rap_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_rap_prod -Checking test 036 fv3_ccpp_rap results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rap +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_rap +Checking test 036 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1959,14 +1973,14 @@ Checking test 036 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 101.501036 +The total amount of wall time = 108.062937 -Test 036 fv3_ccpp_rap PASS +Test 036 fv3_rap PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_hrrr_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_hrrr_prod -Checking test 037 fv3_ccpp_hrrr results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_hrrr +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_hrrr +Checking test 037 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2030,14 +2044,14 @@ Checking test 037 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 109.462518 +The total amount of wall time = 106.202567 -Test 037 fv3_ccpp_hrrr PASS +Test 037 fv3_hrrr PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_thompson_prod -Checking test 038 fv3_ccpp_thompson results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_thompson +Checking test 038 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2101,14 +2115,14 @@ Checking test 038 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 96.836135 +The total amount of wall time = 94.844072 -Test 038 fv3_ccpp_thompson PASS +Test 038 fv3_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_no_aero_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_thompson_no_aero_prod -Checking test 039 fv3_ccpp_thompson_no_aero results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_no_aero +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_thompson_no_aero +Checking test 039 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2172,14 +2186,14 @@ Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 93.696905 +The total amount of wall time = 94.511050 -Test 039 fv3_ccpp_thompson_no_aero PASS +Test 039 fv3_thompson_no_aero PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_rrfs_v1beta_prod -Checking test 040 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rrfs_v1beta +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_rrfs_v1beta +Checking test 040 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2243,85 +2257,14 @@ Checking test 040 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 110.557157 +The total amount of wall time = 99.279376 -Test 040 fv3_ccpp_rrfs_v1beta PASS +Test 040 fv3_rrfs_v1beta PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v15p2_prod -Checking test 041 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 - -The total amount of wall time = 103.011808 - -Test 041 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_prod -Checking test 042 fv3_ccpp_gfs_v16 results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16 +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16 +Checking test 041 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2397,14 +2340,14 @@ Checking test 042 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 120.211081 +The total amount of wall time = 214.433123 -Test 042 fv3_ccpp_gfs_v16 PASS +Test 041 fv3_gfs_v16 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_restart_prod -Checking test 043 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16 +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_restart +Checking test 042 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2450,14 +2393,14 @@ Checking test 043 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 66.074935 +The total amount of wall time = 133.939345 -Test 043 fv3_ccpp_gfs_v16_restart PASS +Test 042 fv3_gfs_v16_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_stochy_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_stochy_prod -Checking test 044 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_stochy +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_stochy +Checking test 043 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2521,14 +2464,14 @@ Checking test 044 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 59.679073 +The total amount of wall time = 61.887269 -Test 044 fv3_ccpp_gfs_v16_stochy PASS +Test 043 fv3_gfs_v16_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 045 fv3_ccpp_gfs_v15p2_RRTMGP results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_RRTMGP +Checking test 044 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2592,85 +2535,14 @@ Checking test 045 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 173.161817 +The total amount of wall time = 174.039624 -Test 045 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 044 fv3_gfs_v16_RRTMGP PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 046 fv3_ccpp_gfs_v16_RRTMGP 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 - -The total amount of wall time = 173.521612 - -Test 046 fv3_ccpp_gfs_v16_RRTMGP PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 045 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2728,14 +2600,14 @@ Checking test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 712.095000 +The total amount of wall time = 729.185761 -Test 047 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +Test 045 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_RRTMGP_2thrd +Checking test 046 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2799,14 +2671,14 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 209.642009 +The total amount of wall time = 165.714600 -Test 048 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS +Test 046 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfsv16_csawmg_prod -Checking test 049 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_csawmg +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfsv16_csawmg +Checking test 047 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2850,14 +2722,14 @@ Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 138.504689 +The total amount of wall time = 143.761030 -Test 049 fv3_ccpp_gfsv16_csawmg PASS +Test 047 fv3_gfsv16_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_csawmgt +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfsv16_csawmgt +Checking test 048 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2901,14 +2773,14 @@ Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 138.372243 +The total amount of wall time = 141.454359 -Test 050 fv3_ccpp_gfsv16_csawmgt PASS +Test 048 fv3_gfsv16_csawmgt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gocart_clm_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gocart_clm_prod -Checking test 051 fv3_ccpp_gocart_clm results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gocart_clm +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gocart_clm +Checking test 049 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2952,14 +2824,14 @@ Checking test 051 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 62.135236 +The total amount of wall time = 74.888411 -Test 051 fv3_ccpp_gocart_clm PASS +Test 049 fv3_gocart_clm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_flake_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_flake_prod -Checking test 052 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_flake +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_flake +Checking test 050 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3023,14 +2895,14 @@ Checking test 052 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 107.629309 +The total amount of wall time = 108.056367 -Test 052 fv3_ccpp_gfs_v16_flake PASS +Test 050 fv3_gfs_v16_flake PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/HAFS_v0_HWRF_thompson +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_HAFS_v0_hwrf_thompson +Checking test 051 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3094,14 +2966,14 @@ Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 164.015162 +The total amount of wall time = 162.081794 -Test 053 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 051 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/ESG_HAFS_v0_HWRF_thompson +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 052 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -3115,14 +2987,14 @@ Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 302.932211 +The total amount of wall time = 310.890732 -Test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 052 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 055 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1 +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfsv16_ugwpv1 +Checking test 053 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3180,14 +3052,14 @@ Checking test 055 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 194.444169 +The total amount of wall time = 195.252734 -Test 055 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 053 fv3_gfsv16_ugwpv1 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1_warmstart +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfsv16_ugwpv1_warmstart +Checking test 054 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3245,14 +3117,14 @@ Checking test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 195.929873 +The total amount of wall time = 194.353683 -Test 056 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS +Test 054 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_ras +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_ras +Checking test 055 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3265,95 +3137,24 @@ Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... 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 - -The total amount of wall time = 211.227814 - -Test 057 fv3_ccpp_gfs_v15p2_debug PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_debug_prod -Checking test 058 fv3_ccpp_gfs_v16_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 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 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 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 @@ -3387,14 +3188,14 @@ Checking test 058 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 160.810025 +The total amount of wall time = 106.979316 -Test 058 fv3_ccpp_gfs_v16_debug PASS +Test 055 fv3_gfs_v16_ras PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_debug +Checking test 056 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3458,14 +3259,14 @@ Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 340.970998 +The total amount of wall time = 273.199908 -Test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 056 fv3_gfs_v16_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 060 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_RRTMGP_debug +Checking test 057 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3529,28 +3330,28 @@ Checking test 060 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 345.350881 +The total amount of wall time = 345.996862 -Test 060 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 057 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_control_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_regional_control_debug_prod -Checking test 061 fv3_ccpp_regional_control_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_control_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_regional_control_debug +Checking test 058 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 352.143900 +The total amount of wall time = 352.411304 -Test 061 fv3_ccpp_regional_control_debug PASS +Test 058 fv3_regional_control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_control_debug_prod -Checking test 062 fv3_ccpp_control_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_control_debug +Checking test 059 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3576,14 +3377,14 @@ Checking test 062 fv3_ccpp_control_debug results .... Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -The total amount of wall time = 123.705091 +The total amount of wall time = 125.747340 -Test 062 fv3_ccpp_control_debug PASS +Test 059 fv3_control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_stretched_nest_debug_prod -Checking test 063 fv3_ccpp_stretched_nest_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched_nest_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_stretched_nest_debug +Checking test 060 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3599,14 +3400,14 @@ Checking test 063 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -The total amount of wall time = 408.457853 +The total amount of wall time = 416.173778 -Test 063 fv3_ccpp_stretched_nest_debug PASS +Test 060 fv3_stretched_nest_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gsd_debug_prod -Checking test 064 fv3_ccpp_gsd_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gsd_debug +Checking test 061 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3670,14 +3471,14 @@ Checking test 064 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 195.513868 +The total amount of wall time = 190.898269 -Test 064 fv3_ccpp_gsd_debug PASS +Test 061 fv3_gsd_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 065 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd_diag3d_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gsd_diag3d_debug +Checking test 062 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3741,14 +3542,14 @@ Checking test 065 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 218.308053 +The total amount of wall time = 219.539985 -Test 065 fv3_ccpp_gsd_diag3d_debug PASS +Test 062 fv3_gsd_diag3d_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_thompson_debug_prod -Checking test 066 fv3_ccpp_thompson_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_thompson_debug +Checking test 063 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3812,14 +3613,14 @@ Checking test 066 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 319.711603 +The total amount of wall time = 322.430712 -Test 066 fv3_ccpp_thompson_debug PASS +Test 063 fv3_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 067 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_thompson_no_aero_debug +Checking test 064 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3883,14 +3684,14 @@ Checking test 067 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 312.289370 +The total amount of wall time = 310.043778 -Test 067 fv3_ccpp_thompson_no_aero_debug PASS +Test 064 fv3_thompson_no_aero_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 068 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_rrfs_v1beta_debug +Checking test 065 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3954,14 +3755,14 @@ Checking test 068 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 185.020312 +The total amount of wall time = 184.672766 -Test 068 fv3_ccpp_rrfs_v1beta_debug PASS +Test 065 fv3_rrfs_v1beta_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/HAFS_v0_HWRF_thompson_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 066 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4025,14 +3826,14 @@ Checking test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 187.193484 +The total amount of wall time = 188.388149 -Test 069 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 066 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 067 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -4046,14 +3847,14 @@ Checking test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 347.292230 +The total amount of wall time = 351.228894 -Test 070 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 067 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_6637/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 071 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfsv16_ugwpv1_debug +Checking test 068 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -4111,11 +3912,82 @@ Checking test 071 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 536.280986 +The total amount of wall time = 545.514585 + +Test 068 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_ras_debug +working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_18366/fv3_gfs_v16_ras_debug +Checking test 069 fv3_gfs_v16_ras_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 + +The total amount of wall time = 308.099375 -Test 071 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 069 fv3_gfs_v16_ras_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 05:29:32 UTC 2021 -Elapsed time: 00h:42m:37s. Have a nice day! +Wed Mar 31 15:52:12 UTC 2021 +Elapsed time: 00h:43m:37s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index dfd5eac42a..18b6e5dee3 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,10 +1,30 @@ -Thu Mar 11 12:43:52 UTC 2021 +Wed Mar 31 17:35:50 UTC 2021 Start Regression test - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_control_prod -Checking test 001 fv3_ccpp_control results .... +Compile 001 elapsed time 1547 seconds. APP=ATM SUITES=FV3_GFS_2017 +Compile 002 elapsed time 2122 seconds. APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp +Compile 003 elapsed time 1530 seconds. APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +Compile 004 elapsed time 1756 seconds. APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +Compile 005 elapsed time 1759 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y +Compile 006 elapsed time 1774 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +Compile 007 elapsed time 2095 seconds. APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq +Compile 008 elapsed time 2410 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y +Compile 009 elapsed time 1787 seconds. APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 010 elapsed time 1950 seconds. APP=ATM SUITES=FV3_GFS_v16_csawmg +Compile 011 elapsed time 1808 seconds. APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +Compile 012 elapsed time 1956 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras +Compile 013 elapsed time 409 seconds. APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP +Compile 014 elapsed time 459 seconds. APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y +Compile 015 elapsed time 418 seconds. APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y +Compile 016 elapsed time 2785 seconds. APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 017 elapsed time 2802 seconds. APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 018 elapsed time 711 seconds. APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled +Compile 019 elapsed time 1378 seconds. APP=DATM_NEMS +Compile 020 elapsed time 464 seconds. APP=DATM_NEMS DEBUG=Y + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_control +Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -68,14 +88,14 @@ Checking test 001 fv3_ccpp_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 50.000170 +[0] The total amount of wall time = 50.886569 -Test 001 fv3_ccpp_control PASS +Test 001 fv3_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_decomp_prod -Checking test 002 fv3_ccpp_decomp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_decomp +Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -139,14 +159,14 @@ Checking test 002 fv3_ccpp_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 51.097902 +[0] The total amount of wall time = 49.847297 -Test 002 fv3_ccpp_decomp PASS +Test 002 fv3_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_2threads_prod -Checking test 003 fv3_ccpp_2threads results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_2threads +Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -210,14 +230,14 @@ Checking test 003 fv3_ccpp_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 57.265643 +[0] The total amount of wall time = 40.753802 -Test 003 fv3_ccpp_2threads PASS +Test 003 fv3_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_restart_prod -Checking test 004 fv3_ccpp_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_restart +Checking test 004 fv3_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -263,14 +283,14 @@ Checking test 004 fv3_ccpp_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 24.979591 +[0] The total amount of wall time = 24.500906 -Test 004 fv3_ccpp_restart PASS +Test 004 fv3_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_read_inc_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_read_inc_prod -Checking test 005 fv3_ccpp_read_inc results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_read_inc +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_read_inc +Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -334,14 +354,14 @@ Checking test 005 fv3_ccpp_read_inc results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 46.771580 +[0] The total amount of wall time = 46.255642 -Test 005 fv3_ccpp_read_inc PASS +Test 005 fv3_read_inc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGauss_netcdf_esmf_prod -Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGauss_netcdf_esmf +Checking test 006 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -385,14 +405,14 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 159.555015 +[0] The total amount of wall time = 156.774753 -Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS +Test 006 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGauss_netcdf_prod -Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGauss_netcdf +Checking test 007 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -436,14 +456,14 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 46.127614 +[0] The total amount of wall time = 45.637495 -Test 007 fv3_ccpp_wrtGauss_netcdf PASS +Test 007 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGauss_netcdf_parallel_prod -Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGauss_netcdf_parallel +Checking test 008 fv3_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -451,9 +471,9 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -487,14 +507,14 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 63.457525 +[0] The total amount of wall time = 61.354191 -Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS +Test 008 fv3_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGlatlon_netcdf_prod -Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGlatlon_netcdf +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGlatlon_netcdf +Checking test 009 fv3_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -538,14 +558,14 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 46.293530 +[0] The total amount of wall time = 45.541505 -Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS +Test 009 fv3_wrtGlatlon_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGauss_nemsio_prod -Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_nemsio +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGauss_nemsio +Checking test 010 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -589,14 +609,14 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 45.453937 +[0] The total amount of wall time = 45.400581 -Test 010 fv3_ccpp_wrtGauss_nemsio PASS +Test 010 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_wrtGauss_nemsio_c192_prod -Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_wrtGauss_nemsio_c192 +Checking test 011 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -640,14 +660,14 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 124.632387 +[0] The total amount of wall time = 124.129088 -Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS +Test 011 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_stochy_prod -Checking test 012 fv3_ccpp_stochy results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stochy +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_stochy +Checking test 012 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -711,14 +731,14 @@ Checking test 012 fv3_ccpp_stochy results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 52.838354 +[0] The total amount of wall time = 51.963959 -Test 012 fv3_ccpp_stochy PASS +Test 012 fv3_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ca_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_ca_prod -Checking test 013 fv3_ccpp_ca results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_ca +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_ca +Checking test 013 fv3_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -782,14 +802,14 @@ Checking test 013 fv3_ccpp_ca results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 35.998466 +[0] The total amount of wall time = 34.204269 -Test 013 fv3_ccpp_ca PASS +Test 013 fv3_ca PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_lndp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_lndp_prod -Checking test 014 fv3_ccpp_lndp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_lndp +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_lndp +Checking test 014 fv3_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -853,14 +873,14 @@ Checking test 014 fv3_ccpp_lndp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 54.520516 +[0] The total amount of wall time = 53.478467 -Test 014 fv3_ccpp_lndp PASS +Test 014 fv3_lndp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_iau_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_iau_prod -Checking test 015 fv3_ccpp_iau results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_iau +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -924,14 +944,14 @@ Checking test 015 fv3_ccpp_iau results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 46.818870 +[0] The total amount of wall time = 44.995479 -Test 015 fv3_ccpp_iau PASS +Test 015 fv3_iau PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_lheatstrg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_lheatstrg_prod -Checking test 016 fv3_ccpp_lheatstrg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_lheatstrg +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_lheatstrg +Checking test 016 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -975,14 +995,14 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 45.389247 +[0] The total amount of wall time = 45.461730 -Test 016 fv3_ccpp_lheatstrg PASS +Test 016 fv3_lheatstrg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmprad_prod -Checking test 017 fv3_ccpp_gfdlmprad results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmprad +Checking test 017 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1027,14 +1047,14 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -[0] The total amount of wall time = 688.389811 +[0] The total amount of wall time = 681.658457 -Test 017 fv3_ccpp_gfdlmprad PASS +Test 017 fv3_gfdlmprad PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_atmwav_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmprad_atmwav_prod -Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_atmwav +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmprad_atmwav +Checking test 018 fv3_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1079,14 +1099,14 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -[0] The total amount of wall time = 863.289072 +[0] The total amount of wall time = 857.019497 -Test 018 fv3_ccpp_gfdlmprad_atmwav PASS +Test 018 fv3_gfdlmprad_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_multigases_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_multigases_prod -Checking test 019 fv3_ccpp_multigases results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_multigases_repro +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_multigases_repro +Checking test 019 fv3_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1156,14 +1176,14 @@ Checking test 019 fv3_ccpp_multigases results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 95.093989 +[0] The total amount of wall time = 114.975211 -Test 019 fv3_ccpp_multigases PASS +Test 019 fv3_multigases PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_control_32bit_prod -Checking test 020 fv3_ccpp_control_32bit results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control_32bit +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_control_32bit +Checking test 020 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1227,14 +1247,14 @@ Checking test 020 fv3_ccpp_control_32bit results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 45.894044 +[0] The total amount of wall time = 44.993035 -Test 020 fv3_ccpp_control_32bit PASS +Test 020 fv3_control_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_stretched_prod -Checking test 021 fv3_ccpp_stretched results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_stretched +Checking test 021 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1286,14 +1306,14 @@ Checking test 021 fv3_ccpp_stretched results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 329.459552 +[0] The total amount of wall time = 326.626778 -Test 021 fv3_ccpp_stretched PASS +Test 021 fv3_stretched PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_stretched_nest_prod -Checking test 022 fv3_ccpp_stretched_nest results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched_nest +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_stretched_nest +Checking test 022 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1356,40 +1376,40 @@ Checking test 022 fv3_ccpp_stretched_nest results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -[0] The total amount of wall time = 350.140527 +[0] The total amount of wall time = 349.373756 -Test 022 fv3_ccpp_stretched_nest PASS +Test 022 fv3_stretched_nest PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_control_prod -Checking test 023 fv3_ccpp_regional_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_control +Checking test 023 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 717.689783 +[0] The total amount of wall time = 713.661027 -Test 023 fv3_ccpp_regional_control PASS +Test 023 fv3_regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_restart_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_restart_prod -Checking test 024 fv3_ccpp_regional_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_restart +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_restart +Checking test 024 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -[0] The total amount of wall time = 404.142382 +[0] The total amount of wall time = 402.801069 -Test 024 fv3_ccpp_regional_restart PASS +Test 024 fv3_regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_quilt_prod -Checking test 025 fv3_ccpp_regional_quilt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_quilt +Checking test 025 fv3_regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1399,14 +1419,14 @@ Checking test 025 fv3_ccpp_regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 744.220594 +[0] The total amount of wall time = 729.138879 -Test 025 fv3_ccpp_regional_quilt PASS +Test 025 fv3_regional_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_hafs_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_quilt_hafs_prod -Checking test 026 fv3_ccpp_regional_quilt_hafs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt_hafs +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_quilt_hafs +Checking test 026 fv3_regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1414,28 +1434,28 @@ Checking test 026 fv3_ccpp_regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 738.350026 +[0] The total amount of wall time = 728.293123 -Test 026 fv3_ccpp_regional_quilt_hafs PASS +Test 026 fv3_regional_quilt_hafs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_quilt_netcdf_parallel_prod -Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_quilt_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_quilt_netcdf_parallel +Checking test 027 fv3_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -[0] The total amount of wall time = 745.083792 +[0] The total amount of wall time = 733.440218 -Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS +Test 027 fv3_regional_quilt_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmp_prod -Checking test 028 fv3_ccpp_gfdlmp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmp +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmp +Checking test 028 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1479,14 +1499,14 @@ Checking test 028 fv3_ccpp_gfdlmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 52.156173 +[0] The total amount of wall time = 51.898899 -Test 028 fv3_ccpp_gfdlmp PASS +Test 028 fv3_gfdlmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmprad_gwd_prod -Checking test 029 fv3_ccpp_gfdlmprad_gwd results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_gwd +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmprad_gwd +Checking test 029 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1530,14 +1550,14 @@ Checking test 029 fv3_ccpp_gfdlmprad_gwd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 52.424551 +[0] The total amount of wall time = 52.417408 -Test 029 fv3_ccpp_gfdlmprad_gwd PASS +Test 029 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmprad_noahmp_prod -Checking test 030 fv3_ccpp_gfdlmprad_noahmp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_noahmp +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmprad_noahmp +Checking test 030 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1581,14 +1601,14 @@ Checking test 030 fv3_ccpp_gfdlmprad_noahmp results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 52.974471 +[0] The total amount of wall time = 52.432589 -Test 030 fv3_ccpp_gfdlmprad_noahmp PASS +Test 030 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_csawmg_prod -Checking test 031 fv3_ccpp_csawmg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_csawmg +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_csawmg +Checking test 031 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1632,14 +1652,14 @@ Checking test 031 fv3_ccpp_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 133.808065 +[0] The total amount of wall time = 129.645788 -Test 031 fv3_ccpp_csawmg PASS +Test 031 fv3_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_satmedmf_prod -Checking test 032 fv3_ccpp_satmedmf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_satmedmf +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_satmedmf +Checking test 032 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1683,14 +1703,14 @@ Checking test 032 fv3_ccpp_satmedmf results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 56.301546 +[0] The total amount of wall time = 56.205239 -Test 032 fv3_ccpp_satmedmf PASS +Test 032 fv3_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_satmedmfq_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_satmedmfq_prod -Checking test 033 fv3_ccpp_satmedmfq results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_satmedmfq +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_satmedmfq +Checking test 033 fv3_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1734,14 +1754,14 @@ Checking test 033 fv3_ccpp_satmedmfq results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 56.742917 +[0] The total amount of wall time = 56.229628 -Test 033 fv3_ccpp_satmedmfq PASS +Test 033 fv3_satmedmfq PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmp_32bit_prod -Checking test 034 fv3_ccpp_gfdlmp_32bit results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmp_32bit +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmp_32bit +Checking test 034 fv3_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1785,14 +1805,14 @@ Checking test 034 fv3_ccpp_gfdlmp_32bit results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 45.651129 +[0] The total amount of wall time = 44.569879 -Test 034 fv3_ccpp_gfdlmp_32bit PASS +Test 034 fv3_gfdlmp_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfdlmprad_32bit_post_prod -Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfdlmprad_32bit_post +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfdlmprad_32bit_post +Checking test 035 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1840,14 +1860,14 @@ Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 91.317348 +[0] The total amount of wall time = 91.422899 -Test 035 fv3_ccpp_gfdlmprad_32bit_post PASS +Test 035 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_cpt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_cpt_prod -Checking test 036 fv3_ccpp_cpt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_cpt +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_cpt +Checking test 036 fv3_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1897,14 +1917,14 @@ Checking test 036 fv3_ccpp_cpt results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 310.414524 +[0] The total amount of wall time = 307.975439 -Test 036 fv3_ccpp_cpt PASS +Test 036 fv3_cpt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gsd_prod -Checking test 037 fv3_ccpp_gsd results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gsd +Checking test 037 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1992,14 +2012,14 @@ Checking test 037 fv3_ccpp_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 211.530788 +[0] The total amount of wall time = 198.299288 -Test 037 fv3_ccpp_gsd PASS +Test 037 fv3_gsd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rap_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_rap_prod -Checking test 038 fv3_ccpp_rap results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rap +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_rap +Checking test 038 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2063,14 +2083,14 @@ Checking test 038 fv3_ccpp_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 105.992854 +[0] The total amount of wall time = 102.028271 -Test 038 fv3_ccpp_rap PASS +Test 038 fv3_rap PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_hrrr_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_hrrr_prod -Checking test 039 fv3_ccpp_hrrr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_hrrr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_hrrr +Checking test 039 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2134,14 +2154,14 @@ Checking test 039 fv3_ccpp_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 114.010924 +[0] The total amount of wall time = 100.218828 -Test 039 fv3_ccpp_hrrr PASS +Test 039 fv3_hrrr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_thompson_prod -Checking test 040 fv3_ccpp_thompson results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_thompson +Checking test 040 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2205,14 +2225,14 @@ Checking test 040 fv3_ccpp_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 100.649879 +[0] The total amount of wall time = 93.019663 -Test 040 fv3_ccpp_thompson PASS +Test 040 fv3_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_no_aero_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_thompson_no_aero_prod -Checking test 041 fv3_ccpp_thompson_no_aero results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_thompson_no_aero +Checking test 041 fv3_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2276,14 +2296,14 @@ Checking test 041 fv3_ccpp_thompson_no_aero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 95.745164 +[0] The total amount of wall time = 92.931548 -Test 041 fv3_ccpp_thompson_no_aero PASS +Test 041 fv3_thompson_no_aero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_rrfs_v1beta_prod -Checking test 042 fv3_ccpp_rrfs_v1beta results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_rrfs_v1beta +Checking test 042 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2347,85 +2367,14 @@ Checking test 042 fv3_ccpp_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 114.983398 +[0] The total amount of wall time = 102.224719 -Test 042 fv3_ccpp_rrfs_v1beta PASS +Test 042 fv3_rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v15p2_prod -Checking test 043 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 - -[0] The total amount of wall time = 102.924483 - -Test 043 fv3_ccpp_gfs_v15p2 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_prod -Checking test 044 fv3_ccpp_gfs_v16 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16 +Checking test 043 fv3_gfs_v16 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2501,14 +2450,14 @@ Checking test 044 fv3_ccpp_gfs_v16 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 123.114748 +[0] The total amount of wall time = 154.427475 -Test 044 fv3_ccpp_gfs_v16 PASS +Test 043 fv3_gfs_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_restart_prod -Checking test 045 fv3_ccpp_gfs_v16_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_restart +Checking test 044 fv3_gfs_v16_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -2554,14 +2503,14 @@ Checking test 045 fv3_ccpp_gfs_v16_restart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 66.410819 +[0] The total amount of wall time = 93.022025 -Test 045 fv3_ccpp_gfs_v16_restart PASS +Test 044 fv3_gfs_v16_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_stochy_prod -Checking test 046 fv3_ccpp_gfs_v16_stochy results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_stochy +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_stochy +Checking test 045 fv3_gfs_v16_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2625,85 +2574,14 @@ Checking test 046 fv3_ccpp_gfs_v16_stochy results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 59.505791 - -Test 046 fv3_ccpp_gfs_v16_stochy PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v15p2_RRTMGP_prod -Checking test 047 fv3_ccpp_gfs_v15p2_RRTMGP 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 - -[0] The total amount of wall time = 175.455496 +[0] The total amount of wall time = 59.607556 -Test 047 fv3_ccpp_gfs_v15p2_RRTMGP PASS +Test 045 fv3_gfs_v16_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_RRTMGP_prod -Checking test 048 fv3_ccpp_gfs_v16_RRTMGP results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_RRTMGP +Checking test 046 fv3_gfs_v16_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2767,14 +2645,14 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 177.711389 +[0] The total amount of wall time = 186.706261 -Test 048 fv3_ccpp_gfs_v16_RRTMGP PASS +Test 046 fv3_gfs_v16_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod -Checking test 049 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP_c192L127 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_RRTMGP_c192L127 +Checking test 047 fv3_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -2832,14 +2710,14 @@ Checking test 049 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 755.594948 +[0] The total amount of wall time = 756.053843 -Test 049 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS +Test 047 fv3_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_RRTMGP_2thrd_prod -Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_RRTMGP_2thrd +Checking test 048 fv3_gfs_v16_RRTMGP_2thrd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2903,14 +2781,14 @@ Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_2thrd results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 217.138449 +[0] The total amount of wall time = 173.523644 -Test 050 fv3_ccpp_gfs_v16_RRTMGP_2thrd PASS +Test 048 fv3_gfs_v16_RRTMGP_2thrd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfsv16_csawmg_prod -Checking test 051 fv3_ccpp_gfsv16_csawmg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_csawmg +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfsv16_csawmg +Checking test 049 fv3_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2954,14 +2832,14 @@ Checking test 051 fv3_ccpp_gfsv16_csawmg results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 144.831219 +[0] The total amount of wall time = 138.303914 -Test 051 fv3_ccpp_gfsv16_csawmg PASS +Test 049 fv3_gfsv16_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfsv16_csawmgt_prod -Checking test 052 fv3_ccpp_gfsv16_csawmgt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_csawmgt +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfsv16_csawmgt +Checking test 050 fv3_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3005,14 +2883,14 @@ Checking test 052 fv3_ccpp_gfsv16_csawmgt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 141.054719 +[0] The total amount of wall time = 136.317623 -Test 052 fv3_ccpp_gfsv16_csawmgt PASS +Test 050 fv3_gfsv16_csawmgt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gocart_clm_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gocart_clm_prod -Checking test 053 fv3_ccpp_gocart_clm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gocart_clm +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gocart_clm +Checking test 051 fv3_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3056,14 +2934,14 @@ Checking test 053 fv3_ccpp_gocart_clm results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 57.824693 +[0] The total amount of wall time = 57.437511 -Test 053 fv3_ccpp_gocart_clm PASS +Test 051 fv3_gocart_clm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_flake_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_flake_prod -Checking test 054 fv3_ccpp_gfs_v16_flake results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_flake +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_flake +Checking test 052 fv3_gfs_v16_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3127,14 +3005,14 @@ Checking test 054 fv3_ccpp_gfs_v16_flake results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 105.127894 +[0] The total amount of wall time = 112.964082 -Test 054 fv3_ccpp_gfs_v16_flake PASS +Test 052 fv3_gfs_v16_flake PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_HAFS_v0_hwrf_thompson_prod -Checking test 055 fv3_ccpp_HAFS_v0_hwrf_thompson results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/HAFS_v0_HWRF_thompson +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_HAFS_v0_hwrf_thompson +Checking test 053 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3198,14 +3076,14 @@ Checking test 055 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 172.897523 +[0] The total amount of wall time = 171.727905 -Test 055 fv3_ccpp_HAFS_v0_hwrf_thompson PASS +Test 053 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod -Checking test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/ESG_HAFS_v0_HWRF_thompson +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 054 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -3219,14 +3097,14 @@ Checking test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -[0] The total amount of wall time = 316.577311 +[0] The total amount of wall time = 318.403746 -Test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS +Test 054 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfsv16_ugwpv1_prod -Checking test 057 fv3_ccpp_gfsv16_ugwpv1 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfsv16_ugwpv1 +Checking test 055 fv3_gfsv16_ugwpv1 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3284,14 +3162,14 @@ Checking test 057 fv3_ccpp_gfsv16_ugwpv1 results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 196.784152 +[0] The total amount of wall time = 197.915338 -Test 057 fv3_ccpp_gfsv16_ugwpv1 PASS +Test 055 fv3_gfsv16_ugwpv1 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_warmstart_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfsv16_ugwpv1_warmstart_prod -Checking test 058 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1_warmstart +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfsv16_ugwpv1_warmstart +Checking test 056 fv3_gfsv16_ugwpv1_warmstart results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3349,85 +3227,14 @@ Checking test 058 fv3_ccpp_gfsv16_ugwpv1_warmstart results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 198.342424 - -Test 058 fv3_ccpp_gfsv16_ugwpv1_warmstart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v15p2_debug_prod -Checking test 059 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 - -[0] The total amount of wall time = 260.812957 +[0] The total amount of wall time = 197.672015 -Test 059 fv3_ccpp_gfs_v15p2_debug PASS +Test 056 fv3_gfsv16_ugwpv1_warmstart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_debug_prod -Checking test 060 fv3_ccpp_gfs_v16_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_ras +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_ras +Checking test 057 fv3_gfs_v16_ras results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3440,24 +3247,24 @@ Checking test 060 fv3_ccpp_gfs_v16_debug results .... 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 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 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 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 @@ -3491,14 +3298,14 @@ Checking test 060 fv3_ccpp_gfs_v16_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 203.453649 +[0] The total amount of wall time = 108.419510 -Test 060 fv3_ccpp_gfs_v16_debug PASS +Test 057 fv3_gfs_v16_ras PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod -Checking test 061 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_debug +Checking test 058 fv3_gfs_v16_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3562,14 +3369,14 @@ Checking test 061 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 408.215896 +[0] The total amount of wall time = 293.910301 -Test 061 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS +Test 058 fv3_gfs_v16_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gfs_v16_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfs_v16_RRTMGP_debug_prod -Checking test 062 fv3_ccpp_gfs_v16_RRTMGP_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_RRTMGP_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_RRTMGP_debug +Checking test 059 fv3_gfs_v16_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3633,28 +3440,28 @@ Checking test 062 fv3_ccpp_gfs_v16_RRTMGP_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 415.075965 +[0] The total amount of wall time = 425.870568 -Test 062 fv3_ccpp_gfs_v16_RRTMGP_debug PASS +Test 059 fv3_gfs_v16_RRTMGP_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_regional_control_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_regional_control_debug_prod -Checking test 063 fv3_ccpp_regional_control_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_regional_control_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_regional_control_debug +Checking test 060 fv3_regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 396.587708 +[0] The total amount of wall time = 399.526326 -Test 063 fv3_ccpp_regional_control_debug PASS +Test 060 fv3_regional_control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_control_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_control_debug_prod -Checking test 064 fv3_ccpp_control_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_control_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_control_debug +Checking test 061 fv3_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -3680,14 +3487,14 @@ Checking test 064 fv3_ccpp_control_debug results .... Comparing dynf006.tile5.nc .........OK Comparing dynf006.tile6.nc .........OK -[0] The total amount of wall time = 159.248223 +[0] The total amount of wall time = 161.989285 -Test 064 fv3_ccpp_control_debug PASS +Test 061 fv3_control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_stretched_nest_debug_prod -Checking test 065 fv3_ccpp_stretched_nest_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_stretched_nest_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_stretched_nest_debug +Checking test 062 fv3_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK Comparing fv3_history2d.tile2.nc .........OK @@ -3703,14 +3510,14 @@ Checking test 065 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history.tile5.nc .........OK Comparing fv3_history.tile6.nc .........OK -[0] The total amount of wall time = 468.753468 +[0] The total amount of wall time = 473.275396 -Test 065 fv3_ccpp_stretched_nest_debug PASS +Test 062 fv3_stretched_nest_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gsd_debug_prod -Checking test 066 fv3_ccpp_gsd_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gsd_debug +Checking test 063 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3774,14 +3581,14 @@ Checking test 066 fv3_ccpp_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 233.574323 +[0] The total amount of wall time = 237.808340 -Test 066 fv3_ccpp_gsd_debug PASS +Test 063 fv3_gsd_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gsd_diag3d_debug_prod -Checking test 067 fv3_ccpp_gsd_diag3d_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gsd_diag3d_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gsd_diag3d_debug +Checking test 064 fv3_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3845,14 +3652,14 @@ Checking test 067 fv3_ccpp_gsd_diag3d_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 310.247818 +[0] The total amount of wall time = 301.732540 -Test 067 fv3_ccpp_gsd_diag3d_debug PASS +Test 064 fv3_gsd_diag3d_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_thompson_debug_prod -Checking test 068 fv3_ccpp_thompson_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_thompson_debug +Checking test 065 fv3_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3916,14 +3723,14 @@ Checking test 068 fv3_ccpp_thompson_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 389.044991 +[0] The total amount of wall time = 393.868422 -Test 068 fv3_ccpp_thompson_debug PASS +Test 065 fv3_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_thompson_no_aero_debug_prod -Checking test 069 fv3_ccpp_thompson_no_aero_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_thompson_no_aero_debug +Checking test 066 fv3_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -3987,14 +3794,14 @@ Checking test 069 fv3_ccpp_thompson_no_aero_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 375.390396 +[0] The total amount of wall time = 380.041442 -Test 069 fv3_ccpp_thompson_no_aero_debug PASS +Test 066 fv3_thompson_no_aero_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_rrfs_v1beta_debug_prod -Checking test 070 fv3_ccpp_rrfs_v1beta_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_rrfs_v1beta_debug +Checking test 067 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4058,14 +3865,14 @@ Checking test 070 fv3_ccpp_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 226.270819 +[0] The total amount of wall time = 230.365979 -Test 070 fv3_ccpp_rrfs_v1beta_debug PASS +Test 067 fv3_rrfs_v1beta_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod -Checking test 071 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/HAFS_v0_HWRF_thompson_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 068 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -4129,14 +3936,14 @@ Checking test 071 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 237.685875 +[0] The total amount of wall time = 237.717509 -Test 071 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS +Test 068 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod -Checking test 072 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 069 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -4150,14 +3957,14 @@ Checking test 072 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -[0] The total amount of wall time = 428.502973 +[0] The total amount of wall time = 432.398169 -Test 072 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 069 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/fv3_ccpp_gfsv16_ugwpv1_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/fv3_ccpp_gfsv16_ugwpv1_debug_prod -Checking test 073 fv3_ccpp_gfsv16_ugwpv1_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfsv16_ugwpv1_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfsv16_ugwpv1_debug +Checking test 070 fv3_gfsv16_ugwpv1_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -4215,14 +4022,85 @@ Checking test 073 fv3_ccpp_gfsv16_ugwpv1_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 646.136006 +[0] The total amount of wall time = 654.926214 + +Test 070 fv3_gfsv16_ugwpv1_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/fv3_gfs_v16_ras_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/fv3_gfs_v16_ras_debug +Checking test 071 fv3_gfs_v16_ras_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 + +[0] The total amount of wall time = 375.283921 -Test 073 fv3_ccpp_gfsv16_ugwpv1_debug PASS +Test 071 fv3_gfs_v16_ras_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_control_prod -Checking test 074 cpld_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_control +Checking test 072 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4271,14 +4149,14 @@ Checking test 074 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 107.117170 +[0] The total amount of wall time = 111.773495 -Test 074 cpld_control PASS +Test 072 cpld_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_prod -Checking test 075 cpld_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart +Checking test 073 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4327,14 +4205,14 @@ Checking test 075 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 69.502819 +[0] The total amount of wall time = 67.509351 -Test 075 cpld_restart PASS +Test 073 cpld_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_controlfrac_prod -Checking test 076 cpld_controlfrac results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_controlfrac +Checking test 074 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4383,14 +4261,14 @@ Checking test 076 cpld_controlfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 106.704952 +[0] The total amount of wall time = 112.406444 -Test 076 cpld_controlfrac PASS +Test 074 cpld_controlfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restartfrac_prod -Checking test 077 cpld_restartfrac results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restartfrac +Checking test 075 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4439,14 +4317,14 @@ Checking test 077 cpld_restartfrac results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 68.847018 +[0] The total amount of wall time = 69.440220 -Test 077 cpld_restartfrac PASS +Test 075 cpld_restartfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_2threads_prod -Checking test 078 cpld_2threads results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_2threads +Checking test 076 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4495,14 +4373,14 @@ Checking test 078 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 106.323879 +[0] The total amount of wall time = 102.622127 -Test 078 cpld_2threads PASS +Test 076 cpld_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_decomp_prod -Checking test 079 cpld_decomp results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_decomp +Checking test 077 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4551,14 +4429,14 @@ Checking test 079 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 106.069216 +[0] The total amount of wall time = 110.979282 -Test 079 cpld_decomp PASS +Test 077 cpld_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_satmedmf_prod -Checking test 080 cpld_satmedmf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_satmedmf +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_satmedmf +Checking test 078 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4607,14 +4485,14 @@ Checking test 080 cpld_satmedmf results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 106.779691 +[0] The total amount of wall time = 109.093347 -Test 080 cpld_satmedmf PASS +Test 078 cpld_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_ca_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_ca_prod -Checking test 081 cpld_ca results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_ca +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_ca +Checking test 079 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4663,14 +4541,14 @@ Checking test 081 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 106.013338 +[0] The total amount of wall time = 109.395131 -Test 081 cpld_ca PASS +Test 079 cpld_ca PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_control_c192_prod -Checking test 082 cpld_control_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control_c192 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_control_c192 +Checking test 080 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4719,14 +4597,14 @@ Checking test 082 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 434.649806 +[0] The total amount of wall time = 426.299874 -Test 082 cpld_control_c192 PASS +Test 080 cpld_control_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_c192_prod -Checking test 083 cpld_restart_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control_c192 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart_c192 +Checking test 081 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4775,14 +4653,14 @@ Checking test 083 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 320.864397 +[0] The total amount of wall time = 319.935613 -Test 083 cpld_restart_c192 PASS +Test 081 cpld_restart_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_controlfrac_c192_prod -Checking test 084 cpld_controlfrac_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac_c192 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_controlfrac_c192 +Checking test 082 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4831,14 +4709,14 @@ Checking test 084 cpld_controlfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 432.138958 +[0] The total amount of wall time = 433.879550 -Test 084 cpld_controlfrac_c192 PASS +Test 082 cpld_controlfrac_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restartfrac_c192_prod -Checking test 085 cpld_restartfrac_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac_c192 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restartfrac_c192 +Checking test 083 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK Comparing phyf048.tile3.nc .........OK @@ -4887,14 +4765,14 @@ Checking test 085 cpld_restartfrac_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 321.198145 +[0] The total amount of wall time = 316.634424 -Test 085 cpld_restartfrac_c192 PASS +Test 083 cpld_restartfrac_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_control_c384_prod -Checking test 086 cpld_control_c384 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control_c384 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_control_c384 +Checking test 084 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -4946,14 +4824,14 @@ Checking test 086 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 1493.630548 +[0] The total amount of wall time = 1493.872039 -Test 086 cpld_control_c384 PASS +Test 084 cpld_control_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_c384_prod -Checking test 087 cpld_restart_c384 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control_c384 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart_c384 +Checking test 085 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5005,14 +4883,14 @@ Checking test 087 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 815.327118 +[0] The total amount of wall time = 819.043053 -Test 087 cpld_restart_c384 PASS +Test 085 cpld_restart_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_controlfrac_c384_prod -Checking test 088 cpld_controlfrac_c384 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac_c384 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_controlfrac_c384 +Checking test 086 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5064,14 +4942,14 @@ Checking test 088 cpld_controlfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 1491.213978 +[0] The total amount of wall time = 1484.578394 -Test 088 cpld_controlfrac_c384 PASS +Test 086 cpld_controlfrac_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restartfrac_c384_prod -Checking test 089 cpld_restartfrac_c384 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_controlfrac_c384 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restartfrac_c384 +Checking test 087 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5123,14 +5001,14 @@ Checking test 089 cpld_restartfrac_c384 results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 808.850546 +[0] The total amount of wall time = 810.785691 -Test 089 cpld_restartfrac_c384 PASS +Test 087 cpld_restartfrac_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmark_prod -Checking test 090 cpld_bmark results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmark +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmark +Checking test 088 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5182,14 +5060,14 @@ Checking test 090 cpld_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 906.600179 +[0] The total amount of wall time = 919.010797 -Test 090 cpld_bmark PASS +Test 088 cpld_bmark PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_bmark_prod -Checking test 091 cpld_restart_bmark results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmark +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart_bmark +Checking test 089 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5241,14 +5119,14 @@ Checking test 091 cpld_restart_bmark results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 529.414763 +[0] The total amount of wall time = 536.172410 -Test 091 cpld_restart_bmark PASS +Test 089 cpld_restart_bmark PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmarkfrac_prod -Checking test 092 cpld_bmarkfrac results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmarkfrac +Checking test 090 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5300,14 +5178,14 @@ Checking test 092 cpld_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 915.413046 +[0] The total amount of wall time = 902.952664 -Test 092 cpld_bmarkfrac PASS +Test 090 cpld_bmarkfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_bmarkfrac_prod -Checking test 093 cpld_restart_bmarkfrac results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart_bmarkfrac +Checking test 091 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5359,14 +5237,14 @@ Checking test 093 cpld_restart_bmarkfrac results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 532.294476 +[0] The total amount of wall time = 533.744717 -Test 093 cpld_restart_bmarkfrac PASS +Test 091 cpld_restart_bmarkfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmarkfrac_v16_prod -Checking test 094 cpld_bmarkfrac_v16 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac_v16 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmarkfrac_v16 +Checking test 092 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5418,14 +5296,14 @@ Checking test 094 cpld_bmarkfrac_v16 results .... Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -[0] The total amount of wall time = 1542.506602 +[0] The total amount of wall time = 1547.561815 -Test 094 cpld_bmarkfrac_v16 PASS +Test 092 cpld_bmarkfrac_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_restart_bmarkfrac_v16_prod -Checking test 095 cpld_restart_bmarkfrac_v16 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac_v16 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_restart_bmarkfrac_v16 +Checking test 093 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK Comparing phyf012.tile3.nc .........OK @@ -5477,14 +5355,14 @@ Checking test 095 cpld_restart_bmarkfrac_v16 results .... Comparing RESTART/iced.2013-04-01-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-43200.nc .........OK -[0] The total amount of wall time = 893.756381 +[0] The total amount of wall time = 914.706152 -Test 095 cpld_restart_bmarkfrac_v16 PASS +Test 093 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmark_wave_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmark_wave_prod -Checking test 096 cpld_bmark_wave results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmark_wave +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmark_wave +Checking test 094 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5539,14 +5417,14 @@ Checking test 096 cpld_bmark_wave results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 1590.409264 +[0] The total amount of wall time = 1565.508464 -Test 096 cpld_bmark_wave PASS +Test 094 cpld_bmark_wave PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_wave_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmarkfrac_wave_prod -Checking test 097 cpld_bmarkfrac_wave results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac_wave +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmarkfrac_wave +Checking test 095 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5601,14 +5479,14 @@ Checking test 097 cpld_bmarkfrac_wave results .... Comparing RESTART/iced.2013-04-02-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-02-00000.nc .........OK -[0] The total amount of wall time = 1566.712665 +[0] The total amount of wall time = 1570.858032 -Test 097 cpld_bmarkfrac_wave PASS +Test 095 cpld_bmarkfrac_wave PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_bmarkfrac_wave_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_bmarkfrac_wave_v16_prod -Checking test 098 cpld_bmarkfrac_wave_v16 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_bmarkfrac_wave_v16 +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_bmarkfrac_wave_v16 +Checking test 096 cpld_bmarkfrac_wave_v16 results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5662,14 +5540,14 @@ Checking test 098 cpld_bmarkfrac_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1067.448116 +[0] The total amount of wall time = 1059.869743 -Test 098 cpld_bmarkfrac_wave_v16 PASS +Test 096 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_control_wave_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_control_wave_prod -Checking test 099 cpld_control_wave results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_control_wave +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_control_wave +Checking test 097 cpld_control_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK Comparing phyf024.tile3.nc .........OK @@ -5721,14 +5599,14 @@ Checking test 099 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK -[0] The total amount of wall time = 867.812131 +[0] The total amount of wall time = 866.219809 -Test 099 cpld_control_wave PASS +Test 097 cpld_control_wave PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_debug_prod -Checking test 100 cpld_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_debug +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_debug +Checking test 098 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5777,14 +5655,14 @@ Checking test 100 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -[0] The total amount of wall time = 332.447456 +[0] The total amount of wall time = 336.755043 -Test 100 cpld_debug PASS +Test 098 cpld_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/cpld_debugfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/cpld_debugfrac_prod -Checking test 101 cpld_debugfrac results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/cpld_debugfrac +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/cpld_debugfrac +Checking test 099 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -5833,74 +5711,74 @@ Checking test 101 cpld_debugfrac results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -[0] The total amount of wall time = 333.045717 +[0] The total amount of wall time = 335.929802 -Test 101 cpld_debugfrac PASS +Test 099 cpld_debugfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_control_cfsr -Checking test 102 datm_control_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_control_cfsr +Checking test 100 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 115.640456 +[0] The total amount of wall time = 114.593343 -Test 102 datm_control_cfsr PASS +Test 100 datm_control_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_restart_cfsr -Checking test 103 datm_restart_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_restart_cfsr +Checking test 101 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 78.154943 +[0] The total amount of wall time = 78.052362 -Test 103 datm_restart_cfsr PASS +Test 101 datm_restart_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_control_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_control_gefs -Checking test 104 datm_control_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_control_gefs +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_control_gefs +Checking test 102 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 103.403567 +[0] The total amount of wall time = 106.585975 -Test 104 datm_control_gefs PASS +Test 102 datm_control_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_bulk_cfsr -Checking test 105 datm_bulk_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_bulk_cfsr +Checking test 103 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 106.987807 +[0] The total amount of wall time = 107.078616 -Test 105 datm_bulk_cfsr PASS +Test 103 datm_bulk_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_bulk_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_bulk_gefs -Checking test 106 datm_bulk_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_bulk_gefs +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_bulk_gefs +Checking test 104 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 106.850918 +[0] The total amount of wall time = 107.594344 -Test 106 datm_bulk_gefs PASS +Test 104 datm_bulk_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_mx025_cfsr -Checking test 107 datm_mx025_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_mx025_cfsr +Checking test 105 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -5908,14 +5786,14 @@ Checking test 107 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 410.491853 +[0] The total amount of wall time = 421.836233 -Test 107 datm_mx025_cfsr PASS +Test 105 datm_mx025_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_mx025_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_mx025_gefs -Checking test 108 datm_mx025_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_mx025_gefs +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_mx025_gefs +Checking test 106 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -5923,23 +5801,23 @@ Checking test 108 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 412.402669 +[0] The total amount of wall time = 415.409404 -Test 108 datm_mx025_gefs PASS +Test 106 datm_mx025_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210309/datm_debug_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_8995/datm_debug_cfsr -Checking test 109 datm_debug_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210330/datm_debug_cfsr +working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_195459/datm_debug_cfsr +Checking test 107 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -[0] The total amount of wall time = 315.582165 +[0] The total amount of wall time = 315.654853 -Test 109 datm_debug_cfsr PASS +Test 107 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Mar 11 17:55:22 UTC 2021 -Elapsed time: 05h:11m:32s. Have a nice day! +Wed Mar 31 19:43:27 UTC 2021 +Elapsed time: 02h:07m:39s. Have a nice day! diff --git a/tests/auto/.gitignore b/tests/auto/.gitignore new file mode 100644 index 0000000000..d1838a36cd --- /dev/null +++ b/tests/auto/.gitignore @@ -0,0 +1,2 @@ +accesstoken +rt_auto_*.log diff --git a/tests/auto/jobs/bl.py b/tests/auto/jobs/bl.py new file mode 100644 index 0000000000..2915953197 --- /dev/null +++ b/tests/auto/jobs/bl.py @@ -0,0 +1,219 @@ +# Imports +import datetime +import logging +import os +import sys +from . import rt + +def run(job_obj): + logger = logging.getLogger('BL/RUN') + workdir, rtbldir, blstore = set_directories(job_obj) + pr_repo_loc, repo_dir_str = clone_pr_repo(job_obj, workdir) + bldate = get_bl_date(job_obj, pr_repo_loc) + bldir = f'{blstore}/develop-{bldate}/{job_obj.compiler.upper()}' + run_regression_test(job_obj, pr_repo_loc) + post_process(job_obj, pr_repo_loc, repo_dir_str, rtbldir, bldir) + + +def set_directories(job_obj): + logger = logging.getLogger('BL/SET_DIRECTORIES') + if job_obj.machine == 'hera': + workdir = '/scratch1/NCEPDEV/nems/emc.nemspara/autort/pr' + blstore = '/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs' + rtbldir = '/scratch1/NCEPDEV/stmp4/emc.nemspara/FV3_RT/'\ + f'REGRESSION_TEST_{job_obj.compiler.upper()}' + elif job_obj.machine == 'jet': + workdir = '/lfs4/HFIP/h-nems/emc.nemspara/autort/pr' + blstore = '/lfs4/HFIP/hfv3gfs/RT/NEMSfv3gfs/' + rtbldir = '/lfs4/HFIP/hfv3gfs/emc.nemspara/RT_BASELINE/'\ + f'emc.nemspara/FV3_RT/REGRESSION_TEST_{job_obj.compiler.upper()}' + elif job_obj.machine == 'gaea': + workdir = '/lustre/f2/pdata/ncep/emc.nemspara/autort/pr' + blstore = '/lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs' + rtbldir = '/lustre/f2/scratch/emc.nemspara/FV3_RT/'\ + f'REGRESSION_TEST_{job_obj.compiler.upper()}' + elif job_obj.machine == 'orion': + workdir = '/work/noaa/nems/emc.nemspara/autort/pr' + blstore = '/work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs' + rtbldir = '/work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/'\ + f'REGRESSION_TEST_{job_obj.compiler.upper()}' + elif job_obj.machine == 'cheyenne': + workdir = '/glade/work/heinzell/fv3/ufs-weather-model/auto-rt' + blstore = '/glade/p/ral/jntp/GMTB/ufs-weather-model/RT' + rtbldir = '/glade/work/heinzell/FV3_RT/'\ + f'REGRESSION_TEST_{job_obj.compiler.upper()}' + else: + logger.critical(f'Machine {job_obj.machine} is not supported for this job') + raise KeyError + + logger.info(f'machine: {job_obj.machine}') + logger.info(f'workdir: {workdir}') + logger.info(f'blstore: {blstore}') + logger.info(f'rtbldir: {rtbldir}') + + return workdir, rtbldir, blstore + + +def check_for_bl_dir(bldir): + logger = logging.getLogger('BL/CHECK_FOR_BL_DIR') + logger.info('Checking if baseline directory exists') + if os.path.exists(bldir): + logger.critical(f'Baseline dir: {bldir} exists. It should not, yet.') + raise FileExistsError + return False + + +def create_bl_dir(bldir): + logger = logging.getLogger('BL/CREATE_BL_DIR') + if not check_for_bl_dir(bldir): + os.makedirs(bldir) + if not os.path.exists(bldir): + logger.critical(f'Someting went wrong creating {bldir}') + raise FileNotFoundError + + +#def get_bl_date(job_obj): +# logger = logging.getLogger('BL/GET_BL_DATE') +# for line in job_obj.preq_dict['preq'].body.splitlines(): +# if 'BL_DATE:' in line: +# bldate = line +# bldate = bldate.replace('BL_DATE:', '') +# bldate = bldate.replace(' ', '') +# if len(bldate) != 8: +# print(f'Date: {bldate} is not formatted YYYYMMDD') +# raise ValueError +# logger.info(f'BL_DATE: {bldate}') +# bl_format = '%Y%m%d' +# try: +# datetime.datetime.strptime(bldate, bl_format) +# except ValueError: +# logger.info(f'Date {bldate} is not formatted YYYYMMDD') +# raise ValueError +# return bldate +# logger.critical('"BL_DATE:YYYYMMDD" needs to be in the PR body.'\ +# 'On its own line. Stopping') +# raise ValueError + + +def run_regression_test(job_obj, pr_repo_loc): + logger = logging.getLogger('BL/RUN_REGRESSION_TEST') + if job_obj.compiler == 'gnu': + rt_command = [[f'export RT_COMPILER="{job_obj.compiler}" && cd tests ' + '&& /bin/bash --login ./rt.sh -e -c -l rt_gnu.conf', + pr_repo_loc]] + elif job_obj.compiler == 'intel': + rt_command = [[f'export RT_COMPILER="{job_obj.compiler}" && cd tests ' + '&& /bin/bash --login ./rt.sh -e -c', pr_repo_loc]] + job_obj.run_commands(logger, rt_command) + + +def remove_pr_data(job_obj, pr_repo_loc, repo_dir_str, rt_dir): + logger = logging.getLogger('BL/REMOVE_PR_DATA') + rm_command = [ + [f'rm -rf {rt_dir}', pr_repo_loc], + [f'rm -rf {repo_dir_str}', pr_repo_loc] + ] + job_obj.run_commands(logger, rm_command) + + +def clone_pr_repo(job_obj, workdir): + ''' clone the GitHub pull request repo, via command line ''' + logger = logging.getLogger('BL/CLONE_PR_REPO') + repo_name = job_obj.preq_dict['preq'].head.repo.name + branch = job_obj.preq_dict['preq'].head.ref + git_url = job_obj.preq_dict['preq'].head.repo.html_url.split('//') + git_url = f'{git_url[0]}//${{ghapitoken}}@{git_url[1]}' + logger.debug(f'GIT URL: {git_url}') + logger.info('Starting repo clone') + repo_dir_str = f'{workdir}/'\ + f'{str(job_obj.preq_dict["preq"].id)}/'\ + f'{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}' + pr_repo_loc = f'{repo_dir_str}/{repo_name}' + job_obj.comment_text_append(f'Repo location: {pr_repo_loc}') + create_repo_commands = [ + [f'mkdir -p "{repo_dir_str}"', os.getcwd()], + [f'git clone -b {branch} {git_url}', repo_dir_str], + ['git submodule update --init --recursive', + f'{repo_dir_str}/{repo_name}'], + ['git config user.email "brian.curtis@noaa.gov"', + f'{repo_dir_str}/{repo_name}'], + ['git config user.name "Brian Curtis"', + f'{repo_dir_str}/{repo_name}'] + ] + + job_obj.run_commands(logger, create_repo_commands) + + logger.info('Finished repo clone') + return pr_repo_loc, repo_dir_str + + +def post_process(job_obj, pr_repo_loc, repo_dir_str, rtbldir, bldir): + logger = logging.getLogger('BL/MOVE_RT_LOGS') + rt_log = f'tests/RegressionTests_{job_obj.machine}'\ + f'.{job_obj.compiler}.log' + filepath = f'{pr_repo_loc}/{rt_log}' + rt_dir, logfile_pass = process_logfile(job_obj, filepath) + if logfile_pass: + create_bl_dir(bldir) + move_bl_command = [[f'mv {rtbldir}/* {bldir}/', pr_repo_loc]] + job_obj.run_commands(logger, move_bl_command) + logger.info('Starting RT Job') + rt.run(job_obj) + logger.info('Finished with RT Job') + remove_pr_data(job_obj, pr_repo_loc, repo_dir_str, rt_dir) + + +def get_bl_date(job_obj, pr_repo_loc): + logger = logging.getLogger('BL/UPDATE_RT_SH') + BLDATEFOUND = False + with open(f'{pr_repo_loc}/tests/rt.sh', 'r') as f: + for line in f: + if 'BL_DATE=' in line: + logger.info('Found BL_DATE in line') + BLDATEFOUND = True + bldate = line + bldate = bldate.rstrip('\n') + bldate = bldate.replace('BL_DATE=', '') + bldate = bldate.strip(' ') + logger.info(f'bldate is "{bldate}"') + logger.info(f'Type bldate: {type(bldate)}') + bl_format = '%Y%m%d' + try: + datetime.datetime.strptime(bldate, '%Y%m%d') + except ValueError: + logger.info(f'Date {bldate} is not formatted YYYYMMDD') + raise ValueError + if not BLDATEFOUND: + job_obj.comment_text_append('BL_DATE not found in rt.sh.' + 'Please manually edit rt.sh ' + 'with BL_DATE={bldate}') + job_obj.job_failed(logger, 'get_bl_date()') + logger.info('Finished get_bl_date') + + return bldate + + +def process_logfile(job_obj, logfile): + logger = logging.getLogger('BL/PROCESS_LOGFILE') + rt_dir = [] + if os.path.exists(logfile): + with open(logfile) as f: + for line in f: + if 'FAIL' in line and 'Test' in line: + job_obj.comment_text_append(f'{line.rstrip(chr(10))}') + elif 'working dir' in line and not rt_dir: + logger.info(f'Found "working dir" in line: {line}') + rt_dir = os.path.split(line.split()[-1])[0] + logger.info(f'It is: {rt_dir}') + job_obj.comment_text_append(f'Please manually delete: ' + f'{rt_dir}') + elif 'SUCCESSFUL' in line: + logger.info('RT Successful') + return rt_dir, True + logger.critical(f'Log file exists but is not complete') + job_obj.job_failed(logger, f'{job_obj.preq_dict["action"]}') + else: + logger.critical(f'Could not find {job_obj.machine}' + f'.{job_obj.compiler} ' + f'{job_obj.preq_dict["action"]} log') + raise FileNotFoundError diff --git a/tests/auto/jobs/rt.py b/tests/auto/jobs/rt.py new file mode 100644 index 0000000000..568bba39ee --- /dev/null +++ b/tests/auto/jobs/rt.py @@ -0,0 +1,131 @@ +# Imports +import datetime +import logging +import os + + +def run(job_obj): + logger = logging.getLogger('RT/RUN') + workdir = set_directories(job_obj) + branch, pr_repo_loc, repo_dir_str = clone_pr_repo(job_obj, workdir) + run_regression_test(job_obj, pr_repo_loc) + post_process(job_obj, pr_repo_loc, repo_dir_str, branch) + + +def set_directories(job_obj): + logger = logging.getLogger('RT/SET_DIRECTORIES') + if job_obj.machine == 'hera': + workdir = '/scratch1/NCEPDEV/nems/emc.nemspara/autort/pr' + elif job_obj.machine == 'jet': + workdir = '/lfs4/HFIP/h-nems/emc.nemspara/autort/pr' + elif job_obj.machine == 'gaea': + workdir = '/lustre/f2/pdata/ncep/emc.nemspara/autort/pr' + elif job_obj.machine == 'orion': + workdir = '/work/noaa/nems/emc.nemspara/autort/pr' + elif job_obj.machine == 'cheyenne': + workdir = '/glade/work/heinzell/fv3/ufs-weather-model/auto-rt' + else: + print(f'Machine {job_obj.machine} is not supported for this job') + raise KeyError + + logger.info(f'machine: {job_obj.machine}') + logger.info(f'workdir: {workdir}') + + return workdir + + +def run_regression_test(job_obj, pr_repo_loc): + logger = logging.getLogger('RT/RUN_REGRESSION_TEST') + if job_obj.compiler == 'gnu': + rt_command = [[f'export RT_COMPILER="{job_obj.compiler}" && cd tests ' + '&& /bin/bash --login ./rt.sh -e -l rt_gnu.conf', + pr_repo_loc]] + elif job_obj.compiler == 'intel': + rt_command = [[f'export RT_COMPILER="{job_obj.compiler}" && cd tests ' + '&& /bin/bash --login ./rt.sh -e', pr_repo_loc]] + job_obj.run_commands(logger, rt_command) + + +def remove_pr_data(job_obj, pr_repo_loc, repo_dir_str, rt_dir): + logger = logging.getLogger('RT/REMOVE_PR_DATA') + rm_command = [ + [f'rm -rf {rt_dir}', pr_repo_loc], + [f'rm -rf {repo_dir_str}', pr_repo_loc] + ] + job_obj.run_commands(logger, rm_command) + + +def clone_pr_repo(job_obj, workdir): + ''' clone the GitHub pull request repo, via command line ''' + logger = logging.getLogger('RT/CLONE_PR_REPO') + repo_name = job_obj.preq_dict['preq'].head.repo.name + branch = job_obj.preq_dict['preq'].head.ref + git_url = job_obj.preq_dict['preq'].head.repo.html_url.split('//') + git_url = f'{git_url[0]}//${{ghapitoken}}@{git_url[1]}' + logger.debug(f'GIT URL: {git_url}') + logger.info('Starting repo clone') + repo_dir_str = f'{workdir}/'\ + f'{str(job_obj.preq_dict["preq"].id)}/'\ + f'{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}' + pr_repo_loc = f'{repo_dir_str}/{repo_name}' + job_obj.comment_text_append(f'Repo location: {pr_repo_loc}') + create_repo_commands = [ + [f'mkdir -p "{repo_dir_str}"', os.getcwd()], + [f'git clone -b {branch} {git_url}', repo_dir_str], + ['git submodule update --init --recursive', + f'{repo_dir_str}/{repo_name}'], + ['git config user.email "brian.curtis@noaa.gov"', + f'{repo_dir_str}/{repo_name}'], + ['git config user.name "Brian Curtis"', + f'{repo_dir_str}/{repo_name}'] + ] + + job_obj.run_commands(logger, create_repo_commands) + + logger.info('Finished repo clone') + return branch, pr_repo_loc, repo_dir_str + + +def post_process(job_obj, pr_repo_loc, repo_dir_str, branch): + ''' This is the callback function associated with the "RT" command ''' + logger = logging.getLogger('RT/MOVE_RT_LOGS') + rt_log = f'tests/RegressionTests_{job_obj.machine}'\ + f'.{job_obj.compiler}.log' + filepath = f'{pr_repo_loc}/{rt_log}' + rt_dir, logfile_pass = process_logfile(job_obj, filepath) + if logfile_pass: + move_rt_commands = [ + [f'git pull --ff-only origin {branch}', pr_repo_loc], + [f'git add {rt_log}', pr_repo_loc], + [f'git commit -m "RT JOBS PASSED: {job_obj.machine}' + f'.{job_obj.compiler}. Log file uploaded."', + pr_repo_loc], + ['sleep 10', pr_repo_loc], + [f'git push origin {branch}', pr_repo_loc] + ] + job_obj.run_commands(logger, move_rt_commands) + remove_pr_data(job_obj, pr_repo_loc, repo_dir_str, rt_dir) + + +def process_logfile(job_obj, logfile): + logger = logging.getLogger('RT/PROCESS_LOGFILE') + rt_dir = [] + if os.path.exists(logfile): + with open(logfile) as f: + for line in f: + if 'FAIL' in line and 'Test' in line: + job_obj.comment_text_append(f'{line.rstrip(chr(10))}') + elif 'working dir' in line and not rt_dir: + rt_dir = os.path.split(line.split()[-1])[0] + job_obj.comment_text_append(f'Please manually delete: ' + f'{rt_dir}') + elif 'SUCCESSFUL' in line: + return rt_dir, True + job_obj.job_failed(logger, f'{job_obj.preq_dict["action"]}') + else: + logger.critical(f'Could not find {job_obj.machine}' + f'.{job_obj.compiler} ' + f'{job_obj.preq_dict["action"]} log') + print(f'Could not find {job_obj.machine}.{job_obj.compiler} ' + f'{job_obj.preq_dict["action"]} log') + raise FileNotFoundError diff --git a/tests/auto/rt_auto.py b/tests/auto/rt_auto.py index 5e0859531d..88e063ae4e 100644 --- a/tests/auto/rt_auto.py +++ b/tests/auto/rt_auto.py @@ -7,12 +7,13 @@ prior to start. """ from github import Github as gh -import argparse import datetime import subprocess import re import os import logging +import importlib + class GHInterface: ''' @@ -26,96 +27,78 @@ class GHInterface: client : pyGitHub communication object The connection to GitHub to make API requests ''' + def __init__(self): self.logger = logging.getLogger('GHINTERFACE') + + filename = 'accesstoken' + + if os.path.exists(filename): + if oct(os.stat(filename).st_mode)[-3:] != 600: + with open(filename) as f: + os.environ['ghapitoken'] = f.readline().strip('\n') + else: + raise Exception('File permission needs to be "600" ') + else: + raise FileNotFoundError('Cannot find file "accesstoken"') + try: self.client = gh(os.getenv('ghapitoken')) except Exception as e: self.logger.critical(f'Exception is {e}') raise(e) -def parse_args_in(): - ''' Parse all input arguments coming from rt_auto.sh ''' - logger = logging.getLogger('PARSE_ARGS_IN') - # Create Parse - parser = argparse.ArgumentParser() - - # Setup Input Arguments - choices = ['cheyenne', 'hera', 'orion', 'gaea', 'jet', 'wcoss_dell_p3'] - parser.add_argument('-m', '--machine', help='Machine name', required=True, choices=choices, type=str) - parser.add_argument('-w', '--workdir', help='Working directory', required=True, type=str) - - # Get Arguments - args = parser.parse_args() - - return args - -def input_data(args): - ''' Create dictionaries of data needed for processing UFS pull requests ''' - logger = logging.getLogger('INPUT_DATA') - machine_dict = { - 'name': args.machine, - 'workdir': args.workdir - } - repo_list_dict = [{ - 'name': 'ufs-weather-model', - 'address': 'ufs-community/ufs-weather-model', - 'base': 'develop' - }] - action_list_dict = [{ - 'name': 'RT', - 'callback_fnc': 'rt_callback' - }, - { - 'name': 'BL', - 'callback_fnc': 'bl_callback' - }] - - return machine_dict, repo_list_dict, action_list_dict def set_action_from_label(machine, actions, label): ''' Match the label that initiates a job with an action in the dict''' # -- i.e. hera-gnu-RT - # RT = full regression test suite logger = logging.getLogger('MATCH_LABEL_WITH_ACTIONS') + logger.info('Setting action from Label') split_label = label.name.split('-') - if len(split_label) != 3: return False, False #Make sure it has three parts + # Make sure it has three parts + if len(split_label) != 3: + return False, False + # Break the parts into their variables label_machine = split_label[0] label_compiler = split_label[1] label_action = split_label[2] - if not re.match(label_machine, machine['name']): return False, False #check machine name matches - if not str(label_compiler) in ["intel", "gnu"]: return False, False #Compiler must be intel or gnu - action_match = next((action for action in actions if re.match(action['name'], label_action)), False) - if label_action == 'RT': # SET ACTIONS BASED ON RT COMMAND - if label_compiler == "intel": - action_match["command"] = f'export RT_COMPILER="intel" && cd tests && /bin/bash --login ./rt.sh -e' - elif label_compiler == "gnu": - action_match["command"] = f'export RT_COMPILER="gnu" && cd tests && /bin/bash --login ./rt.sh -e -l rt_gnu.conf' - elif label_action == 'BL': # SET ACTIONS BASED ON BL COMMAND - if label_compiler == "intel": - action_match["command"] = f'export RT_COMPILER="intel" && cd tests && /bin/bash --login ./rt.sh -e -c' - elif label_compiler == "gnu": - action_match["command"] = f'export RT_COMPILER="gnu" && cd tests && /bin/bash --login ./rt.sh -e -c -l rt_gnu.conf' - + # check machine name matches + if not re.match(label_machine, machine): + return False, False + # Compiler must be intel or gnu + if not str(label_compiler) in ["intel", "gnu"]: + return False, False + action_match = next((action for action in actions + if re.match(action, label_action)), False) + + logging.info(f'Compiler: {label_compiler}, Action: {action_match}') return label_compiler, action_match def get_preqs_with_actions(repos, machine, ghinterface_obj, actions): - ''' Create list of dictionaries of a pull request and its machine label and action ''' + ''' Create list of dictionaries of a pull request + and its machine label and action ''' logger = logging.getLogger('GET_PREQS_WITH_ACTIONS') - gh_preqs = [ghinterface_obj.client.get_repo(repo['address']).get_pulls(state='open', sort='created', base=repo['base']) for repo in repos] + logger.info('Getting Pull Requests with Actions') + gh_preqs = [ghinterface_obj.client.get_repo(repo['address']) + .get_pulls(state='open', sort='created', base=repo['base']) + for repo in repos] each_pr = [preq for gh_preq in gh_preqs for preq in gh_preq] - preq_labels = [{'preq': pr, 'label': label} for pr in each_pr for label in pr.get_labels()] + preq_labels = [{'preq': pr, 'label': label} for pr in each_pr + for label in pr.get_labels()] - return_preq = [] + jobs = [] + # return_preq = [] for pr_label in preq_labels: - compiler, match = set_action_from_label(machine, actions, pr_label['label']) + compiler, match = set_action_from_label(machine, actions, + pr_label['label']) if match: - pr_label['action'] = match.copy() - pr_label['compiler'] = compiler - return_preq.append(pr_label.copy()) + pr_label['action'] = match + # return_preq.append(pr_label.copy()) + jobs.append(Job(pr_label.copy(), ghinterface_obj, machine, compiler)) + + return jobs - return return_preq class Job: ''' @@ -134,196 +117,153 @@ class Job: provided by the bash script ''' - def __init__(self, preq_dict, ghinterface_obj, machine): + def __init__(self, preq_dict, ghinterface_obj, machine, compiler): self.logger = logging.getLogger('JOB') self.preq_dict = preq_dict + self.job_mod = importlib.import_module( + f'jobs.{self.preq_dict["action"].lower()}') self.ghinterface_obj = ghinterface_obj self.machine = machine + self.compiler = compiler + self.comment_text = '' + self.failed_tests = [] + + def comment_text_append(self, newtext): + self.comment_text += f'{newtext}\n' def remove_pr_label(self): - ''' Removes the pull request label that initiated the job run from PR ''' + ''' Removes the PR label that initiated the job run from PR ''' self.logger.info(f'Removing Label: {self.preq_dict["label"]}') self.preq_dict['preq'].remove_from_labels(self.preq_dict['label']) def check_label_before_job_start(self): # LETS Check the label still exists before the start of the job in the # case of multiple jobs - label_to_check = f'{self.machine["name"]}-{self.preq_dict["compiler"]}-{self.preq_dict["action"]["name"]}' + label_to_check = f'{self.machine}'\ + f'-{self.compiler}'\ + f'-{self.preq_dict["action"]}' labels = self.preq_dict['preq'].get_labels() - label_match = next((label for label in labels if re.match(label.name, label_to_check)), False) + label_match = next((label for label in labels + if re.match(label.name, label_to_check)), False) return label_match - def run_commands(self, commands_with_cwd): - logger = logging.getLogger('JOB/RUN_COMMANDS') + def run_commands(self, logger, commands_with_cwd): for command, in_cwd in commands_with_cwd: - logger.info(f'Running "{command}" in location "{in_cwd}"') + logger.info(f'Running `{command}`') + logger.info(f'in location "{in_cwd}"') try: - output = subprocess.Popen(command, shell=True, cwd=in_cwd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) - out, err = output.communicate() - out = [] if not out else out.decode('utf8').split('\n') - err = [] if not err else err.decode('utf8').split('\n') + output = subprocess.Popen(command, shell=True, cwd=in_cwd, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT) except Exception as e: - self.job_failed(logger, f'Command {command}', exception=e, out=out, err=err) - else: - logger.info(f'Finished running: {command}') - [logger.debug(f'stdout: {item}') for item in out if not None] - - def remove_pr_data(self): - logger = logging.getLogger('JOB/REMOVE_PR_DATA') - pr_dir_str = f'{self.machine["workdir"]}/{str(self.preq_dict["preq"].id)}' - rm_command = [ - [f'rm -rf {self.rt_dir}', self.pr_repo_loc], - [f'rm -rf {pr_dir_str}', self.pr_repo_loc] - ] - logger.info(f'Running "{rm_command}"') - self.run_commands(rm_command) - - def clone_pr_repo(self): - ''' clone the GitHub pull request repo, via command line ''' - logger = logging.getLogger('JOB/CLONE_PR_REPO') - repo_name = self.preq_dict['preq'].head.repo.name - self.branch = self.preq_dict['preq'].head.ref - git_url = self.preq_dict['preq'].head.repo.html_url.split('//') - git_url = f'{git_url[0]}//${{ghapitoken}}@{git_url[1]}' - logger.info(f'GIT URL: {git_url}') - logger.info('Starting repo clone') - repo_dir_str = f'{self.machine["workdir"]}/{str(self.preq_dict["preq"].id)}/{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}' - self.pr_repo_loc = repo_dir_str+"/"+repo_name - create_repo_commands = [ - [f'mkdir -p "{repo_dir_str}"', self.machine['workdir']], - [f'git clone -b {self.branch} {git_url}', repo_dir_str], - [f'git submodule update --init --recursive', f'{repo_dir_str}/{repo_name}'] - ] - - self.run_commands(create_repo_commands) - - logger.info('Finished repo clone') - return self.pr_repo_loc - - def execute_command(self): - ''' Run the command associted with the label used to initiate this job ''' - logger = logging.getLogger('JOB/EXECUTE_COMMAND') - compiler = self.preq_dict['compiler'] - logger.info(f'Compiler being used for command is {compiler}') - command = self.preq_dict["action"]["command"] - - try: - logger.info(f'Running: "{command}" in "{self.pr_repo_loc}"') - output = subprocess.Popen(command, cwd=self.pr_repo_loc, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) - out,err = output.communicate() - except Exception as e: - out = [] if not out else out.decode('utf8').split('\n') - err = [] if not err else err.decode('utf8').split('\n') - self.job_failed(logger, f'Command {command}', exception=e, out=out, err=err) - else: - if output.returncode != 0: - self.job_failed(logger, "Script rt.sh", exception=SystemExit, STDOUT=False) + self.job_failed(logger, 'subprocess.Popen') else: try: - logger.info(f'Attempting to run callback: {self.preq_dict["action"]["callback_fnc"]}') - getattr(self, self.preq_dict['action']['callback_fnc'])() + out, err = output.communicate() + out = [] if not out else out.decode('utf8').split('\n') + logger.info(out) except Exception as e: - self.job_failed(logger, f'Callback function {self.preq_dict["action"]["callback_fnc"]}', exception=e, STDOUT=False) + err = [] if not err else err.decode('utf8').split('\n') + self.job_failed(logger, f'Command {command}', exception=e, + STDOUT=True, out=out, err=err) else: - logger.info(f'Finished callback {self.preq_dict["action"]["callback_fnc"]}') - [logger.debug(f'stdout: {item}') for item in out if not None] + logger.info(f'Finished running: {command}') def run(self): logger = logging.getLogger('JOB/RUN') logger.info(f'Starting Job: {self.preq_dict["label"]}') + self.comment_text_append(newtext=f'Machine: {self.machine}') + self.comment_text_append(f'Compiler: {self.compiler}') + self.comment_text_append(f'Job: {self.preq_dict["action"]}') if self.check_label_before_job_start(): try: logger.info('Calling remove_pr_label') self.remove_pr_label() - logger.info('Calling clone_pr_repo') - self.clone_pr_repo() - logger.info('Calling execute_command') - self.execute_command() - except Exception as e: - self.job_failed(logger, f'run()', exception=e, STDOUT=False) + logger.info('Calling Job to Run') + self.job_mod.run(self) + except Exception: + self.job_failed(logger, 'run()') + logger.info('Sending comment text') + self.send_comment_text() else: logger.info(f'Cannot find label {self.preq_dict["label"]}') - def job_failed(self, logger, job_name, exception=Exception, STDOUT=True, out=None, err=None): - comment_text = f'{job_name} FAILED \n'\ - f'Repo location: {self.pr_repo_loc} \n'\ - f'Machine: {self.machine["name"]} \n'\ - f'Compiler: {self.preq_dict["compiler"]} \n' + def send_comment_text(self): + logger = logging.getLogger('JOB/SEND_COMMENT_TEXT') + logger.info(f'Comment Text: {self.comment_text}') + self.comment_text_append('Please make changes and add ' + 'the following label back:') + self.comment_text_append(f'{self.machine}' + f'-{self.compiler}' + f'-{self.preq_dict["action"]}') + + self.preq_dict['preq'].create_issue_comment(self.comment_text) + + def job_failed(self, logger, job_name, exception=Exception, STDOUT=False, + out=None, err=None): + logger.critical(f'{job_name} FAILED. Exception:{exception}') + if STDOUT: - comment_text=comment_text+'\n'\ - f'STDOUT: {[item for item in out if not None]} \n'\ - f'STDERR: {[eitem for eitem in err if not None]} \n' - comment_text = comment_text+'Please make changes and add the following label back: '\ - f'{self.machine["name"]}-{self.preq_dict["compiler"]}-{self.preq_dict["action"]["name"]}' - logger.critical(comment_text) - self.preq_dict['preq'].create_issue_comment(comment_text) - raise exception - - def process_logfile(self, logfile): - self.rt_dir = [] - if os.path.exists(logfile): - with open(logfile) as f: - for line in f: - if 'working dir' in line and not self.rt_dir: - self.rt_dir = os.path.split(line.split()[-1])[0] - elif 'SUCCESSFUL' in line: - return True - self.job_failed(logger, "Regression Tests", STDOUT=False) - else: - logger.critical(f'Could not find {self.machine["name"]}.{self.preq_dict["compiler"]} RT log') - raise FileNotFoundError(f'Could not find {self.machine["name"]}.{self.preq_dict["compiler"]} RT log') - - # Add Callback Functions After Here - def rt_callback(self): - ''' This is the callback function associated with the "RT" command ''' - logger = logging.getLogger('JOB/MOVE_RT_LOGS') - rt_log = f'tests/RegressionTests_{self.machine["name"]}.{self.preq_dict["compiler"]}.log' - filepath = f'{self.pr_repo_loc}/{rt_log}' - logfile_pass = self.process_logfile(filepath) - if logfile_pass: - move_rt_commands = [ - [f'git pull --ff-only origin {self.branch}', self.pr_repo_loc], - [f'git add {rt_log}', self.pr_repo_loc], - [f'git commit -m "PASSED: {self.machine["name"]}.{self.preq_dict["compiler"]}. Log file uploaded. skip-ci"', self.pr_repo_loc], - ['sleep 10', self.pr_repo_loc], - [f'git push origin {self.branch}', self.pr_repo_loc] - ] - self.run_commands(move_rt_commands) - self.remove_pr_data() - - def bl_callback(self): - pass + logger.critical(f'STDOUT: {[item for item in out if not None]}') + logger.critical(f'STDERR: {[eitem for eitem in err if not None]}') + +def setup_env(): + hostname = os.getenv('HOSTNAME') + if bool(re.match(re.compile('hfe.+'), hostname)): + machine = 'hera' + elif bool(re.match(re.compile('fe.+'), hostname)): + machine = 'jet' + os.environ['ACCNR'] = 'h-nems' + elif bool(re.match(re.compile('gaea.+'), hostname)): + machine = 'gaea' + os.environ['ACCNR'] = 'nggps_emc' + elif bool(re.match(re.compile('Orion-login.+'), hostname)): + machine = 'orion' + elif bool(re.match(re.compile('.+.cheyenne.ucar.edu'), hostname)): + machine = 'cheyenne' + os.environ['ACCNR'] = 'P48503002' + else: + raise KeyError(f'Hostname: {hostname} does not match '\ + 'for a supported system. Exiting.') + + # Dictionary of GitHub repositories to check + repo_dict = [{ + 'name': 'ufs-weather-model', + 'address': 'ufs-community/ufs-weather-model', + 'base': 'develop' + }] + + # Approved Actions + action_list = ['RT', 'BL'] + + return machine, repo_dict, action_list + def main(): # handle logging - log_path = os.getcwd() - log_filename = f'rt_auto_{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}.log' - # Please don't run the following on cron with level=logging.DEBUG - # as it exposes the GH API Token - # Only set it to DEBUG while debugging - logging.basicConfig(filename=log_filename, filemode='w', level=logging.INFO) + log_filename = f'rt_auto_'\ + f'{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}.log' + logging.basicConfig(filename=log_filename, filemode='w', + level=logging.INFO) logger = logging.getLogger('MAIN') logger.info('Starting Script') - # handle input args - logger.info('Parsing input args') - args = parse_args_in() - # get input data - logger.info('Calling input_data().') - machine, repos, actions = input_data(args) + # setup environment + logger.info('Getting the environment setup') + machine, repos, actions = setup_env() # setup interface with GitHub logger.info('Setting up GitHub interface.') ghinterface_obj = GHInterface() # get all pull requests from the GitHub object - logger.info('Getting all pull requests, labels and actions applicable to this machine.') - preq_dict = get_preqs_with_actions(repos, machine, ghinterface_obj, actions) - # add Job objects and run them - logger.info('Adding all jobs to an object list and running them.') - jobs = [Job(pullreq, ghinterface_obj, machine) for pullreq in preq_dict] + # and turn them into Job objects + logger.info('Getting all pull requests, ' + 'labels and actions applicable to this machine.') + jobs = get_preqs_with_actions(repos, machine, + ghinterface_obj, actions) [job.run() for job in jobs] logger.info('Script Finished') diff --git a/tests/auto/rt_auto.sh b/tests/auto/start_rt_auto.sh similarity index 56% rename from tests/auto/rt_auto.sh rename to tests/auto/start_rt_auto.sh index 17d7e6ff00..74ad09f50a 100644 --- a/tests/auto/rt_auto.sh +++ b/tests/auto/start_rt_auto.sh @@ -1,53 +1,26 @@ #!/bin/bash --login set -eux -if [ -f "accesstoken.sh" ]; then - if [ $(stat -L -c "%a" "accesstoken.sh") == "600" ]; then - echo "Sourcing accesstoken.sh" - source ./accesstoken.sh - else - echo "accesstoken.sh permissions NEED to be set to 600 before starting" - exit 1 - fi -else - echo "Please create accesstoken.sh (600) with the following content\n" - echo "export ghapitoken=" - exit 1 -fi if [[ $HOSTNAME == hfe* ]]; then - MACHINE_NAME=hera - WORKDIR=/scratch1/NCEPDEV/nems/Brian.Curtis/test export PATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/miniconda3/bin:$PATH export PYTHONPATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/miniconda3/lib/python3.8/site-packages elif [[ $HOSTNAME == Orion-login-* ]]; then - MACHINE_NAME=orion - WORKDIR=/work/noaa/nems/bcurtis/test export PATH=/work/noaa/nems/emc.nemspara/soft/miniconda3/bin:$PATH export PYTHONPATH=/work/noaa/nems/emc.nemspara/soft/miniconda3/lib/python3.8/site-packages elif [[ $HOSTNAME == fe* ]]; then - MACHINE_NAME=jet - WORKDIR=/lfs4/HFIP/h-nems/Brian.Curtis/test - export ACCNR="h-nems" export PATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/bin:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/bin:$PATH export PYTHONPATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/lib/python3.8/site-packages elif [[ $HOSTNAME == gaea* ]]; then - MACHINE_NAME=gaea - WORKDIR=/lustre/f2/pdata/ncep/Brian.Curtis/test - export LOADEDMODULES=$LOADEDMODULES - export ACCNR="nggps_emc" # This applies to Brian.Curtis, may need change later export PATH=/lustre/f2/pdata/esrl/gsd/contrib/miniconda3/4.8.3/envs/ufs-weather-model/bin:$PATH export PYTHONPATH=/lustre/f2/pdata/esrl/gsd/contrib/miniconda3/4.8.3/lib/python3.8/site-packages -elif [[ $HOSTNAME == *.cheyenne.ucar.edu ]]; then - MACHINE_NAME=cheyenne - WORKDIR=/glade/work/heinzell/fv3/ufs-weather-model/auto-rt - export ACCNR="P48503002" +elif [[ $HOSTNAME == *cheyenne* ]]; then export PATH=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/bin:/glade/p/ral/jntp/tools/miniconda3/4.8.3/bin:$PATH export PYTHONPATH=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/glade/p/ral/jntp/tools/miniconda3/4.8.3/lib/python3.8/site-packages else - echo "No Python Path for this machine. automated RT not starting" + echo "No Python Path for this machine." exit 1 fi -python rt_auto.py -m $MACHINE_NAME -w $WORKDIR +python rt_auto.py exit 0 diff --git a/tests/ci/ci.test b/tests/ci/ci.test index c1ebb3278b..bf8c8abd07 100644 --- a/tests/ci/ci.test +++ b/tests/ci/ci.test @@ -1,3 +1,3 @@ -fv3_ccpp_control +fv3_control thr mpi dcp rst bit dbg ci-test-weather diff --git a/tests/compile.sh b/tests/compile.sh index 2410d5ade5..b5189488f6 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -31,11 +31,13 @@ if [[ $ARGC -lt 2 ]]; then else MACHINE_ID=$1 MAKE_OPT=${2:-} - BUILD_NAME=fv3${3:+_$3} + COMPILE_NR=${3:+_$3} clean_before=${4:-YES} clean_after=${5:-YES} fi +BUILD_NAME=fv3${COMPILE_NR} + PATHTR=${PATHTR:-$( cd ${MYDIR}/.. && pwd )} BUILD_DIR=$(pwd)/build_${BUILD_NAME} @@ -81,13 +83,13 @@ echo "Compiling ${MAKE_OPT} into $BUILD_NAME.exe on $MACHINE_ID" CMAKE_FLAGS='' if [[ "${MAKE_OPT}" == *"DEBUG=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DDEBUG=Y" + CMAKE_FLAGS="${CMAKE_FLAGS} -DDEBUG=ON" elif [[ "${MAKE_OPT}" == *"REPRO=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DREPRO=Y" + CMAKE_FLAGS="${CMAKE_FLAGS} -DREPRO=ON" fi if [[ "${MAKE_OPT}" == *"32BIT=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -D32BIT=Y" + CMAKE_FLAGS="${CMAKE_FLAGS} -D32BIT=ON" fi if [[ "${MAKE_OPT}" == *"OPENMP=N"* ]]; then @@ -131,48 +133,38 @@ if [[ $? -eq 0 ]]; then fi set -ex -if [[ "${MAKE_OPT}" == *"WW3=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DWW3=Y" -fi - -if [[ "${MAKE_OPT}" == *"HYCOM=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DHYCOM=Y" +# Valid applications +if [[ "${MAKE_OPT}" == *"APP=ATM"* ]]; then + echo "MAKE_OPT = ${MAKE_OPT}" + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=ATM" fi -if [[ "${MAKE_OPT}" == *"CMEPS=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DCMEPS=Y" +if [[ "${MAKE_OPT}" == *"APP=ATMW"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=ATMW" fi -if [[ "${MAKE_OPT}" == *"CDEPS=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DCDEPS=Y" +if [[ "${MAKE_OPT}" == *"APP=S2S"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=S2S -DMOM6SOLO=ON" fi -if [[ "${MAKE_OPT}" == *"CDEPS_DATM=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DCDEPS_DATM=Y" +if [[ "${MAKE_OPT}" == *"APP=S2SW"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=S2SW -DMOM6SOLO=ON" fi -if [[ "${MAKE_OPT}" == *"CDEPS_DOCN=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DCDEPS_DOCN=Y" +if [[ "${MAKE_OPT}" == *"APP=HAFS"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=HAFS" fi -# Make variables: -# COMPONENTS = list of components to build -# BUILD_ENV = theia.intel, wcoss_dell_p3, etc. -# FV3_MAKEOPT = build options to send to FV3, CCPP, and FMS -# TEST_BUILD_NAME = requests copying of modules.nems and -# NEMS.x into the tests/ directory using the given build name. - -# FIXME: add -j $MAKE_THREADS once FV3 bug is fixed -if [[ "${MAKE_OPT}" == *"S2S=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DS2S=Y" +if [[ "${MAKE_OPT}" == *"APP=HAFSW"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=HAFSW" fi -if [[ "${MAKE_OPT}" == *"DATM=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DDATM=Y" +if [[ "${MAKE_OPT}" == *"APP=DATM"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM" fi -if [[ "${MAKE_OPT}" == *"S2S=Y"* ]] || [[ ${MAKE_OPT} == *"DATM=Y"* ]]; then - CMAKE_FLAGS="${CMAKE_FLAGS} -DMOM6SOLO=ON" +if [[ "${MAKE_OPT}" == *"APP=DATM_NEMS"* ]]; then + CMAKE_FLAGS="${CMAKE_FLAGS} -DAPP=DATM_NEMS" fi CMAKE_FLAGS=$(trim "${CMAKE_FLAGS}") @@ -202,3 +194,4 @@ fi elapsed=$SECONDS echo "Elapsed time $elapsed seconds. Compiling ${MAKE_OPT} finished" +echo "Compile ${COMPILE_NR/#_} elapsed time $elapsed seconds. ${MAKE_OPT}" > compile${COMPILE_NR}_time.log diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 8dffe79b7b..cba4c74880 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -390,6 +390,7 @@ export IMFSHALCNV=2 export HWRF_SAMFSHAL=.F. export IMFDEEPCNV=2 export HWRF_SAMFDEEP=.F. +export RAS=.F. # SFC export DO_MYJSFC=.F. diff --git a/tests/fv3_conf/ccpp_c96_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/c96_HAFS_v0_hwrf_run.IN similarity index 96% rename from tests/fv3_conf/ccpp_c96_HAFS_v0_hwrf_run.IN rename to tests/fv3_conf/c96_HAFS_v0_hwrf_run.IN index 52eaa53f67..d92d8476a8 100644 --- a/tests/fv3_conf/ccpp_c96_HAFS_v0_hwrf_run.IN +++ b/tests/fv3_conf/c96_HAFS_v0_hwrf_run.IN @@ -76,8 +76,8 @@ fi # Thompson or F-A MP lookup tables if [ $IMP_PHYSICS = 8 ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . elif [ $IMP_PHYSICS = 15 ]; then diff --git a/tests/fv3_conf/ccpp_cpt_run.IN b/tests/fv3_conf/ccpp_cpt_run.IN deleted file mode 100644 index 8828656bed..0000000000 --- a/tests/fv3_conf/ccpp_cpt_run.IN +++ /dev/null @@ -1,20 +0,0 @@ -rm -fr INPUT RESTART -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . -cp @[INPUTDATA_ROOT]/${inputdir}/*_table . -cp @[INPUTDATA_ROOT]/${inputdir}/diag_table_mg3tke diag_table -cp @[INPUTDATA_ROOT]/${inputdir}/field_table_csawmg3shoc field_table -cp @[INPUTDATA_ROOT]/${inputdir}/*configure . diff --git a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN deleted file mode 100644 index 8828656bed..0000000000 --- a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN +++ /dev/null @@ -1,20 +0,0 @@ -rm -fr INPUT RESTART -inputdir=FV3_input_data_127 -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . -cp @[INPUTDATA_ROOT]/${inputdir}/*_table . -cp @[INPUTDATA_ROOT]/${inputdir}/diag_table_mg3tke diag_table -cp @[INPUTDATA_ROOT]/${inputdir}/field_table_csawmg3shoc field_table -cp @[INPUTDATA_ROOT]/${inputdir}/*configure . diff --git a/tests/fv3_conf/ccpp_csawmg_run.IN b/tests/fv3_conf/ccpp_csawmg_run.IN deleted file mode 100644 index 073cdb250c..0000000000 --- a/tests/fv3_conf/ccpp_csawmg_run.IN +++ /dev/null @@ -1,50 +0,0 @@ -rm -fr INPUT RESTART - -UNIT_TEST=${UNIT_TEST:-false} -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - - if [[ ${UNIT_TEST} == false ]]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - else - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - for RFILE in ../${TEST_NAME}${BL_SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do - [ -e $RFILE ] || exit 1 - RFILE_OLD=$(basename $RFILE) - RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" - cp $RFILE INPUT/${RFILE_NEW} - done - fi -fi - -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_mgrs diag_table -#cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_mgrs field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_csawmg field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2C.aerclim.2003-2014.*nc . -for n in 01 02 03 04 05 06 07 08 09 10 11 12; do -ln -sf merra2C.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc -done -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NAAI_monclimo2.nc cam5_4_143_NAAI_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NPCCN_monclimo2.nc cam5_4_143_NPCCN_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat diff --git a/tests/fv3_conf/ccpp_csawmgshoc_run.IN b/tests/fv3_conf/ccpp_csawmgshoc_run.IN deleted file mode 100644 index 6c7bbd8ed3..0000000000 --- a/tests/fv3_conf/ccpp_csawmgshoc_run.IN +++ /dev/null @@ -1,31 +0,0 @@ -rm -fr INPUT RESTART -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_mgtkers diag_table -#cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_mgtkers field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_csawmgshoc field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2C.aerclim.2003-2014.*nc . -for n in 01 02 03 04 05 06 07 08 09 10 11 12; do -ln -sf merra2C.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc -done -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NAAI_monclimo2.nc cam5_4_143_NAAI_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NPCCN_monclimo2.nc cam5_4_143_NPCCN_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat diff --git a/tests/fv3_conf/ccpp_gfdlmp_run.IN b/tests/fv3_conf/ccpp_gfdlmp_run.IN deleted file mode 100644 index af0e3d5f84..0000000000 --- a/tests/fv3_conf/ccpp_gfdlmp_run.IN +++ /dev/null @@ -1,49 +0,0 @@ -rm -fr INPUT RESTART - -UNIT_TEST=${UNIT_TEST:-false} -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - - if [[ ${UNIT_TEST} == false ]]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - else - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - for RFILE in ../${TEST_NAME}${BL_SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do - [ -e $RFILE ] || exit 1 - RFILE_OLD=$(basename $RFILE) - RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" - cp $RFILE INPUT/${RFILE_NEW} - done - fi -fi - -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/global_o3prdlos.f77 . -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_gfdlmp field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . - -if [ $CPLWAV = .T. ]; then -cp @[INPUTDATA_ROOT_WW3]/mod_def.* . -cp @[INPUTDATA_ROOT_WW3]/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . -fi - -if [[ $POSTAPP = 'global' ]]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt - cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new -fi 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 6318e9b7b6..0000000000 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ /dev/null @@ -1,23 +0,0 @@ -rm -fr INPUT RESTART -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_gfdlmp field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . - -if [ $DO_RRTMGP = .T. ]; then -cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . -fi diff --git a/tests/fv3_conf/ccpp_gfs_v16_run.IN b/tests/fv3_conf/ccpp_gfs_v16_run.IN deleted file mode 100644 index eb5b247574..0000000000 --- a/tests/fv3_conf/ccpp_gfs_v16_run.IN +++ /dev/null @@ -1,25 +0,0 @@ -rm -fr INPUT RESTART -rsync -arv @[INPUTDATA_ROOT]/FV3_input_data/INPUT/ INPUT/ -mkdir RESTART -if [ $WARM_START = .T. ]; then - rsync -arv ../fv3_ccpp_gfs_v16${RT_SUFFIX}/RESTART/ INPUT/ - cd INPUT - rename 20161004.000000. '' 20161004.000000.* - cd .. -fi - -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_gfdlmp diag_table -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/field_table_suite2 field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . - -if [ $DO_RRTMGP = .T. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . -fi diff --git a/tests/fv3_conf/ccpp_gfsv16_csawmg_run.IN b/tests/fv3_conf/ccpp_gfsv16_csawmg_run.IN deleted file mode 100644 index 9b380ec48a..0000000000 --- a/tests/fv3_conf/ccpp_gfsv16_csawmg_run.IN +++ /dev/null @@ -1,32 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -#cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_mgrs diag_table -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_aod diag_table -#cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_mgrs field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_csawmgshoc field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2C.aerclim.2003-2014.*nc . -for n in 01 02 03 04 05 06 07 08 09 10 11 12; do -ln -sf merra2C.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc -done -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NAAI_monclimo2.nc cam5_4_143_NAAI_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NPCCN_monclimo2.nc cam5_4_143_NPCCN_monclimo2.nc -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat -cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat diff --git a/tests/fv3_conf/ccpp_multigases_run.IN b/tests/fv3_conf/ccpp_multigases_run.IN deleted file mode 100644 index 183649bfc9..0000000000 --- a/tests/fv3_conf/ccpp_multigases_run.IN +++ /dev/null @@ -1,32 +0,0 @@ - -inputdir=FV3_input_data_149 -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -if [ $OZ_PHYS_NEW = .T. ]; then - cp @[INPUTDATA_ROOT]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -elif [ $OZ_PHYS_OLD = .T. ]; then -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/global_o3prdlos.f77 . -fi -if [ $H2O_PHYS = .T. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -fi -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . -cp @[INPUTDATA_ROOT]/${inputdir}/*configure . -cp @[INPUTDATA_ROOT]/${inputdir}/*_table . -cp @[INPUTDATA_ROOT]/${inputdir}/diag_table_multi_gases diag_table -cp @[INPUTDATA_ROOT]/${inputdir}/field_table_multi_gases field_table - -if [ $CPLWAV = .T. ]; then -cp @[INPUTDATA_ROOT_WW3]/mod_def.* . -cp @[INPUTDATA_ROOT_WW3]/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . -cp @[INPUTDATA_ROOT_WW3]/@[SYEAR]@[SMONTH]@[SDAY]/rmp_src* . -fi diff --git a/tests/fv3_conf/ccpp_regional_c786_run.IN b/tests/fv3_conf/ccpp_regional_c786_run.IN deleted file mode 100644 index e450d34003..0000000000 --- a/tests/fv3_conf/ccpp_regional_c786_run.IN +++ /dev/null @@ -1,25 +0,0 @@ -rsync -arv @[INPUTDATA_ROOT]/FV3_regional_input_data/. . - -rm -rf INPUT RESTART -mkdir INPUT RESTART - -rsync -arv @[INPUTDATA_ROOT]/@[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 - -if [ $OZ_PHYS_NEW = .T. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -elif [ $OZ_PHYS_OLD = .T. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/global_o3prdlos.f77 . -fi -if [ $H2O_PHYS = .T. ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -fi diff --git a/tests/fv3_conf/ccpp_satmedmf_run.IN b/tests/fv3_conf/ccpp_satmedmf_run.IN deleted file mode 100644 index 400eca407f..0000000000 --- a/tests/fv3_conf/ccpp_satmedmf_run.IN +++ /dev/null @@ -1,46 +0,0 @@ -rm -fr INPUT RESTART - -UNIT_TEST=${UNIT_TEST:-false} -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 @[INPUTDATA_ROOT]/${inputdir}/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - - if [[ ${UNIT_TEST} == false ]]; then - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT - else - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - for RFILE in ../${TEST_NAME}${BL_SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do - [ -e $RFILE ] || exit 1 - RFILE_OLD=$(basename $RFILE) - RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" - cp $RFILE INPUT/${RFILE_NEW} - done - fi -fi - -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/global_o3prdlos.f77 . -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . -cp @[INPUTDATA_ROOT]/${inputdir}/*_table . -cp @[INPUTDATA_ROOT]/${inputdir}/field_table_satmedmf field_table -cp @[INPUTDATA_ROOT]/${inputdir}/*configure . diff --git a/tests/fv3_conf/compile_bsub.IN_wcoss_cray b/tests/fv3_conf/compile_bsub.IN_wcoss_cray index 6b7ae0bbec..29f7f4013c 100644 --- a/tests/fv3_conf/compile_bsub.IN_wcoss_cray +++ b/tests/fv3_conf/compile_bsub.IN_wcoss_cray @@ -16,8 +16,10 @@ module load alps module list set -x +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` aprun -n 1 -j 1 -N 1 -d 24 @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 b/tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 old mode 100644 new mode 100755 index a40f697104..367d830c6d --- a/tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 +++ b/tests/fv3_conf/compile_bsub.IN_wcoss_dell_p3 @@ -3,7 +3,7 @@ #BSUB -oo out #BSUB -eo err #BSUB -J @[JBNME] -#BSUB -W 00:45 +#BSUB -W 00:50 #BSUB -q @[QUEUE] #BSUB -P GFS-DEV #BSUB -n 1 @@ -12,8 +12,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_qsub.IN_cheyenne b/tests/fv3_conf/compile_qsub.IN_cheyenne index 9d438efdf3..b122436ea7 100644 --- a/tests/fv3_conf/compile_qsub.IN_cheyenne +++ b/tests/fv3_conf/compile_qsub.IN_cheyenne @@ -9,8 +9,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_qsub.IN_wcoss2 b/tests/fv3_conf/compile_qsub.IN_wcoss2 index ee2b789758..a6f979bafc 100644 --- a/tests/fv3_conf/compile_qsub.IN_wcoss2 +++ b/tests/fv3_conf/compile_qsub.IN_wcoss2 @@ -13,8 +13,10 @@ set -eux cd $PBS_O_WORKDIR export CRAY_CONFIG_DIR=$HOME +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_slurm.IN_gaea b/tests/fv3_conf/compile_slurm.IN_gaea index f5051b92a6..6b3282ffc3 100644 --- a/tests/fv3_conf/compile_slurm.IN_gaea +++ b/tests/fv3_conf/compile_slurm.IN_gaea @@ -11,8 +11,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_slurm.IN_hera b/tests/fv3_conf/compile_slurm.IN_hera index 45fdbbe389..6ce910e665 100644 --- a/tests/fv3_conf/compile_slurm.IN_hera +++ b/tests/fv3_conf/compile_slurm.IN_hera @@ -10,8 +10,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_slurm.IN_jet b/tests/fv3_conf/compile_slurm.IN_jet index dc1b29c538..74760a6bf7 100644 --- a/tests/fv3_conf/compile_slurm.IN_jet +++ b/tests/fv3_conf/compile_slurm.IN_jet @@ -11,8 +11,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/compile_slurm.IN_orion b/tests/fv3_conf/compile_slurm.IN_orion index 6d8bdeb8b9..73457cc269 100644 --- a/tests/fv3_conf/compile_slurm.IN_orion +++ b/tests/fv3_conf/compile_slurm.IN_orion @@ -11,8 +11,10 @@ set -eux +echo -n " $( date +%s )," > job_timestamp.txt echo "Compile started: " `date` @[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/control_run.IN similarity index 70% rename from tests/fv3_conf/ccpp_control_run.IN rename to tests/fv3_conf/control_run.IN index 68b3a1b1fc..ed2f48cb37 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -22,29 +22,29 @@ else SUFFIX=${BL_SUFFIX} fi - rsync -arv ../fv3_ccpp_control${SUFFIX}/RESTART/ INPUT/ + rsync -arv ../fv3_control${SUFFIX}/RESTART/ INPUT/ if [[ $IAU_INC_FILES = 'fv3_increment.nc' ]] || [[ $READ_INCREMENT = '.T.' ]]; then #read_inc and iau tests restart from fh=24 - cp ../fv3_ccpp_control${SUFFIX}/RESTART/coupler.res INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_core.res.* INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_srf_wnd.res.* INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_tracer.* INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/RESTART/phy_data.* INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/RESTART/sfc_data.* INPUT/. - cp ../fv3_ccpp_control${SUFFIX}/INPUT/fv3_increment.nc INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/coupler.res INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/fv_core.res.* INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/fv_srf_wnd.res.* INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/fv_tracer.* INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/phy_data.* INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/sfc_data.* INPUT/. + cp ../fv3_control${SUFFIX}/INPUT/fv3_increment.nc INPUT/. cd INPUT else #restart test start from fh=12 - cp ../fv3_ccpp_control${SUFFIX}/RESTART/20161003.120000.* INPUT/. + cp ../fv3_control${SUFFIX}/RESTART/20161003.120000.* INPUT/. cd INPUT for RFILE in 20161003.120000.*; do [ -e $RFILE ] || exit 1 mv $RFILE ${RFILE#20161003.120000.} done fi - cp ../../fv3_ccpp_control${SUFFIX}/INPUT/grid_spec.nc . - cp ../../fv3_ccpp_control${SUFFIX}/INPUT/*_grid.tile*.nc . - cp ../../fv3_ccpp_control${SUFFIX}/INPUT/oro_data.tile*.nc . + cp ../../fv3_control${SUFFIX}/INPUT/grid_spec.nc . + cp ../../fv3_control${SUFFIX}/INPUT/*_grid.tile*.nc . + cp ../../fv3_control${SUFFIX}/INPUT/oro_data.tile*.nc . cd .. fi diff --git a/tests/fv3_conf/cpt_run.IN b/tests/fv3_conf/cpt_run.IN index fea2ec1f58..8828656bed 100644 --- a/tests/fv3_conf/cpt_run.IN +++ b/tests/fv3_conf/cpt_run.IN @@ -1,3 +1,4 @@ +rm -fr INPUT RESTART inputdir=FV3_input_data_127 if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . diff --git a/tests/fv3_conf/csawmg3shoc127_run.IN b/tests/fv3_conf/csawmg3shoc127_run.IN index bc57248a2e..8828656bed 100644 --- a/tests/fv3_conf/csawmg3shoc127_run.IN +++ b/tests/fv3_conf/csawmg3shoc127_run.IN @@ -1,36 +1,19 @@ +rm -fr INPUT RESTART inputdir=FV3_input_data_127 - -UNIT_TEST=${UNIT_TEST:-false} if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . mkdir RESTART else mkdir INPUT RESTART - if [[ ${UNIT_TEST} == false ]]; then - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT - else - cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - for RFILE in ../${TEST_NAME}${BL_SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do - [ -e $RFILE ] || exit 1 - RFILE_OLD=$(basename $RFILE) - RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" - cp $RFILE INPUT/${RFILE_NEW} - done - fi + cp -r @[INPUTDATA_ROOT]/${inputdir}/RESTART/* ./INPUT fi - cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/aerosol.dat . cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/co2historicaldata_201*.txt . cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/sfc_emissivity_idx.txt . cp @[INPUTDATA_ROOT]/${inputdir}/INPUT/solarconstant_noaa_an.txt . cp @[INPUTDATA_ROOT]/${inputdir}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 cp @[INPUTDATA_ROOT]/${inputdir}/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +cp @[INPUTDATA_ROOT]/${inputdir}/*grb . cp @[INPUTDATA_ROOT]/${inputdir}/*_table . cp @[INPUTDATA_ROOT]/${inputdir}/diag_table_mg3tke diag_table cp @[INPUTDATA_ROOT]/${inputdir}/field_table_csawmg3shoc field_table diff --git a/tests/fv3_conf/csawmg_run.IN b/tests/fv3_conf/csawmg_run.IN index 28b700f31d..073cdb250c 100644 --- a/tests/fv3_conf/csawmg_run.IN +++ b/tests/fv3_conf/csawmg_run.IN @@ -1,3 +1,5 @@ +rm -fr INPUT RESTART + UNIT_TEST=${UNIT_TEST:-false} if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . diff --git a/tests/fv3_conf/csawmgshoc_run.IN b/tests/fv3_conf/csawmgshoc_run.IN index 2be94b3c25..6c7bbd8ed3 100644 --- a/tests/fv3_conf/csawmgshoc_run.IN +++ b/tests/fv3_conf/csawmgshoc_run.IN @@ -1,28 +1,11 @@ -UNIT_TEST=${UNIT_TEST:-false} +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . mkdir RESTART else mkdir INPUT RESTART - - if [[ ${UNIT_TEST} == false ]]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - else - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - for RFILE in ../${TEST_NAME}${BL_SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do - [ -e $RFILE ] || exit 1 - RFILE_OLD=$(basename $RFILE) - RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" - cp $RFILE INPUT/${RFILE_NEW} - done - fi + cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT fi - cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . @@ -35,3 +18,14 @@ cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_mgtkers diag_table #cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_mgtkers field_table cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_csawmgshoc field_table cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2C.aerclim.2003-2014.*nc . +for n in 01 02 03 04 05 06 07 08 09 10 11 12; do +ln -sf merra2C.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc +done +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NAAI_monclimo2.nc cam5_4_143_NAAI_monclimo2.nc +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/mg2_IN_CCN/cam5_4_143_NPCCN_monclimo2.nc cam5_4_143_NPCCN_monclimo2.nc +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat diff --git a/tests/fv3_conf/ccpp_esg_HAFS_v0_hwrf_run.IN b/tests/fv3_conf/esg_HAFS_v0_hwrf_run.IN similarity index 100% rename from tests/fv3_conf/ccpp_esg_HAFS_v0_hwrf_run.IN rename to tests/fv3_conf/esg_HAFS_v0_hwrf_run.IN diff --git a/tests/fv3_conf/fv3_bsub.IN_wcoss_cray b/tests/fv3_conf/fv3_bsub.IN_wcoss_cray index 81359cca4f..f1e19023da 100644 --- a/tests/fv3_conf/fv3_bsub.IN_wcoss_cray +++ b/tests/fv3_conf/fv3_bsub.IN_wcoss_cray @@ -10,6 +10,7 @@ #BSUB -M 500 set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -28,5 +29,4 @@ export KMP_AFFINITY=disabled aprun -j 1 -n @[TASKS] -N @[TPN] -d @[THRD] -cc depth ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3 b/tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3 index 0079469187..f7870107fb 100644 --- a/tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3 +++ b/tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3 @@ -11,6 +11,7 @@ #BSUB -R affinity[core(@[THRD])] set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -28,5 +29,4 @@ export I_MPI_DEBUG=4 mpirun -l -n @[TASKS] ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_msub.IN b/tests/fv3_conf/fv3_msub.IN deleted file mode 100644 index cdce1e094f..0000000000 --- a/tests/fv3_conf/fv3_msub.IN +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -l -#PBS -S /bin/bash -#PBS -o out -#PBS -e err -#PBS -N @[JBNME] -#PBS -A @[ACCNR] -#PBS -q @[QUEUE] -#PBS -d . -#PBS -l partition=@[PARTITION] -#PBS -l size=@[NODES] -#PBS -l walltime=00:@[WLCLK]:00 - -set -ux - -set +x -module use $( pwd -P ) -module load modules.fv3 -set -x -module list - -echo "Model started: " `date` - -export OMP_NUM_THREADS=@[THRD] -export OMP_STACKSIZE=1024M -export NC_BLKSZ=1M - -aprun -n @[TASKS] -d@[THRD] -j1 ./fv3.exe - -echo "Model ended: " `date` - -exit diff --git a/tests/fv3_conf/fv3_qsub.IN_cheyenne b/tests/fv3_conf/fv3_qsub.IN_cheyenne index f3476d9b3b..45af6e46e8 100644 --- a/tests/fv3_conf/fv3_qsub.IN_cheyenne +++ b/tests/fv3_conf/fv3_qsub.IN_cheyenne @@ -8,6 +8,7 @@ #PBS -l walltime=00:@[WLCLK]:00 set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -30,5 +31,4 @@ sync && sleep 1 mpiexec_mpt -np @[TASKS] ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_qsub.IN_wcoss2 b/tests/fv3_conf/fv3_qsub.IN_wcoss2 index d000b7e493..e3cefa0550 100644 --- a/tests/fv3_conf/fv3_qsub.IN_wcoss2 +++ b/tests/fv3_conf/fv3_qsub.IN_wcoss2 @@ -9,6 +9,7 @@ #PBS -l walltime=00:@[WLCLK]:00 set -eux +echo -n " $( date +%s )," > job_timestamp.txt cd $PBS_O_WORKDIR export CRAY_CONFIG_DIR=$HOME @@ -28,5 +29,4 @@ export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 cray aprun -n @[TASKS] ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea b/tests/fv3_conf/fv3_slurm.IN_gaea index ada92b658d..8238c978a3 100644 --- a/tests/fv3_conf/fv3_slurm.IN_gaea +++ b/tests/fv3_conf/fv3_slurm.IN_gaea @@ -8,7 +8,8 @@ #SBATCH --ntasks=@[TASKS] #SBATCH --time=@[WLCLK] -set -ux +set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -30,5 +31,4 @@ sync && sleep 1 srun ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_hera b/tests/fv3_conf/fv3_slurm.IN_hera index 6c48bb4f64..a427250099 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hera +++ b/tests/fv3_conf/fv3_slurm.IN_hera @@ -11,6 +11,7 @@ ### #SBATCH --exclusive set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -35,5 +36,4 @@ sync && sleep 1 srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_jet b/tests/fv3_conf/fv3_slurm.IN_jet index d44012ed11..4d6c4feb6f 100644 --- a/tests/fv3_conf/fv3_slurm.IN_jet +++ b/tests/fv3_conf/fv3_slurm.IN_jet @@ -10,6 +10,7 @@ ### #SBATCH --exclusive set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -34,5 +35,4 @@ sync && sleep 1 srun ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_orion b/tests/fv3_conf/fv3_slurm.IN_orion index d1c142f513..68a93c28ec 100644 --- a/tests/fv3_conf/fv3_slurm.IN_orion +++ b/tests/fv3_conf/fv3_slurm.IN_orion @@ -12,6 +12,7 @@ #SBATCH --exclusive set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -39,5 +40,4 @@ sync && sleep 1 srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_stampede b/tests/fv3_conf/fv3_slurm.IN_stampede index 59fe5a87f7..0384da5966 100644 --- a/tests/fv3_conf/fv3_slurm.IN_stampede +++ b/tests/fv3_conf/fv3_slurm.IN_stampede @@ -1,13 +1,14 @@ #!/bin/bash -l #SBATCH -o out #SBATCH -e err -#SBATCH -N 4 +#SBATCH -N @[NODES] #SBATCH -A @[ACCNR] -#SBATCH -p skx-dev +#SBATCH -p @[QUEUE] #SBATCH -n @[TASKS] #SBATCH -t 00:@[WLCLK]:00 set -eux +echo -n " $( date +%s )," > job_timestamp.txt set +x source ./module-setup.sh @@ -32,5 +33,4 @@ export LD_BIND_NOW=1 ibrun ./fv3.exe echo "Model ended: " `date` - -exit +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/ccpp_gf_thompson_run.IN b/tests/fv3_conf/gf_thompson_run.IN similarity index 85% rename from tests/fv3_conf/ccpp_gf_thompson_run.IN rename to tests/fv3_conf/gf_thompson_run.IN index c2faa7eaa4..df350032bc 100644 --- a/tests/fv3_conf/ccpp_gf_thompson_run.IN +++ b/tests/fv3_conf/gf_thompson_run.IN @@ -16,8 +16,8 @@ cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/field_table_gf_thompson field_table cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . # Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/thompson_tables_precomp.sl . -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat . +cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . +cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . + diff --git a/tests/fv3_conf/gfdlmp_run.IN b/tests/fv3_conf/gfdlmp_run.IN index 92a19ba1c7..af0e3d5f84 100644 --- a/tests/fv3_conf/gfdlmp_run.IN +++ b/tests/fv3_conf/gfdlmp_run.IN @@ -1,5 +1,6 @@ -UNIT_TEST=${UNIT_TEST:-false} +rm -fr INPUT RESTART +UNIT_TEST=${UNIT_TEST:-false} if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . mkdir RESTART @@ -39,3 +40,10 @@ if [ $CPLWAV = .T. ]; then cp @[INPUTDATA_ROOT_WW3]/mod_def.* . cp @[INPUTDATA_ROOT_WW3]/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . fi + +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/post_itag itag + cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi diff --git a/tests/fv3_conf/gfs_v15_run.IN b/tests/fv3_conf/gfs_v15_run.IN index 79e9537fc2..6318e9b7b6 100644 --- a/tests/fv3_conf/gfs_v15_run.IN +++ b/tests/fv3_conf/gfs_v15_run.IN @@ -17,3 +17,7 @@ cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_gfdlmp diag_table cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_gfdlmp field_table cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . + +if [ $DO_RRTMGP = .T. ]; then +cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi diff --git a/tests/fv3_conf/ccpp_gfs_v16_flake_run.IN b/tests/fv3_conf/gfs_v16_flake_run.IN similarity index 100% rename from tests/fv3_conf/ccpp_gfs_v16_flake_run.IN rename to tests/fv3_conf/gfs_v16_flake_run.IN diff --git a/tests/fv3_conf/gfs_v16_run.IN b/tests/fv3_conf/gfs_v16_run.IN index a9210d2c39..8bc6f6db15 100644 --- a/tests/fv3_conf/gfs_v16_run.IN +++ b/tests/fv3_conf/gfs_v16_run.IN @@ -1,11 +1,13 @@ rm -fr INPUT RESTART -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT +rsync -arv @[INPUTDATA_ROOT]/FV3_input_data/INPUT/ INPUT/ +mkdir RESTART +if [ $WARM_START = .T. ]; then + rsync -arv ../fv3_gfs_v16${RT_SUFFIX}/RESTART/ INPUT/ + cd INPUT + rename 20161004.000000. '' 20161004.000000.* + cd .. fi + cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . @@ -17,3 +19,15 @@ cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_gfdlmp diag_table cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/field_table_suite2 field_table cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . +for n in 01 02 03 04 05 06 07 08 09 10 11 12; do +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc +done +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat +cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat + +if [ $DO_RRTMGP = .T. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi diff --git a/tests/fv3_conf/ccpp_gfs_v16_run_c192L127.IN b/tests/fv3_conf/gfs_v16_run_c192L127.IN similarity index 93% rename from tests/fv3_conf/ccpp_gfs_v16_run_c192L127.IN rename to tests/fv3_conf/gfs_v16_run_c192L127.IN index 53dd35df26..d552738fe9 100644 --- a/tests/fv3_conf/ccpp_gfs_v16_run_c192L127.IN +++ b/tests/fv3_conf/gfs_v16_run_c192L127.IN @@ -2,7 +2,7 @@ rm -fr INPUT RESTART rsync -arv @[INPUTDATA_ROOT]/FV3_input_data_c192L127/INPUT/ INPUT/ mkdir RESTART if [ $WARM_START = .T. ]; then - rsync -arv ../fv3_ccpp_gfs_v16_c192L127${RT_SUFFIX}/RESTART/ INPUT/ + rsync -arv ../fv3_gfs_v16_c192L127${RT_SUFFIX}/RESTART/ INPUT/ cd INPUT rename 20190120.000000. '' 20190120.000000.* cd .. diff --git a/tests/fv3_conf/ccpp_gfsv16_ugwpv1_run.IN b/tests/fv3_conf/gfsv16_ugwpv1_run.IN similarity index 100% rename from tests/fv3_conf/ccpp_gfsv16_ugwpv1_run.IN rename to tests/fv3_conf/gfsv16_ugwpv1_run.IN diff --git a/tests/fv3_conf/ccpp_gocart.IN b/tests/fv3_conf/gocart.IN similarity index 100% rename from tests/fv3_conf/ccpp_gocart.IN rename to tests/fv3_conf/gocart.IN diff --git a/tests/fv3_conf/ccpp_gsd_run.IN b/tests/fv3_conf/gsd_run.IN similarity index 91% rename from tests/fv3_conf/ccpp_gsd_run.IN rename to tests/fv3_conf/gsd_run.IN index ac566483e4..acd94ae962 100644 --- a/tests/fv3_conf/ccpp_gsd_run.IN +++ b/tests/fv3_conf/gsd_run.IN @@ -6,7 +6,7 @@ else cp -r @[INPUTDATA_ROOT]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/grid_spec*.nc INPUT/ cp -r @[INPUTDATA_ROOT]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/C96_grid*.nc INPUT/ cp -r @[INPUTDATA_ROOT]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/oro_data*.nc INPUT/ - cp ../fv3_ccpp_gsd_coldstart${RT_SUFFIX}/RESTART/* INPUT/ + cp ../fv3_gsd_coldstart${RT_SUFFIX}/RESTART/* INPUT/ fi cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . @@ -58,9 +58,8 @@ cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . # Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables if [ $IMP_PHYSICS = 8 ]; then - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/thompson_tables_precomp.sl . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat . - cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . fi @@ -68,3 +67,4 @@ fi if [ $GWD_OPT = 3 ] || [ $GWD_OPT = 33 ] || [ $GWD_OPT = 2 ] || [ $GWD_OPT = 22 ]; then cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/drag_suite/* INPUT/ fi + diff --git a/tests/fv3_conf/ccpp_gsd_sar_run.IN b/tests/fv3_conf/gsd_sar_run.IN similarity index 85% rename from tests/fv3_conf/ccpp_gsd_sar_run.IN rename to tests/fv3_conf/gsd_sar_run.IN index 8a434bccc6..7effc0cae3 100644 --- a/tests/fv3_conf/ccpp_gsd_sar_run.IN +++ b/tests/fv3_conf/gsd_sar_run.IN @@ -18,8 +18,8 @@ cp @[INPUTDATA_ROOT]/FV3_input_data_sar/field_table_gsd_sar field_table cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . # Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/thompson_tables_precomp.sl . -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qs.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qg.dat . +cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . +cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . + diff --git a/tests/fv3_conf/rasmgshoc_run.IN b/tests/fv3_conf/rasmgshoc_run.IN deleted file mode 100644 index 1e0fc42274..0000000000 --- a/tests/fv3_conf/rasmgshoc_run.IN +++ /dev/null @@ -1,20 +0,0 @@ - -if [ $WARM_START = .F. ]; then - cp -r @[INPUTDATA_ROOT]/FV3_input_data/INPUT . - mkdir RESTART -else - mkdir INPUT RESTART - cp -r @[INPUTDATA_ROOT]/FV3_input_data/RESTART/* ./INPUT -fi -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/aerosol.dat . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/co2historicaldata_201*.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . -cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 -cp @[INPUTDATA_ROOT]/FV3_input_data/*grb . -cp @[INPUTDATA_ROOT]/FV3_input_data/*_table . -cp @[INPUTDATA_ROOT]/FV3_input_data/diag_table_mgtkers diag_table -#cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_mgtkers field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/field_table_rasmgshoc field_table -cp @[INPUTDATA_ROOT]/FV3_input_data/*configure . diff --git a/tests/fv3_conf/regional_c786_run.IN b/tests/fv3_conf/regional_c786_run.IN new file mode 100644 index 0000000000..ddb18043a1 --- /dev/null +++ b/tests/fv3_conf/regional_c786_run.IN @@ -0,0 +1,25 @@ +rsync -arv @[INPUTDATA_ROOT]/FV3_regional_input_data/. . + +rm -rf INPUT RESTART +mkdir INPUT RESTART + +rsync -arv @[INPUTDATA_ROOT]/@[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 + +if [ $OZ_PHYS_NEW = .T. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +elif [ $OZ_PHYS_OLD = .T. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/INPUT/global_o3prdlos.f77 . +fi +if [ $H2O_PHYS = .T. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +fi diff --git a/tests/fv3_conf/ccpp_regional_run.IN b/tests/fv3_conf/regional_run.IN similarity index 65% rename from tests/fv3_conf/ccpp_regional_run.IN rename to tests/fv3_conf/regional_run.IN index 76cc74bd72..cc7d84dc34 100644 --- a/tests/fv3_conf/ccpp_regional_run.IN +++ b/tests/fv3_conf/regional_run.IN @@ -9,13 +9,13 @@ mkdir INPUT RESTART rsync -arv @[INPUTDATA_ROOT]/fv3_regional_control/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 + 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 if [ $WRITE_RESTART_WITH_BCS = .true. ]; then cp @[INPUTDATA_ROOT]/fv3_regional_control/RESTART/fv_core.res.tile1_new.nc RESTART/fv_core.res.tile1_new.nc diff --git a/tests/fv3_conf/satmedmf_run.IN b/tests/fv3_conf/satmedmf_run.IN index c62aa9ce79..400eca407f 100644 --- a/tests/fv3_conf/satmedmf_run.IN +++ b/tests/fv3_conf/satmedmf_run.IN @@ -1,4 +1,6 @@ +rm -fr INPUT RESTART +UNIT_TEST=${UNIT_TEST:-false} if [ $NPX = 97 ]; then inputdir=FV3_input_data elif [ $NPX = 193 ]; then @@ -9,8 +11,6 @@ elif [ $NPX = 769 ]; then inputdir=FV3_input_data_c768 fi echo "inputdir=$inputdir,NPX=$NPX" - -UNIT_TEST=${UNIT_TEST:-false} if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . mkdir RESTART diff --git a/tests/fv3_conf/ccpp_stretched_run.IN b/tests/fv3_conf/stretched_run.IN similarity index 100% rename from tests/fv3_conf/ccpp_stretched_run.IN rename to tests/fv3_conf/stretched_run.IN diff --git a/tests/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN b/tests/parm/c96_HAFS_v0_hwrf.nml.IN similarity index 100% rename from tests/parm/ccpp_c96_HAFS_v0_hwrf.nml.IN rename to tests/parm/c96_HAFS_v0_hwrf.nml.IN diff --git a/tests/parm/ccpp_ca.nml.IN b/tests/parm/ca.nml.IN similarity index 100% rename from tests/parm/ccpp_ca.nml.IN rename to tests/parm/ca.nml.IN diff --git a/tests/parm/ccpp_cpt.nml.IN b/tests/parm/ccpp_cpt.nml.IN deleted file mode 100644 index ccc61c8f06..0000000000 --- a/tests/parm/ccpp_cpt.nml.IN +++ /dev/null @@ -1,355 +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 = 0 - 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 = "global_slmask.t1534.3072.1536.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/tests/parm/ccpp_csawmg.nml.IN b/tests/parm/ccpp_csawmg.nml.IN deleted file mode 100644 index 68c3688586..0000000000 --- a/tests/parm/ccpp_csawmg.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 = 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 = 1 - 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 = "global_slmask.t1534.3072.1536.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/tests/parm/ccpp_csawmg3shoc127.nml.IN b/tests/parm/ccpp_csawmg3shoc127.nml.IN deleted file mode 100644 index 2f01b488f1..0000000000 --- a/tests/parm/ccpp_csawmg3shoc127.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 = @[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 = 0 - 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 = "global_slmask.t1534.3072.1536.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/tests/parm/ccpp_csawmgshoc.nml.IN b/tests/parm/ccpp_csawmgshoc.nml.IN deleted file mode 100644 index 472cbf4da4..0000000000 --- a/tests/parm/ccpp_csawmgshoc.nml.IN +++ /dev/null @@ -1,304 +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 = 0 - 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 = "global_slmask.t1534.3072.1536.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/tests/parm/ccpp_input_nest02.nml.IN b/tests/parm/ccpp_input_nest02.nml.IN deleted file mode 100644 index 0052e17e74..0000000000 --- a/tests/parm/ccpp_input_nest02.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 = 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. - nestupdate = 7 - -/ - -&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 = "global_slmask.t1534.3072.1536.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/tests/parm/ccpp_control.nml.IN b/tests/parm/control.nml.IN similarity index 100% rename from tests/parm/ccpp_control.nml.IN rename to tests/parm/control.nml.IN diff --git a/tests/parm/cpt.nml.IN b/tests/parm/cpt.nml.IN index 6f05ac8223..ccc61c8f06 100644 --- a/tests/parm/cpt.nml.IN +++ b/tests/parm/cpt.nml.IN @@ -12,6 +12,7 @@ chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -176,6 +177,8 @@ iopt_snf = 4 iopt_tbot = 2 iopt_stc = 1 + oz_phys = .false. + oz_phys_2015 = .true. debug = .false. ras = .false. cscnv = .true. diff --git a/tests/parm/csawmg.nml.IN b/tests/parm/csawmg.nml.IN index 09b9ce71ce..68c3688586 100644 --- a/tests/parm/csawmg.nml.IN +++ b/tests/parm/csawmg.nml.IN @@ -12,6 +12,7 @@ chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -152,7 +153,7 @@ cal_pre = .false. redrag = .true. dspheat = .false. - hybedmf = @[HYBEDMF] + hybedmf = .true. satmedmf = .false. lheatstrg = @[LHEATSTRG] random_clds = .true. @@ -177,6 +178,8 @@ iopt_snf = 4 iopt_tbot = 2 iopt_stc = 1 + oz_phys = .false. + oz_phys_2015 = .true. debug = .false. ras = .false. diff --git a/tests/parm/csawmg3shoc127.nml.IN b/tests/parm/csawmg3shoc127.nml.IN index 4eff370829..2f01b488f1 100644 --- a/tests/parm/csawmg3shoc127.nml.IN +++ b/tests/parm/csawmg3shoc127.nml.IN @@ -12,6 +12,7 @@ chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -152,7 +153,7 @@ cal_pre = .false. redrag = .true. dspheat = .fasle. - hybedmf = @[HYBEDMF] + hybedmf = .false. satmedmf = .false. lheatstrg = @[LHEATSTRG] random_clds = .true. @@ -198,7 +199,7 @@ fprcp = 2 pdfflag = 4 iccn = 0 - mg_do_graupel = .true. + mg_do_graupel = .true. mg_do_hail = .false. do_sb_physics = .true. mg_do_ice_gmao = .false. @@ -209,6 +210,8 @@ max_lat = 4000 rhcmax = 0.9999999 effr_in = .true. + oz_phys = .false. + oz_phys_2015 = .true. nstf_name = @[NSTF_NAME] iau_delthrs = 6 diff --git a/tests/parm/csawmgshoc.nml.IN b/tests/parm/csawmgshoc.nml.IN index c6c44b1d2f..472cbf4da4 100644 --- a/tests/parm/csawmgshoc.nml.IN +++ b/tests/parm/csawmgshoc.nml.IN @@ -12,6 +12,7 @@ chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -151,7 +152,7 @@ cal_pre = .false. redrag = .true. dspheat = .false. - hybedmf = @[HYBEDMF] + hybedmf = .false. satmedmf = .false. lheatstrg = @[LHEATSTRG] random_clds = .true. @@ -208,6 +209,8 @@ max_lat = 4000 rhcmax = 0.9999999 effr_in = .true. + oz_phys = .false. + oz_phys_2015 = .true. nstf_name = @[NSTF_NAME] iau_delthrs = 6 diff --git a/tests/parm/ccpp_esg_HAFS_v0_hwrf-model_configure.IN b/tests/parm/esg_HAFS_v0_hwrf-model_configure.IN similarity index 100% rename from tests/parm/ccpp_esg_HAFS_v0_hwrf-model_configure.IN rename to tests/parm/esg_HAFS_v0_hwrf-model_configure.IN diff --git a/tests/parm/ccpp_esg_HAFS_v0_hwrf.nml.IN b/tests/parm/esg_HAFS_v0_hwrf.nml.IN similarity index 100% rename from tests/parm/ccpp_esg_HAFS_v0_hwrf.nml.IN rename to tests/parm/esg_HAFS_v0_hwrf.nml.IN diff --git a/tests/parm/ccpp_gfdlmp.nml.IN b/tests/parm/gfdlmp.nml.IN similarity index 100% rename from tests/parm/ccpp_gfdlmp.nml.IN rename to tests/parm/gfdlmp.nml.IN diff --git a/tests/parm/ccpp_gfsv16_csawmg.nml.IN b/tests/parm/gfsv16_csawmg.nml.IN similarity index 100% rename from tests/parm/ccpp_gfsv16_csawmg.nml.IN rename to tests/parm/gfsv16_csawmg.nml.IN diff --git a/tests/parm/ccpp.gocart.nml.IN b/tests/parm/gocart.nml.IN similarity index 100% rename from tests/parm/ccpp.gocart.nml.IN rename to tests/parm/gocart.nml.IN diff --git a/tests/parm/ccpp_gsd.nml.IN b/tests/parm/gsd.nml.IN similarity index 100% rename from tests/parm/ccpp_gsd.nml.IN rename to tests/parm/gsd.nml.IN diff --git a/tests/parm/ccpp_gsd_rrtmgp.nml.IN b/tests/parm/gsd_rrtmgp.nml.IN similarity index 100% rename from tests/parm/ccpp_gsd_rrtmgp.nml.IN rename to tests/parm/gsd_rrtmgp.nml.IN diff --git a/tests/parm/ccpp_gsd_sar-model_configure.IN b/tests/parm/gsd_sar-model_configure.IN similarity index 100% rename from tests/parm/ccpp_gsd_sar-model_configure.IN rename to tests/parm/gsd_sar-model_configure.IN diff --git a/tests/parm/ccpp_gsd_sar.nml.IN b/tests/parm/gsd_sar.nml.IN similarity index 100% rename from tests/parm/ccpp_gsd_sar.nml.IN rename to tests/parm/gsd_sar.nml.IN diff --git a/tests/parm/input.mom6_ccpp.nml.IN b/tests/parm/input.mom6_ccpp.nml.IN index 870f4dfc5a..0fc5f52233 100644 --- a/tests/parm/input.mom6_ccpp.nml.IN +++ b/tests/parm/input.mom6_ccpp.nml.IN @@ -268,9 +268,6 @@ FSICS = 99999, / &nam_stochy - lon_s=768, - lat_s=384, - ntrunc=382, SKEBNORM=1, SKEB_NPASS=30, SKEB_VDOF=5, diff --git a/tests/parm/input_nest02.nml.IN b/tests/parm/input_nest02.nml.IN index fdefdf3ae2..0052e17e74 100644 --- a/tests/parm/input_nest02.nml.IN +++ b/tests/parm/input_nest02.nml.IN @@ -7,11 +7,12 @@ date_out_of_range = 'climo', / -&atmos_model_nml + &atmos_model_nml blocksize = 24 chksum_debug = .false. dycore_only = .false. fdiag = @[FDIAG] + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml diff --git a/tests/parm/ccpp_lndp.nml.IN b/tests/parm/lndp.nml.IN similarity index 100% rename from tests/parm/ccpp_lndp.nml.IN rename to tests/parm/lndp.nml.IN diff --git a/tests/parm/ccpp_multi_gases.nml.IN b/tests/parm/multi_gases.nml.IN similarity index 100% rename from tests/parm/ccpp_multi_gases.nml.IN rename to tests/parm/multi_gases.nml.IN diff --git a/tests/parm/ccpp_regional.nml.IN b/tests/parm/regional.nml.IN similarity index 100% rename from tests/parm/ccpp_regional.nml.IN rename to tests/parm/regional.nml.IN diff --git a/tests/parm/ccpp_regional_c768.nml.IN b/tests/parm/regional_c768.nml.IN similarity index 100% rename from tests/parm/ccpp_regional_c768.nml.IN rename to tests/parm/regional_c768.nml.IN diff --git a/tests/parm/ccpp_stretched-input.nml.IN b/tests/parm/stretched-input.nml.IN similarity index 100% rename from tests/parm/ccpp_stretched-input.nml.IN rename to tests/parm/stretched-input.nml.IN diff --git a/tests/parm/ccpp_stretched-nest-input.nml.IN b/tests/parm/stretched-nest-input.nml.IN similarity index 99% rename from tests/parm/ccpp_stretched-nest-input.nml.IN rename to tests/parm/stretched-nest-input.nml.IN index e6bc9be787..3410ffac86 100644 --- a/tests/parm/ccpp_stretched-nest-input.nml.IN +++ b/tests/parm/stretched-nest-input.nml.IN @@ -112,8 +112,9 @@ / &fv_nest_nml grid_pes = 48, 48 - grid_coarse = 0, 1 tile_coarse = 0, 6 + num_tile_top = 6 + p_split=1 nest_refine = 0, 3 nest_ioffsets= 1, 14 nest_joffsets= 1, 19 diff --git a/tests/parm/ccpp_v15p2_c96.nml.IN b/tests/parm/v15p2_c96.nml.IN similarity index 97% rename from tests/parm/ccpp_v15p2_c96.nml.IN rename to tests/parm/v15p2_c96.nml.IN index 5f74b926ab..e9394db3f9 100644 --- a/tests/parm/ccpp_v15p2_c96.nml.IN +++ b/tests/parm/v15p2_c96.nml.IN @@ -16,7 +16,7 @@ fhout = 3 fhmaxhf = 120 fhouthf = 1 - ccpp_suite = 'FV3_GFS_v15p2' + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -144,8 +144,9 @@ random_clds = .false. trans_trac = .true. cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + ras = @[RAS] cdmbgwd = 0.14,1.8,1.0,1.0 prslrd0 = 0. ivegsrc = 1 @@ -162,8 +163,8 @@ do_sppt = .true. do_shum = .true. do_skeb = .true. - lndp_type = @[LNDP_TYPE] - n_var_lndp = @[N_VAR_LNDP] + lndp_type = @[LNDP_TYPE] + n_var_lndp = @[N_VAR_LNDP] / &gfdl_cloud_microphysics_nml diff --git a/tests/parm/ccpp_v15p2_c96_rrtmgp.nml.IN b/tests/parm/v15p2_c96_rrtmgp.nml.IN similarity index 100% rename from tests/parm/ccpp_v15p2_c96_rrtmgp.nml.IN rename to tests/parm/v15p2_c96_rrtmgp.nml.IN diff --git a/tests/parm/ccpp_v16_c192L127_rrtmgp.nml.IN b/tests/parm/v16_c192L127_rrtmgp.nml.IN similarity index 100% rename from tests/parm/ccpp_v16_c192L127_rrtmgp.nml.IN rename to tests/parm/v16_c192L127_rrtmgp.nml.IN diff --git a/tests/parm/ccpp_v16_c96.nml.IN b/tests/parm/v16_c96.nml.IN similarity index 97% rename from tests/parm/ccpp_v16_c96.nml.IN rename to tests/parm/v16_c96.nml.IN index eb5dba4786..18ed7aec61 100644 --- a/tests/parm/ccpp_v16_c96.nml.IN +++ b/tests/parm/v16_c96.nml.IN @@ -16,7 +16,7 @@ fhout = 3 fhmaxhf = 120 fhouthf = 1 - ccpp_suite = 'FV3_GFS_v16' + ccpp_suite = '@[CCPP_SUITE]' / &diag_manager_nml @@ -133,7 +133,7 @@ deflate_level=1 fhlwr = 3600. ialb = 1 iems = 1 - iaer = 5111 + iaer = @[IAER] icliq_sw = 2 iovr = 3 ico2 = 2 @@ -154,8 +154,9 @@ deflate_level=1 random_clds = .false. trans_trac = .true. cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + ras = @[RAS] cdmbgwd = 0.14,1.8,1.0,1.0 prslrd0 = 0. ivegsrc = 1 diff --git a/tests/parm/ccpp_v16_c96_rrtmgp.nml.IN b/tests/parm/v16_c96_rrtmgp.nml.IN similarity index 100% rename from tests/parm/ccpp_v16_c96_rrtmgp.nml.IN rename to tests/parm/v16_c96_rrtmgp.nml.IN diff --git a/tests/parm/ccpp_v16_c96_ugwpv1.nml.IN b/tests/parm/v16_c96_ugwpv1.nml.IN similarity index 100% rename from tests/parm/ccpp_v16_c96_ugwpv1.nml.IN rename to tests/parm/v16_c96_ugwpv1.nml.IN diff --git a/tests/parm/ccpp_v16_flake_c96.nml.IN b/tests/parm/v16_flake_c96.nml.IN similarity index 100% rename from tests/parm/ccpp_v16_flake_c96.nml.IN rename to tests/parm/v16_flake_c96.nml.IN diff --git a/tests/rt.conf b/tests/rt.conf index bf24c94cb1..76f29be742 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -2,194 +2,188 @@ # PROD tests # ################################################################################################################################################################################### -COMPILE | SUITES=FV3_GFS_2017 | | fv3 | - -RUN | fv3_ccpp_control | | fv3 | -RUN | fv3_ccpp_decomp | - jet.intel | | -RUN | fv3_ccpp_2threads | | | -RUN | fv3_ccpp_restart | | | fv3_ccpp_control -RUN | fv3_ccpp_read_inc | | fv3 | fv3_ccpp_control -RUN | fv3_ccpp_wrtGauss_netcdf_esmf | | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf | | fv3 | -RUN | fv3_ccpp_wrtGauss_netcdf_parallel | | fv3 | -RUN | fv3_ccpp_wrtGlatlon_netcdf | | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio | | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c192 | | fv3 | -RUN | fv3_ccpp_stochy | | fv3 | -RUN | fv3_ccpp_ca | | fv3 | -RUN | fv3_ccpp_lndp | | fv3 | +COMPILE | APP=ATM SUITES=FV3_GFS_2017 | | fv3 | + +RUN | fv3_control | | fv3 | +RUN | fv3_decomp | - jet.intel | | +RUN | fv3_2threads | | | +RUN | fv3_restart | | | fv3_control +RUN | fv3_read_inc | | fv3 | fv3_control +RUN | fv3_wrtGauss_netcdf_esmf | | fv3 | +RUN | fv3_wrtGauss_netcdf | | fv3 | +RUN | fv3_wrtGauss_netcdf_parallel | | fv3 | +RUN | fv3_wrtGlatlon_netcdf | | fv3 | +RUN | fv3_wrtGauss_nemsio | | fv3 | +RUN | fv3_wrtGauss_nemsio_c192 | | fv3 | +RUN | fv3_stochy | | fv3 | +RUN | fv3_ca | | fv3 | +RUN | fv3_lndp | | fv3 | # temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it -RUN | fv3_ccpp_iau | | fv3 | fv3_ccpp_control -RUN | fv3_ccpp_lheatstrg | | fv3 | +RUN | fv3_iau | | fv3 | fv3_control +RUN | fv3_lheatstrg | | fv3 | # WW3 not working on Cheyenne in the past, need to check if it works now -COMPILE | SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | + wcoss_dell_p3 hera.intel orion.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad | + wcoss_dell_p3 hera.intel orion.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad_atmwav | + wcoss_dell_p3 hera.intel orion.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | + hera.intel orion.intel | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y | | fv3 | -RUN | fv3_ccpp_multigases | | fv3 | - -COMPILE | SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | | fv3 | -RUN | fv3_ccpp_control_32bit | | fv3 | -RUN | fv3_ccpp_stretched | | fv3 | -RUN | fv3_ccpp_stretched_nest | | fv3 | - -COMPILE | SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y | | fv3 | -RUN | fv3_ccpp_regional_control | | fv3 | -RUN | fv3_ccpp_regional_restart | | fv3 | fv3_ccpp_regional_control -RUN | fv3_ccpp_regional_quilt | | fv3 | -RUN | fv3_ccpp_regional_quilt_hafs | | fv3 | -RUN | fv3_ccpp_regional_quilt_netcdf_parallel | | fv3 | -#RUN | fv3_ccpp_regional_c768 | wcoss_dell_p3 | fv3 | -#RUN | fv3_ccpp_regional_c768 | hera.intel | fv3 | -#RUN | fv3_ccpp_regional_c768 | gaea.intel | fv3 | -#RUN | fv3_ccpp_regional_c768 | jet.intel | fv3 | -#RUN | fv3_ccpp_regional_c768 | orion.intel | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | | fv3 | -RUN | fv3_ccpp_gfdlmp | | fv3 | -RUN | fv3_ccpp_gfdlmprad_gwd | | fv3 | -RUN | fv3_ccpp_gfdlmprad_noahmp | | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | | fv3 | -#RUN | fv3_ccpp_csawmgshoc | | fv3 | -#RUN | fv3_ccpp_csawmg3shoc127 | | fv3 | -RUN | fv3_ccpp_csawmg | | fv3 | -RUN | fv3_ccpp_satmedmf | | fv3 | -RUN | fv3_ccpp_satmedmfq | | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y | | fv3 | -RUN | fv3_ccpp_gfdlmp_32bit | | fv3 | -RUN | fv3_ccpp_gfdlmprad_32bit_post | | fv3 | -RUN | fv3_ccpp_cpt | | fv3 | -RUN | fv3_ccpp_gsd | | fv3 | +COMPILE | APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp | + wcoss_dell_p3 hera.intel orion.intel | fv3 | +RUN | fv3_gfdlmprad | + wcoss_dell_p3 hera.intel orion.intel | fv3 | +RUN | fv3_gfdlmprad_atmwav | + wcoss_dell_p3 hera.intel orion.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c768 | + hera.intel orion.intel | fv3 | + +# Run multigases test in REPRO mode to avoid numerical instability in the deep atmosphere +COMPILE | APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y | | fv3 | +RUN | fv3_multigases | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | | fv3 | +RUN | fv3_control_32bit | | fv3 | +RUN | fv3_stretched | | fv3 | +RUN | fv3_stretched_nest | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v15_thompson_mynn 32BIT=Y | | fv3 | +RUN | fv3_regional_control | | fv3 | +RUN | fv3_regional_restart | | fv3 | fv3_regional_control +RUN | fv3_regional_quilt | | fv3 | +RUN | fv3_regional_quilt_hafs | | fv3 | +RUN | fv3_regional_quilt_netcdf_parallel | | fv3 | +#RUN | fv3_regional_c768 | wcoss_dell_p3 | fv3 | +#RUN | fv3_regional_c768 | hera.intel | fv3 | +#RUN | fv3_regional_c768 | gaea.intel | fv3 | +#RUN | fv3_regional_c768 | jet.intel | fv3 | +#RUN | fv3_regional_c768 | orion.intel | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | | fv3 | +RUN | fv3_gfdlmp | | fv3 | +RUN | fv3_gfdlmprad_gwd | | fv3 | +RUN | fv3_gfdlmprad_noahmp | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | | fv3 | +#RUN | fv3_csawmgshoc | | fv3 | +#RUN | fv3_csawmg3shoc127 | | fv3 | +RUN | fv3_csawmg | | fv3 | +RUN | fv3_satmedmf | | fv3 | +RUN | fv3_satmedmfq | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta 32BIT=Y | | fv3 | +RUN | fv3_gfdlmp_32bit | | fv3 | +RUN | fv3_gfdlmprad_32bit_post | | fv3 | +RUN | fv3_cpt | | fv3 | +RUN | fv3_gsd | | fv3 | # These two tests crash with NaNs on jet.intel -RUN | fv3_ccpp_rap | - jet.intel | fv3 | -RUN | fv3_ccpp_hrrr | - jet.intel | fv3 | -RUN | fv3_ccpp_thompson | | fv3 | -RUN | fv3_ccpp_thompson_no_aero | | fv3 | +RUN | fv3_rap | - jet.intel | fv3 | +RUN | fv3_hrrr | - jet.intel | fv3 | +RUN | fv3_thompson | | fv3 | +RUN | fv3_thompson_no_aero | | fv3 | # This test crashes with NaNs on jet.intel -RUN | fv3_ccpp_rrfs_v1beta | - jet.intel | fv3 | - -COMPILE | SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16_RRTMGP | | fv3 | -# fv3_ccpp_gfs_v15p2 and fv3_ccpp_gfs_v15p2_RRTMGP fail w/ sat.vap pressure error when cdmbgwd=0.14,1.8,1.0,1.0 -RUN | fv3_ccpp_gfs_v15p2 | - cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v16 | | fv3 | -RUN | fv3_ccpp_gfs_v16_restart | | | fv3_ccpp_gfs_v16 -RUN | fv3_ccpp_gfs_v16_stochy | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_RRTMGP | - cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP | | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP_c192L127 | | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP_2thrd | | fv3 | - -COMPILE | SUITES=FV3_GFS_v16_csawmg | | fv3 | -# fv3_ccpp_gfsv16_csawmg crashes with a "bus error" on cheyenne.intel, turn off both tests -RUN | fv3_ccpp_gfsv16_csawmg | - cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfsv16_csawmgt | - cheyenne.intel | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake | | fv3 | -RUN | fv3_ccpp_gocart_clm | | fv3 | -RUN | fv3_ccpp_gfs_v16_flake | | fv3 | - -COMPILE | SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1 | | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf_thompson | | fv3 | -#RUN | fv3_ccpp_HAFS_v0_hwrf | | fv3 | -RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1 | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1_warmstart | | fv3 | +RUN | fv3_rrfs_v1beta | - jet.intel | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP | | fv3 | +RUN | fv3_gfs_v16 | | fv3 | +RUN | fv3_gfs_v16_restart | | | fv3_gfs_v16 +RUN | fv3_gfs_v16_stochy | | fv3 | +RUN | fv3_gfs_v16_RRTMGP | | fv3 | +RUN | fv3_gfs_v16_RRTMGP_c192L127 | | fv3 | +RUN | fv3_gfs_v16_RRTMGP_2thrd | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v16_csawmg | | fv3 | +# fv3_gfsv16_csawmg crashes with a "bus error" on cheyenne.intel, turn off both tests +RUN | fv3_gfsv16_csawmg | - cheyenne.intel | fv3 | +RUN | fv3_gfsv16_csawmgt | - cheyenne.intel | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake | | fv3 | +RUN | fv3_gocart_clm | | fv3 | +RUN | fv3_gfs_v16_flake | | fv3 | + +COMPILE | APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras | | fv3 | +RUN | fv3_HAFS_v0_hwrf_thompson | | fv3 | +#RUN | fv3_HAFS_v0_hwrf | | fv3 | +RUN | fv3_esg_HAFS_v0_hwrf_thompson | | fv3 | +RUN | fv3_gfsv16_ugwpv1 | | fv3 | +RUN | fv3_gfsv16_ugwpv1_warmstart | | fv3 | +RUN | fv3_gfs_v16_ras | | fv3 | ################################################################################################################################################################################### # DEBUG tests # ################################################################################################################################################################################### -# Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) -# Note: weird bug on Cheyenne, compiling without SUITES=... works fine on the login nodes, but crashes on the compute nodes; same issues on wcoss_cray and wcoss_dell_p3 -# Note: currently, in the support/HAFS branch on hera, compilation without specifying suites (i.e. compile all suites) in DEBUG mode does not work. Turn it off temporarily -COMPILE | DEBUG=Y | - hera.intel gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | -COMPILE | DEBUG=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16,FV3_GFS_v16_RRTMGP | + hera.intel gaea.intel cheyenne.intel wcoss_cray wcoss_dell_p3 | fv3 | -RUN | fv3_ccpp_gfs_v15p2_debug | | fv3 | -RUN | fv3_ccpp_gfs_v16_debug | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_RRTMGP_debug | | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP_debug | | fv3 | - -COMPILE | SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | | fv3 | -RUN | fv3_ccpp_regional_control_debug | | fv3 | -RUN | fv3_ccpp_control_debug | | fv3 | -RUN | fv3_ccpp_stretched_nest_debug | | fv3 | -RUN | fv3_ccpp_gsd_debug | | fv3 | -RUN | fv3_ccpp_gsd_diag3d_debug | | fv3 | -RUN | fv3_ccpp_thompson_debug | | fv3 | -RUN | fv3_ccpp_thompson_no_aero_debug | | fv3 | -RUN | fv3_ccpp_rrfs_v1beta_debug | | fv3 | - -COMPILE | SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1 DEBUG=Y | | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf_thompson_debug | | fv3 | -#RUN | fv3_ccpp_HAFS_v0_hwrf_debug | | fv3 | -RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1_debug | | fv3 | +COMPILE | APP=ATM DEBUG=Y SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP | | fv3 | +RUN | fv3_gfs_v16_debug | | fv3 | +RUN | fv3_gfs_v16_RRTMGP_debug | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_2017,FV3_GFS_2017_stretched,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | | fv3 | +RUN | fv3_regional_control_debug | | fv3 | +RUN | fv3_control_debug | | fv3 | +RUN | fv3_stretched_nest_debug | | fv3 | +RUN | fv3_gsd_debug | | fv3 | +RUN | fv3_gsd_diag3d_debug | | fv3 | +RUN | fv3_thompson_debug | | fv3 | +RUN | fv3_thompson_no_aero_debug | | fv3 | +RUN | fv3_rrfs_v1beta_debug | | fv3 | + +COMPILE | APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y | | fv3 | +RUN | fv3_HAFS_v0_hwrf_thompson_debug | | fv3 | +#RUN | fv3_HAFS_v0_hwrf_debug | | fv3 | +RUN | fv3_esg_HAFS_v0_hwrf_thompson_debug | | fv3 | +RUN | fv3_gfsv16_ugwpv1_debug | | fv3 | +RUN | fv3_gfs_v16_ras_debug | | fv3 | ################################################################################################################################################################################### # CPLD tests # ################################################################################################################################################################################### -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled S2S=Y | - wcoss_cray jet.intel | fv3 | -RUN | cpld_control | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restart | - wcoss_cray jet.intel | | cpld_control -RUN | cpld_controlfrac | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restartfrac | - wcoss_cray jet.intel | | cpld_controlfrac +COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled | - wcoss_cray jet.intel | fv3 | +RUN | cpld_control | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart | - wcoss_cray jet.intel | | cpld_control +RUN | cpld_controlfrac | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restartfrac | - wcoss_cray jet.intel | | cpld_controlfrac -RUN | cpld_2threads | - wcoss_cray jet.intel | | -RUN | cpld_decomp | - wcoss_cray jet.intel | | -RUN | cpld_satmedmf | - wcoss_cray jet.intel | fv3 | -RUN | cpld_ca | - wcoss_cray jet.intel | fv3 | +RUN | cpld_2threads | - wcoss_cray jet.intel | | +RUN | cpld_decomp | - wcoss_cray jet.intel | | +RUN | cpld_satmedmf | - wcoss_cray jet.intel | fv3 | +RUN | cpld_ca | - wcoss_cray jet.intel | fv3 | #12h/36h/48h restart tests -RUN | cpld_control_c192 | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restart_c192 | - wcoss_cray jet.intel | | cpld_control_c192 -RUN | cpld_controlfrac_c192 | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restartfrac_c192 | - wcoss_cray jet.intel | | cpld_controlfrac_c192 +RUN | cpld_control_c192 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_c192 | - wcoss_cray jet.intel | | cpld_control_c192 +RUN | cpld_controlfrac_c192 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restartfrac_c192 | - wcoss_cray jet.intel | | cpld_controlfrac_c192 -RUN | cpld_control_c384 | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restart_c384 | - wcoss_cray jet.intel | | cpld_control_c384 -RUN | cpld_controlfrac_c384 | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restartfrac_c384 | - wcoss_cray jet.intel | | cpld_controlfrac_c384 +RUN | cpld_control_c384 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_c384 | - wcoss_cray jet.intel | | cpld_control_c384 +RUN | cpld_controlfrac_c384 | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restartfrac_c384 | - wcoss_cray jet.intel | | cpld_controlfrac_c384 -RUN | cpld_bmark | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restart_bmark | - wcoss_cray jet.intel | | cpld_bmark -RUN | cpld_bmarkfrac | - wcoss_cray jet.intel | fv3 | -RUN | cpld_restart_bmarkfrac | - wcoss_cray jet.intel | | cpld_bmarkfrac +RUN | cpld_bmark | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_bmark | - wcoss_cray jet.intel | | cpld_bmark +RUN | cpld_bmarkfrac | - wcoss_cray jet.intel | fv3 | +RUN | cpld_restart_bmarkfrac | - wcoss_cray jet.intel | | cpld_bmarkfrac #6h/6h/12h restart test # test fails on gaea with esmfpio error RUN | cpld_bmarkfrac_v16 | - wcoss_cray gaea.intel jet.intel | fv3 | RUN | cpld_restart_bmarkfrac_v16 | - wcoss_cray gaea.intel jet.intel | | cpld_bmarkfrac_v16 -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled S2S=Y WW3=Y | - wcoss_cray gaea.intel jet.intel | fv3 | +COMPILE | APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled | - wcoss_cray gaea.intel jet.intel | fv3 | RUN | cpld_bmark_wave | - wcoss_cray gaea.intel jet.intel | fv3 | RUN | cpld_bmarkfrac_wave | - wcoss_cray gaea.intel jet.intel | fv3 | RUN | cpld_bmarkfrac_wave_v16 | - wcoss_cray gaea.intel jet.intel | fv3 | RUN | cpld_control_wave | - wcoss_cray gaea.intel jet.intel | fv3 | -COMPILE | DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled S2S=Y | - wcoss_cray jet.intel | fv3 | -RUN | cpld_debug | - wcoss_cray jet.intel | fv3 | -RUN | cpld_debugfrac | - wcoss_cray jet.intel | fv3 | +COMPILE | APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled | - wcoss_cray jet.intel | fv3 | +RUN | cpld_debug | - wcoss_cray jet.intel | fv3 | +RUN | cpld_debugfrac | - wcoss_cray jet.intel | fv3 | ################################################################################################################################################################################### # Data Atmosphere tests # ################################################################################################################################################################################### -COMPILE | DATM=Y S2S=Y | - wcoss_cray jet.intel | fv3 | -RUN | datm_control_cfsr | - wcoss_cray jet.intel | fv3 | -RUN | datm_restart_cfsr | - wcoss_cray jet.intel | | datm_control_cfsr -RUN | datm_control_gefs | - wcoss_cray jet.intel | fv3 | +COMPILE | APP=DATM_NEMS | - wcoss_cray jet.intel | fv3 | +RUN | datm_control_cfsr | - wcoss_cray jet.intel | fv3 | +RUN | datm_restart_cfsr | - wcoss_cray jet.intel | | datm_control_cfsr +RUN | datm_control_gefs | - wcoss_cray jet.intel | fv3 | -RUN | datm_bulk_cfsr | - wcoss_cray jet.intel | fv3 | -RUN | datm_bulk_gefs | - wcoss_cray jet.intel | fv3 | +RUN | datm_bulk_cfsr | - wcoss_cray jet.intel | fv3 | +RUN | datm_bulk_gefs | - wcoss_cray jet.intel | fv3 | -RUN | datm_mx025_cfsr | - wcoss_cray jet.intel gaea.intel | fv3 | -RUN | datm_mx025_gefs | - wcoss_cray jet.intel | fv3 | +RUN | datm_mx025_cfsr | - wcoss_cray jet.intel gaea.intel | fv3 | +RUN | datm_mx025_gefs | - wcoss_cray jet.intel | fv3 | -COMPILE | DATM=Y S2S=Y DEBUG=Y | - wcoss_cray jet.intel | fv3 | -RUN | datm_debug_cfsr | - wcoss_cray jet.intel | fv3 | +COMPILE | APP=DATM_NEMS DEBUG=Y | - wcoss_cray jet.intel | fv3 | +RUN | datm_debug_cfsr | - wcoss_cray jet.intel | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index 90879ab31e..5d3ac34b89 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -212,11 +212,9 @@ elif [[ $MACHINE_ID = gaea.* ]]; then ECFLOW_START=/lustre/f2/pdata/esrl/gsd/contrib/miniconda3/4.8.3/envs/ufs-weather-model/bin/ecflow_start.sh ECF_PORT=$(( $(id -u) + 1500 )) - DISKNM=/lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT + DISKNM=/lustre/f2/pdata/ncep_shared/emc.nemspara/RT QUEUE=normal COMPILE_QUEUE=normal -# DO NOT SET AN ACCOUNT EVERYONE IS NOT A MEMBER OF -# USE AN ENVIRONMENT VARIABLE TO SET ACCOUNT # ACCNR=cmp PARTITION=c4 STMP=/lustre/f2/scratch @@ -296,7 +294,7 @@ elif [[ $MACHINE_ID = jet.* ]]; then COMPILE_QUEUE=batch ACCNR=hfv3gfs PARTITION=xjet - DISKNM=/lfs4/HFIP/hfv3gfs/RT + DISKNM=/lfs4/HFIP/hfv3gfs/emc.nemspara/RT dprefix=/lfs4/HFIP/hfv3gfs/$USER STMP=$dprefix/RT_BASELINE PTMP=$dprefix/RT_RUNDIRS @@ -327,11 +325,12 @@ elif [[ $MACHINE_ID = stampede.* ]]; then export PYTHONPATH= ECFLOW_START= - QUEUE=skx-dev + QUEUE=skx-normal COMPILE_QUEUE=skx-dev PARTITION= - dprefix=$WORK/ufs-weather-model/run - DISKNM=$WORK/ufs-weather-model/RT + ACCNR=TG-EES200015 + dprefix=$SCRATCH/ufs-weather-model/run + DISKNM=/work/07736/minsukji/stampede2/ufs-weather-model/RT STMP=$dprefix PTMP=$dprefix SCHEDULER=slurm @@ -414,13 +413,14 @@ if [[ $TESTS_FILE =~ '35d' ]]; then TEST_35D=true fi +BL_DATE=20210330 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210309/${RT_COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210309} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}} fi -INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210212} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210324} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20201220 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20210212} @@ -435,7 +435,6 @@ if [[ $CREATE_BASELINE == true ]]; then mkdir -p "${NEW_BASELINE}" fi -COMPILE_LOG=${PATHRT}/Compile_$MACHINE_ID.log REGRESSIONTEST_LOG=${PATHRT}/RegressionTests_$MACHINE_ID.log date > ${REGRESSIONTEST_LOG} @@ -444,12 +443,13 @@ echo >> ${REGRESSIONTEST_LOG} source default_vars.sh +JOB_NR=0 TEST_NR=0 COMPILE_NR=0 COMPILE_PREV_WW3_NR='' rm -f fail_test -LOG_DIR=${PATHRT}/log_$MACHINE_ID +export LOG_DIR=${PATHRT}/log_$MACHINE_ID rm -rf ${LOG_DIR} mkdir ${LOG_DIR} @@ -529,8 +529,7 @@ if [[ $ECFLOW == true ]]; then rm -rf ${ECFLOW_RUN} mkdir -p ${ECFLOW_RUN}/${ECFLOW_SUITE} cp head.h tail.h ${ECFLOW_RUN} - > ${ECFLOW_RUN}/${ECFLOW_SUITE}.def - cat << EOF >> ${ECFLOW_RUN}/${ECFLOW_SUITE}.def + cat << EOF > ${ECFLOW_RUN}/${ECFLOW_SUITE}.def suite ${ECFLOW_SUITE} edit ECF_HOME '${ECFLOW_RUN}' edit ECF_INCLUDE '${ECFLOW_RUN}' @@ -582,6 +581,8 @@ while read -r line || [ "$line" ]; do [[ ${#line} == 0 ]] && continue [[ $line == \#* ]] && continue + JOB_NR=$( printf '%03d' $(( 10#$JOB_NR + 1 )) ) + if [[ $line == COMPILE* ]] ; then MAKE_OPT=$(echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') @@ -601,9 +602,11 @@ while read -r line || [ "$line" ]; do fi fi - (( COMPILE_NR += 1 )) + export COMPILE_NR=$( printf '%03d' $(( 10#$COMPILE_NR + 1 )) ) cat << EOF > ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env + export JOB_NR=${JOB_NR} + export COMPILE_NR=${COMPILE_NR} export MACHINE_ID=${MACHINE_ID} export RT_COMPILER=${RT_COMPILER} export PATHRT=${PATHRT} @@ -624,6 +627,7 @@ EOF ecflow_create_compile_task else ./compile.sh $MACHINE_ID "${MAKE_OPT}" $COMPILE_NR > ${LOG_DIR}/compile_${COMPILE_NR}.log 2>&1 + mv compile_${COMPILE_NR}_time.log ${LOG_DIR} fi # Set RT_SUFFIX (regression test run directories and log files) and BL_SUFFIX @@ -632,8 +636,8 @@ EOF RT_SUFFIX="_repro" BL_SUFFIX="_repro" else - RT_SUFFIX="_prod" - BL_SUFFIX="_ccpp" + RT_SUFFIX="" + BL_SUFFIX="" fi if [[ ${MAKE_OPT^^} =~ "WW3=Y" ]]; then @@ -667,13 +671,6 @@ EOF # 35 day tests [[ $TEST_35D == true ]] && rt_35d - # skip all *_appbuild runs if rocoto or ecFlow is used. FIXME - if [[ ${ROCOTO} == true && ${ECFLOW} == true ]]; then - if [[ ${TEST_NAME} == *_appbuild ]]; then - continue - fi - fi - # Avoid uninitialized RT_SUFFIX/BL_SUFFIX (see definition above) RT_SUFFIX=${RT_SUFFIX:-""} BL_SUFFIX=${BL_SUFFIX:-""} @@ -697,6 +694,7 @@ EOF fi cat << EOF > ${RUNDIR_ROOT}/run_test_${TEST_NR}.env + export JOB_NR=${JOB_NR} export MACHINE_ID=${MACHINE_ID} export RT_COMPILER=${RT_COMPILER} export RTPWD=${RTPWD} @@ -758,7 +756,7 @@ fi ## regression test is either failed or successful ## set +e -cat ${LOG_DIR}/compile_*.log > ${COMPILE_LOG} +cat ${LOG_DIR}/compile_*_time.log >> ${REGRESSIONTEST_LOG} cat ${LOG_DIR}/rt_*.log >> ${REGRESSIONTEST_LOG} if [[ -e fail_test ]]; then echo "FAILED TESTS: " @@ -783,6 +781,6 @@ fi date >> ${REGRESSIONTEST_LOG} -elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $(($SECONDS%86400/3600)) $(($SECONDS%3600/60)) $(($SECONDS%60)) ) +elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) ) echo "Elapsed time: ${elapsed_time}. Have a nice day!" >> ${REGRESSIONTEST_LOG} echo "Elapsed time: ${elapsed_time}. Have a nice day!" diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf index 9397d51c46..42eb3b230c 100644 --- a/tests/rt_35d.conf +++ b/tests/rt_35d.conf @@ -1,4 +1,4 @@ -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled S2S=Y | + hera.intel orion.intel | fv3 | | +COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled | + hera.intel orion.intel | fv3 | | RUN | cpld_bmark_35d | | fv3 | | 2012010100 RUN | cpld_bmark_35d | | fv3 | | 2012040100 RUN | cpld_bmark_35d | | fv3 | | 2012070100 @@ -8,7 +8,7 @@ RUN | cpld_bmark_35d RUN | cpld_bmark_35d | | fv3 | | 2013070100 RUN | cpld_bmark_35d | | fv3 | | 2013100100 -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled S2S=Y WW3=Y | + hera.intel orion.intel | fv3 | | +COMPILE | APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled | + hera.intel orion.intel | fv3 | | RUN | cpld_bmark_wave_35d | | fv3 | | 2012010100 RUN | cpld_bmark_wave_35d | | fv3 | | 2012040100 RUN | cpld_bmark_wave_35d | | fv3 | | 2012070100 @@ -18,7 +18,7 @@ RUN | cpld_bmark_wave_35d RUN | cpld_bmark_wave_35d | | fv3 | | 2013070100 RUN | cpld_bmark_wave_35d | | fv3 | | 2013100100 -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled S2S=Y | + hera.intel orion.intel | fv3 | | +COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled | + hera.intel orion.intel | fv3 | | RUN | cpld_bmarkfrac_35d | | fv3 | | 2012010100 RUN | cpld_bmarkfrac_35d | | fv3 | | 2012040100 RUN | cpld_bmarkfrac_35d | | fv3 | | 2012070100 @@ -28,7 +28,7 @@ RUN | cpld_bmarkfrac_35d RUN | cpld_bmarkfrac_35d | | fv3 | | 2013070100 RUN | cpld_bmarkfrac_35d | | fv3 | | 2013100100 -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled S2S=Y WW3=Y | + hera.intel orion.intel | fv3 | | +COMPILE | APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled | + hera.intel orion.intel | fv3 | | RUN | cpld_bmarkfrac_wave_35d | | fv3 | | 2012010100 RUN | cpld_bmarkfrac_wave_35d | | fv3 | | 2012040100 RUN | cpld_bmarkfrac_wave_35d | | fv3 | | 2012070100 @@ -38,7 +38,7 @@ RUN | cpld_bmarkfrac_wave_35d RUN | cpld_bmarkfrac_wave_35d | | fv3 | | 2013070100 RUN | cpld_bmarkfrac_wave_35d | | fv3 | | 2013100100 -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled S2S=Y WW3=Y | + hera.intel orion.intel | fv3 | | +COMPILE | APP=S2SW SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled,FV3_GFS_v16_coupled | + hera.intel orion.intel | fv3 | | RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2012010100 RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2012040100 RUN | cpld_bmarkfrac_wave_v16_35d | | fv3 | | 2012070100 diff --git a/tests/rt_ccpp_dev.conf b/tests/rt_ccpp_dev.conf index 562022cb6f..9442786dab 100644 --- a/tests/rt_ccpp_dev.conf +++ b/tests/rt_ccpp_dev.conf @@ -4,56 +4,56 @@ # CCPP REPRO tests # ############################################################################################################################################################ -COMPILE | REPRO=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | | fv3 | +COMPILE | APP=ATM REPRO=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | | fv3 | -RUN | fv3_ccpp_thompson_mynn | | fv3 | -RUN | fv3_ccpp_gf_thompson | | fv3 | -RUN | fv3_ccpp_gsd | | fv3 | -RUN | fv3_ccpp_gsd_coldstart | | | -RUN | fv3_ccpp_gsd_warmstart | | | fv3_ccpp_gsd_coldstart -RUN | fv3_ccpp_gsd_lndp | | fv3 | -RUN | fv3_ccpp_gsd_noah | | fv3 | -RUN | fv3_ccpp_gsd_noah_lndp | | fv3 | +RUN | fv3_thompson_mynn | | fv3 | +RUN | fv3_gf_thompson | | fv3 | +RUN | fv3_gsd | | fv3 | +RUN | fv3_gsd_coldstart | | | +RUN | fv3_gsd_warmstart | | | fv3_gsd_coldstart +RUN | fv3_gsd_lndp | | fv3 | +RUN | fv3_gsd_noah | | fv3 | +RUN | fv3_gsd_noah_lndp | | fv3 | -COMPILE | REPRO=Y SUITES=FV3_GSD_v0_mynnsfc,FV3_GSD_noah_mynnsfc | | fv3 | +COMPILE | APP=ATM REPRO=Y SUITES=FV3_GSD_v0_mynnsfc,FV3_GSD_noah_mynnsfc | | fv3 | -RUN | fv3_ccpp_gsd_mynnsfc | | fv3 | -RUN | fv3_ccpp_gsd_noah_mynnsfc | | fv3 | +RUN | fv3_gsd_mynnsfc | | fv3 | +RUN | fv3_gsd_noah_mynnsfc | | fv3 | -COMPILE | REPRO=Y SUITES=FV3_GFS_v16_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | | fv3 | +COMPILE | APP=ATM REPRO=Y SUITES=FV3_GFS_v16_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | | fv3 | -RUN | fv3_ccpp_thompson | | fv3 | -RUN | fv3_ccpp_thompson_no_aero | | fv3 | -RUN | fv3_ccpp_gf | | fv3 | -RUN | fv3_ccpp_mynn | | fv3 | -RUN | fv3_ccpp_gsd_sar | | fv3 | +RUN | fv3_thompson | | fv3 | +RUN | fv3_thompson_no_aero | | fv3 | +RUN | fv3_gf | | fv3 | +RUN | fv3_mynn | | fv3 | +RUN | fv3_gsd_sar | | fv3 | -COMPILE | REPRO=Y SUITES=FV3_GSD_v0_drag_suite,FV3_GSD_v0_unified_ugwp_suite,FV3_RAP,FV3_HRRR | | fv3 | -RUN | fv3_ccpp_gsd_drag_suite | | fv3 | -RUN | fv3_ccpp_gsd_unified_ugwp | | | -RUN | fv3_ccpp_gsd_drag_suite_unified_ugwp | | | -RUN | fv3_ccpp_rap | | fv3 | -RUN | fv3_ccpp_hrrr | | fv3 | +COMPILE | APP=ATM REPRO=Y SUITES=FV3_GSD_v0_drag_suite,FV3_GSD_v0_unified_ugwp_suite,FV3_RAP,FV3_HRRR | | fv3 | +RUN | fv3_gsd_drag_suite | | fv3 | +RUN | fv3_gsd_unified_ugwp | | | +RUN | fv3_gsd_drag_suite_unified_ugwp | | | +RUN | fv3_rap | | fv3 | +RUN | fv3_hrrr | | fv3 | # Compile without suite argument for CAPS physics -COMPILE | REPRO=Y | | fv3 | +COMPILE | APP=ATM REPRO=Y | | fv3 | # Run tests -RUN | fv3_ccpp_shinhong | | fv3 | -RUN | fv3_ccpp_ysu | | fv3 | -RUN | fv3_ccpp_ntiedtke | | fv3 | +RUN | fv3_shinhong | | fv3 | +RUN | fv3_ysu | | fv3 | +RUN | fv3_ntiedtke | | fv3 | ############################################################################################################################################################ # CCPP DEBUG tests # ############################################################################################################################################################ -COMPILE | DEBUG=Y SUITES=FV3_GSD_v0,FV3_GSD_v0_mynnsfc,FV3_GSD_noah_mynnsfc,FV3_GFS_v16_thompson | | fv3 | +COMPILE | APP=ATM DEBUG=Y SUITES=FV3_GSD_v0,FV3_GSD_v0_mynnsfc,FV3_GSD_noah_mynnsfc,FV3_GFS_v16_thompson | | fv3 | -RUN | fv3_ccpp_gsd_debug | | fv3 | -RUN | fv3_ccpp_gsd_diag3d_debug | | fv3 | -RUN | fv3_ccpp_gsd_mynnsfc_debug | | fv3 | -RUN | fv3_ccpp_gsd_noah_mynnsfc_debug | | fv3 | -RUN | fv3_ccpp_thompson_no_aero_debug | | fv3 | +RUN | fv3_gsd_debug | | fv3 | +RUN | fv3_gsd_diag3d_debug | | fv3 | +RUN | fv3_gsd_mynnsfc_debug | | fv3 | +RUN | fv3_gsd_noah_mynnsfc_debug | | fv3 | +RUN | fv3_thompson_no_aero_debug | | fv3 | -COMPILE | 32BIT=Y DEBUG=Y SUITES=FV3_GSD_SAR,FV3_RAP,FV3_HRRR | | fv3 | +COMPILE | APP=ATM 32BIT=Y DEBUG=Y SUITES=FV3_GSD_SAR,FV3_RAP,FV3_HRRR | | fv3 | # Run tests -RUN | fv3_ccpp_gsd_sar_debug | | fv3 | +RUN | fv3_gsd_sar_debug | | fv3 | diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index e6821e3cb6..76e9fb2c66 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,71 +2,66 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | SUITES=FV3_GFS_2017_gfdlmp | | fv3 | -RUN | fv3_ccpp_gfdlmp | | fv3 | - -COMPILE | SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16_RRTMGP | | fv3 | - -RUN | fv3_ccpp_gfs_v15p2 | | fv3 | -RUN | fv3_ccpp_gfs_v16 | | fv3 | -RUN | fv3_ccpp_gfs_v16_restart | | | fv3_ccpp_gfs_v16 -RUN | fv3_ccpp_gfs_v16_stochy | | fv3 | -RUN | fv3_ccpp_gfs_v16_flake | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_RRTMGP | | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP | | fv3 | - -COMPILE | SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y | | fv3 | - -RUN | fv3_ccpp_gsd | | fv3 | -RUN | fv3_ccpp_thompson | | fv3 | -RUN | fv3_ccpp_thompson_no_aero | | fv3 | -RUN | fv3_ccpp_rrfs_v1beta | | fv3 | - -COMPILE | SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1 | | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf_thompson | | fv3 | -#RUN | fv3_ccpp_HAFS_v0_hwrf | | fv3 | -RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1 | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1_warmstart | | fv3 | +COMPILE | APP=ATM SUITES=FV3_GFS_2017_gfdlmp | | fv3 | +RUN | fv3_gfdlmp | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP | | fv3 | +RUN | fv3_gfs_v16 | | fv3 | +RUN | fv3_gfs_v16_restart | | | fv3_gfs_v16 +RUN | fv3_gfs_v16_stochy | | fv3 | +RUN | fv3_gfs_v16_flake | | fv3 | +RUN | fv3_gfs_v16_RRTMGP | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y | | fv3 | +RUN | fv3_gsd | | fv3 | +RUN | fv3_thompson | | fv3 | +RUN | fv3_thompson_no_aero | | fv3 | +RUN | fv3_rrfs_v1beta | | fv3 | + +COMPILE | APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras | | fv3 | +RUN | fv3_HAFS_v0_hwrf_thompson | | fv3 | +#RUN | fv3_HAFS_v0_hwrf | | fv3 | +RUN | fv3_esg_HAFS_v0_hwrf_thompson | | fv3 | +RUN | fv3_gfsv16_ugwpv1 | | fv3 | +RUN | fv3_gfsv16_ugwpv1_warmstart | | fv3 | +RUN | fv3_gfs_v16_ras | | fv3 | ################################################################################################################################################################## # CCPP DEBUG tests # ################################################################################################################################################################## # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) -COMPILE | 32BIT=Y DEBUG=Y | | fv3 | -RUN | fv3_ccpp_control_debug | | fv3 | - -COMPILE | SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16_RRTMGP DEBUG=Y | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_debug | | fv3 | -RUN | fv3_ccpp_gfs_v16_debug | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_RRTMGP_debug | | fv3 | -RUN | fv3_ccpp_gfs_v16_RRTMGP_debug | | fv3 | - -COMPILE | SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y | | fv3 | -RUN | fv3_ccpp_multigases | | fv3 | - -COMPILE | SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | | fv3 | -RUN | fv3_ccpp_regional_control_debug | | fv3 | -RUN | fv3_ccpp_rrfs_v1beta_debug | | fv3 | -RUN | fv3_ccpp_gsd_debug | | fv3 | -RUN | fv3_ccpp_thompson_debug | | fv3 | -RUN | fv3_ccpp_thompson_no_aero_debug | | fv3 | - -COMPILE | SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1 DEBUG=Y | | fv3 | -RUN | fv3_ccpp_HAFS_v0_hwrf_thompson_debug | | fv3 | -#RUN | fv3_ccpp_HAFS_v0_hwrf_debug | | fv3 | -RUN | fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug | | fv3 | -RUN | fv3_ccpp_gfsv16_ugwpv1_debug | | fv3 | +COMPILE | APP=ATM 32BIT=Y DEBUG=Y | | fv3 | +RUN | fv3_control_debug | | fv3 | +RUN | fv3_regional_control_debug | | fv3 | +RUN | fv3_rrfs_v1beta_debug | | fv3 | +RUN | fv3_gsd_debug | | fv3 | +RUN | fv3_thompson_debug | | fv3 | +RUN | fv3_thompson_no_aero_debug | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_v15p2,FV3_GFS_v16,FV3_GFS_v16_RRTMGP DEBUG=Y | | fv3 | +RUN | fv3_gfs_v15p2_debug | | fv3 | +RUN | fv3_gfs_v16_debug | | fv3 | +RUN | fv3_gfs_v16_RRTMGP_debug | | fv3 | + +COMPILE | APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y | | fv3 | +RUN | fv3_multigases | | fv3 | + +COMPILE | APP=ATM SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf,FV3_GFS_v16b_ugwpv1,FV3_GFS_v16_ras DEBUG=Y | | fv3 | +RUN | fv3_HAFS_v0_hwrf_thompson_debug | | fv3 | +#RUN | fv3_HAFS_v0_hwrf_debug | | fv3 | +RUN | fv3_esg_HAFS_v0_hwrf_thompson_debug | | fv3 | +RUN | fv3_gfsv16_ugwpv1_debug | | fv3 | +RUN | fv3_gfs_v16_ras_debug | | fv3 | ################################################################################################################################################################## # S2S tests # ################################################################################################################################################################## -COMPILE | SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled S2S=Y | | fv3 | +COMPILE | APP=S2S SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled | | fv3 | ################################################################################################################################################################## # Data Atmosphere tests # ################################################################################################################################################################## -COMPILE | DATM=Y S2S=Y | | fv3 | +COMPILE | APP=DATM_NEMS | | fv3 | diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index a6e982a4de..34ed5dff25 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -375,8 +375,6 @@ rocoto_create_compile_task() { echo " " >> $ROCOTO_XML fi - rocoto_cmd="&PATHRT;/compile.sh $MACHINE_ID \"${MAKE_OPT}\" $COMPILE_NR" - # serialize WW3 builds. FIXME DEP_STRING="" if [[ ${MAKE_OPT^^} =~ "WW3=Y" && ${COMPILE_PREV_WW3_NR} != '' ]]; then @@ -393,7 +391,6 @@ rocoto_create_compile_task() { fi if [[ ${MACHINE_ID} == wcoss_cray ]]; then BUILD_CORES=24 - rocoto_cmd="aprun -n 1 -j 1 -N 1 -d $BUILD_CORES $rocoto_cmd" NATIVE=" PATHTR&PATHTR;" fi if [[ ${MACHINE_ID} == jet ]]; then @@ -406,14 +403,15 @@ rocoto_create_compile_task() { cat << EOF >> $ROCOTO_XML $DEP_STRING - $rocoto_cmd + &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_NR} compile_${COMPILE_NR} ${ACCNR} ${COMPILE_QUEUE} ${PARTITION} ${BUILD_CORES} ${BUILD_WALLTIME} - &LOG;/compile_${COMPILE_NR}.log + &RUNDIR_ROOT;/compile_${COMPILE_NR}/out + &RUNDIR_ROOT;/compile_${COMPILE_NR}/err ${NATIVE} EOF @@ -450,7 +448,8 @@ rocoto_create_run_task() { ${PARTITION} ${NODES}:ppn=${TPN} 00:${WLCLK}:00 - &LOG;/run_${TEST_NR}_${TEST_NAME}${RT_SUFFIX}.log + &RUNDIR_ROOT;/${TEST_NAME}${RT_SUFFIX}/out + &RUNDIR_ROOT;/${TEST_NAME}${RT_SUFFIX}/err ${NATIVE} EOF diff --git a/tests/run_compile.sh b/tests/run_compile.sh index 7ee1db6ea5..32870bd971 100755 --- a/tests/run_compile.sh +++ b/tests/run_compile.sh @@ -35,6 +35,8 @@ export TEST_NR=${COMPILE_NR} export JBNME="compile_${COMPILE_NR}" export RUNDIR=${RUNDIR_ROOT}/${TEST_NAME}_${TEST_NR} +echo -n "${JBNME}, $( date +%s )," > ${LOG_DIR}/job_${JOB_NR}_timestamp.txt + source rt_utils.sh source atparse.bash @@ -60,9 +62,13 @@ else ./job_card fi +cp ${RUNDIR}/compile_*_time.log ${LOG_DIR} +cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt ################################################################################ # End compile job ################################################################################ +echo " $( date +%s )" >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt + elapsed=$SECONDS echo "Elapsed time $elapsed seconds. Compile ${COMPILE_NR}" diff --git a/tests/run_test.sh b/tests/run_test.sh index 582e3bd179..0d6010de23 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -50,6 +50,8 @@ export CNTL_DIR=${CNTL_DIR}${BL_SUFFIX} export JBNME=$(basename $RUNDIR_ROOT)_${TEST_NR} +echo -n "${TEST_NAME}, $( date +%s )," > ${LOG_DIR}/job_${JOB_NR}_timestamp.txt + UNIT_TEST=${UNIT_TEST:-false} if [[ ${UNIT_TEST} == false ]]; then REGRESSIONTEST_LOG=${LOG_DIR}/rt_${TEST_NR}_${TEST_NAME}${RT_SUFFIX}.log @@ -163,9 +165,14 @@ fi check_results +if [[ $SCHEDULER != 'none' ]]; then + cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt +fi ################################################################################ # End test ################################################################################ +echo " $( date +%s )" >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt + elapsed=$SECONDS echo "Elapsed time $elapsed seconds. Test ${TEST_NAME}" diff --git a/tests/tests/fv3_ccpp_2threads b/tests/tests/fv3_2threads similarity index 97% rename from tests/tests/fv3_ccpp_2threads rename to tests/tests/fv3_2threads index 0d1dee9a71..2f586b8df0 100644 --- a/tests/tests/fv3_ccpp_2threads +++ b/tests/tests/fv3_2threads @@ -80,7 +80,7 @@ export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=12 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf b/tests/tests/fv3_HAFS_v0_hwrf similarity index 97% rename from tests/tests/fv3_ccpp_HAFS_v0_hwrf rename to tests/tests/fv3_HAFS_v0_hwrf index b9e2eae107..c43a6836c4 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf +++ b/tests/tests/fv3_HAFS_v0_hwrf @@ -77,9 +77,9 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="600" -export FV3_RUN=ccpp_c96_HAFS_v0_hwrf_run.IN +export FV3_RUN=c96_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf -export INPUT_NML=ccpp_c96_HAFS_v0_hwrf.nml.IN +export INPUT_NML=c96_HAFS_v0_hwrf.nml.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_debug b/tests/tests/fv3_HAFS_v0_hwrf_debug similarity index 97% rename from tests/tests/fv3_ccpp_HAFS_v0_hwrf_debug rename to tests/tests/fv3_HAFS_v0_hwrf_debug index 08833a6720..58ec082655 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_debug +++ b/tests/tests/fv3_HAFS_v0_hwrf_debug @@ -80,9 +80,9 @@ export FDIAG=3 DT_ATMOS="600" -export FV3_RUN=ccpp_c96_HAFS_v0_hwrf_run.IN +export FV3_RUN=c96_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf -export INPUT_NML=ccpp_c96_HAFS_v0_hwrf.nml.IN +export INPUT_NML=c96_HAFS_v0_hwrf.nml.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson b/tests/tests/fv3_HAFS_v0_hwrf_thompson similarity index 97% rename from tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson rename to tests/tests/fv3_HAFS_v0_hwrf_thompson index 3b17849361..3f6313edd2 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson +++ b/tests/tests/fv3_HAFS_v0_hwrf_thompson @@ -77,9 +77,9 @@ export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="600" -export FV3_RUN=ccpp_c96_HAFS_v0_hwrf_run.IN +export FV3_RUN=c96_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf_thompson -export INPUT_NML=ccpp_c96_HAFS_v0_hwrf.nml.IN +export INPUT_NML=c96_HAFS_v0_hwrf.nml.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson_debug b/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug similarity index 97% rename from tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson_debug rename to tests/tests/fv3_HAFS_v0_hwrf_thompson_debug index b56589d179..f7a26e2623 100644 --- a/tests/tests/fv3_ccpp_HAFS_v0_hwrf_thompson_debug +++ b/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug @@ -80,9 +80,9 @@ export FDIAG=3 DT_ATMOS="600" -export FV3_RUN=ccpp_c96_HAFS_v0_hwrf_run.IN +export FV3_RUN=c96_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf_thompson -export INPUT_NML=ccpp_c96_HAFS_v0_hwrf.nml.IN +export INPUT_NML=c96_HAFS_v0_hwrf.nml.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_appbuild b/tests/tests/fv3_appbuild similarity index 97% rename from tests/tests/fv3_ccpp_appbuild rename to tests/tests/fv3_appbuild index 30ec1a9b0d..8fd32fa0c7 100644 --- a/tests/tests/fv3_ccpp_appbuild +++ b/tests/tests/fv3_appbuild @@ -73,7 +73,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_ca b/tests/tests/fv3_ca similarity index 97% rename from tests/tests/fv3_ccpp_ca rename to tests/tests/fv3_ca index 0ea62c1dfc..1dbf48cb7c 100644 --- a/tests/tests/fv3_ccpp_ca +++ b/tests/tests/fv3_ca @@ -73,9 +73,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_ca.nml.IN +export INPUT_NML=ca.nml.IN export DO_CA=.T. export CA_SGS=.T. diff --git a/tests/tests/fv3_ccpp_control b/tests/tests/fv3_control similarity index 97% rename from tests/tests/fv3_ccpp_control rename to tests/tests/fv3_control index d9301b68b4..ab4ed8a20e 100644 --- a/tests/tests/fv3_ccpp_control +++ b/tests/tests/fv3_control @@ -75,7 +75,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export RESTART_INTERVAL=12 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_control_32bit b/tests/tests/fv3_control_32bit similarity index 97% rename from tests/tests/fv3_ccpp_control_32bit rename to tests/tests/fv3_control_32bit index b435bd109d..4b323625a4 100644 --- a/tests/tests/fv3_ccpp_control_32bit +++ b/tests/tests/fv3_control_32bit @@ -74,7 +74,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_control_debug b/tests/tests/fv3_control_debug similarity index 94% rename from tests/tests/fv3_ccpp_control_debug rename to tests/tests/fv3_control_debug index f30a5058b2..46d1bb70a8 100644 --- a/tests/tests/fv3_ccpp_control_debug +++ b/tests/tests/fv3_control_debug @@ -37,7 +37,7 @@ export_fv3 export FHMAX="06" -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_cpt b/tests/tests/fv3_cpt similarity index 97% rename from tests/tests/fv3_ccpp_cpt rename to tests/tests/fv3_cpt index a182a6a2d5..4d357afb93 100644 --- a/tests/tests/fv3_ccpp_cpt +++ b/tests/tests/fv3_cpt @@ -80,8 +80,8 @@ export NPZ='127' export NPZP='128' -export INPUT_NML=ccpp_cpt.nml.IN -export FV3_RUN=ccpp_cpt_run.IN +export INPUT_NML=cpt.nml.IN +export FV3_RUN=cpt_run.IN export CCPP_SUITE=FV3_CPT_v0 export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" diff --git a/tests/tests/fv3_ccpp_csawmg b/tests/tests/fv3_csawmg similarity index 97% rename from tests/tests/fv3_ccpp_csawmg rename to tests/tests/fv3_csawmg index d49f2a48a1..d60218bc59 100644 --- a/tests/tests/fv3_ccpp_csawmg +++ b/tests/tests/fv3_csawmg @@ -56,8 +56,8 @@ export_fv3 DT_ATMOS="600" -export INPUT_NML=ccpp_csawmg.nml.IN -export FV3_RUN=ccpp_csawmg_run.IN +export INPUT_NML=csawmg.nml.IN +export FV3_RUN=csawmg_run.IN export CCPP_SUITE=FV3_GFS_2017_csawmg export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" diff --git a/tests/tests/fv3_ccpp_csawmg3shoc127 b/tests/tests/fv3_csawmg3shoc127 similarity index 96% rename from tests/tests/fv3_ccpp_csawmg3shoc127 rename to tests/tests/fv3_csawmg3shoc127 index 1fb11f4584..a4ea34bb79 100644 --- a/tests/tests/fv3_ccpp_csawmg3shoc127 +++ b/tests/tests/fv3_csawmg3shoc127 @@ -70,8 +70,8 @@ export JNPES='8' export NPZ='127' export NPZP='128' -export INPUT_NML=ccpp_csawmg3shoc127.nml.IN -export FV3_RUN=ccpp_csawmg3shoc127_run.IN +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. diff --git a/tests/tests/fv3_ccpp_csawmgshoc b/tests/tests/fv3_csawmgshoc similarity index 96% rename from tests/tests/fv3_ccpp_csawmgshoc rename to tests/tests/fv3_csawmgshoc index f68bc3504a..65af33608e 100644 --- a/tests/tests/fv3_ccpp_csawmgshoc +++ b/tests/tests/fv3_csawmgshoc @@ -56,8 +56,8 @@ export_fv3 DT_ATMOS="600" -export INPUT_NML=ccpp_csawmgshoc.nml.IN -export FV3_RUN=ccpp_csawmgshoc_run.IN +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. diff --git a/tests/tests/fv3_ccpp_decomp b/tests/tests/fv3_decomp similarity index 97% rename from tests/tests/fv3_ccpp_decomp rename to tests/tests/fv3_decomp index da4e91205a..4482c85111 100644 --- a/tests/tests/fv3_ccpp_decomp +++ b/tests/tests/fv3_decomp @@ -77,7 +77,7 @@ export_fv3 export INPES=6 export JNPES=4 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson similarity index 90% rename from tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson rename to tests/tests/fv3_esg_HAFS_v0_hwrf_thompson index 2188cfa3a9..e5bd40ffaa 100644 --- a/tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson +++ b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson @@ -30,10 +30,10 @@ export FDIAG=3 DT_ATMOS="300" -export FV3_RUN=ccpp_esg_HAFS_v0_hwrf_run.IN +export FV3_RUN=esg_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf_thompson -export INPUT_NML=ccpp_esg_HAFS_v0_hwrf.nml.IN -export MODEL_CONFIGURE=ccpp_esg_HAFS_v0_hwrf-model_configure.IN +export INPUT_NML=esg_HAFS_v0_hwrf.nml.IN +export MODEL_CONFIGURE=esg_HAFS_v0_hwrf-model_configure.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug similarity index 90% rename from tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug rename to tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug index dea85c2bf3..069b81c4c0 100644 --- a/tests/tests/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug +++ b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug @@ -30,10 +30,10 @@ export FDIAG=1 DT_ATMOS="300" -export FV3_RUN=ccpp_esg_HAFS_v0_hwrf_run.IN +export FV3_RUN=esg_HAFS_v0_hwrf_run.IN export CCPP_SUITE=HAFS_v0_hwrf_thompson -export INPUT_NML=ccpp_esg_HAFS_v0_hwrf.nml.IN -export MODEL_CONFIGURE=ccpp_esg_HAFS_v0_hwrf-model_configure.IN +export INPUT_NML=esg_HAFS_v0_hwrf.nml.IN +export MODEL_CONFIGURE=esg_HAFS_v0_hwrf-model_configure.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_gf b/tests/tests/fv3_gf similarity index 98% rename from tests/tests/fv3_ccpp_gf rename to tests/tests/fv3_gf index 00a7fcfe30..9fb3c6f2c1 100644 --- a/tests/tests/fv3_ccpp_gf +++ b/tests/tests/fv3_gf @@ -78,9 +78,9 @@ export IMP_PHYSICS=11 export DNATS=1 export DO_SAT_ADJ=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v15_gf -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.T. export DO_MYNNEDMF=.F. diff --git a/tests/tests/fv3_ccpp_gf_thompson b/tests/tests/fv3_gf_thompson similarity index 98% rename from tests/tests/fv3_ccpp_gf_thompson rename to tests/tests/fv3_gf_thompson index 78922beb8c..a81644cc44 100644 --- a/tests/tests/fv3_ccpp_gf_thompson +++ b/tests/tests/fv3_gf_thompson @@ -80,9 +80,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v15_gf_thompson -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.T. export DO_MYNNEDMF=.F. diff --git a/tests/tests/fv3_ccpp_gfdlmp b/tests/tests/fv3_gfdlmp similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmp rename to tests/tests/fv3_gfdlmp index a965807bc1..ca881f8be8 100644 --- a/tests/tests/fv3_ccpp_gfdlmp +++ b/tests/tests/fv3_gfdlmp @@ -60,7 +60,7 @@ export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfdlmp_32bit b/tests/tests/fv3_gfdlmp_32bit similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmp_32bit rename to tests/tests/fv3_gfdlmp_32bit index 1249268bb1..d35f605ef5 100644 --- a/tests/tests/fv3_ccpp_gfdlmp_32bit +++ b/tests/tests/fv3_gfdlmp_32bit @@ -60,7 +60,7 @@ export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfdlmprad b/tests/tests/fv3_gfdlmprad similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmprad rename to tests/tests/fv3_gfdlmprad index 5d1b9ccdf2..cef9d92429 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad +++ b/tests/tests/fv3_gfdlmprad @@ -76,6 +76,6 @@ export coupling_interval_sec=3600.0 #coupling time step, want it to be multiple export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN diff --git a/tests/tests/fv3_ccpp_gfdlmprad_32bit_post b/tests/tests/fv3_gfdlmprad_32bit_post similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmprad_32bit_post rename to tests/tests/fv3_gfdlmprad_32bit_post index 129fab60f7..c64354aadd 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad_32bit_post +++ b/tests/tests/fv3_gfdlmprad_32bit_post @@ -71,6 +71,6 @@ export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN diff --git a/tests/tests/fv3_ccpp_gfdlmprad_atmwav b/tests/tests/fv3_gfdlmprad_atmwav similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmprad_atmwav rename to tests/tests/fv3_gfdlmprad_atmwav index 69fcd18edd..c0287da001 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad_atmwav +++ b/tests/tests/fv3_gfdlmprad_atmwav @@ -77,6 +77,6 @@ export coupling_interval_sec=1200.0 #coupling time step, want it to be multiple export NEMS_CONFIGURE="nems.configure.blocked_atm_wav_2way.IN" export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN diff --git a/tests/tests/fv3_ccpp_gfdlmprad_gwd b/tests/tests/fv3_gfdlmprad_gwd similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmprad_gwd rename to tests/tests/fv3_gfdlmprad_gwd index cba744dbdb..c50a6b3216 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad_gwd +++ b/tests/tests/fv3_gfdlmprad_gwd @@ -66,6 +66,6 @@ export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN diff --git a/tests/tests/fv3_ccpp_gfdlmprad_noahmp b/tests/tests/fv3_gfdlmprad_noahmp similarity index 97% rename from tests/tests/fv3_ccpp_gfdlmprad_noahmp rename to tests/tests/fv3_gfdlmprad_noahmp index 3767fd7804..cca8148dcb 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad_noahmp +++ b/tests/tests/fv3_gfdlmprad_noahmp @@ -70,6 +70,6 @@ export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. export CCPP_SUITE=FV3_GFS_2017_gfdlmp_noahmp -export INPUT_NML=ccpp_gfdlmp.nml.IN -export FV3_RUN=ccpp_gfdlmp_run.IN +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN diff --git a/tests/tests/fv3_ccpp_gfs_myj b/tests/tests/fv3_gfs_myj similarity index 97% rename from tests/tests/fv3_ccpp_gfs_myj rename to tests/tests/fv3_gfs_myj index df3839f09c..06b96dd1e0 100644 --- a/tests/tests/fv3_ccpp_gfs_myj +++ b/tests/tests/fv3_gfs_myj @@ -76,9 +76,9 @@ export_fv3 DT_ATMOS="900" -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_2017_myj -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN export OZ_PHYS_OLD=.F. diff --git a/tests/tests/fv3_ccpp_gfs_v15p2 b/tests/tests/fv3_gfs_v15p2 similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v15p2 rename to tests/tests/fv3_gfs_v15p2 index 3ebd1474dc..de56b17023 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2 +++ b/tests/tests/fv3_gfs_v15p2 @@ -76,7 +76,7 @@ export_fv3 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 INPUT_NML=ccpp_v15p2_c96.nml.IN +export INPUT_NML=v15p2_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP b/tests/tests/fv3_gfs_v15p2_RRTMGP similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP rename to tests/tests/fv3_gfs_v15p2_RRTMGP index ad6bb66faf..ef2880927a 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP +++ b/tests/tests/fv3_gfs_v15p2_RRTMGP @@ -77,7 +77,7 @@ export_fv3 DT_ATMOS="1200" export DO_RRTMGP=.T. -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_v15p2_RRTMGP -export INPUT_NML=ccpp_v15p2_c96_rrtmgp.nml.IN +export INPUT_NML=v15p2_c96_rrtmgp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP_debug b/tests/tests/fv3_gfs_v15p2_RRTMGP_debug similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP_debug rename to tests/tests/fv3_gfs_v15p2_RRTMGP_debug index ba67d28114..81f6eac50e 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP_debug +++ b/tests/tests/fv3_gfs_v15p2_RRTMGP_debug @@ -77,7 +77,7 @@ export FHMAX="06" DT_ATMOS="1200" export DO_RRTMGP=.T. -export FV3_RUN=ccpp_gfs_v15_run.IN +export FV3_RUN=gfs_v15_run.IN export CCPP_SUITE=FV3_GFS_v15p2_RRTMGP -export INPUT_NML=ccpp_v15p2_c96_rrtmgp.nml.IN +export INPUT_NML=v15p2_c96_rrtmgp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_debug b/tests/tests/fv3_gfs_v15p2_debug similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v15p2_debug rename to tests/tests/fv3_gfs_v15p2_debug index f5f6b59a2d..37d71a64be 100644 --- a/tests/tests/fv3_ccpp_gfs_v15p2_debug +++ b/tests/tests/fv3_gfs_v15p2_debug @@ -76,7 +76,7 @@ export_fv3 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 INPUT_NML=ccpp_v15p2_c96.nml.IN +export INPUT_NML=v15p2_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16 b/tests/tests/fv3_gfs_v16 similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16 rename to tests/tests/fv3_gfs_v16 index 89550fc9cc..be0c022296 100644 --- a/tests/tests/fv3_ccpp_gfs_v16 +++ b/tests/tests/fv3_gfs_v16 @@ -93,8 +93,9 @@ export RESTART_INTERVAL=24 export NSTF_NAME=2,1,0,0,0 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16 -export INPUT_NML=ccpp_v16_c96.nml.IN +export INPUT_NML=v16_c96.nml.IN +export IAER=1111 export WLCLK=30 diff --git a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP b/tests/tests/fv3_gfs_v16_RRTMGP similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_RRTMGP rename to tests/tests/fv3_gfs_v16_RRTMGP index 574fe3ae0d..0cf240a8c9 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP +++ b/tests/tests/fv3_gfs_v16_RRTMGP @@ -77,7 +77,8 @@ export_fv3 DT_ATMOS="1200" export DO_RRTMGP=.T. -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16_RRTMGP -export INPUT_NML=ccpp_v16_c96_rrtmgp.nml.IN +export INPUT_NML=v16_c96_rrtmgp.nml.IN +export IAER=5111 diff --git a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_2thrd b/tests/tests/fv3_gfs_v16_RRTMGP_2thrd similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_RRTMGP_2thrd rename to tests/tests/fv3_gfs_v16_RRTMGP_2thrd index ec4d6d131f..d46114b00e 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_2thrd +++ b/tests/tests/fv3_gfs_v16_RRTMGP_2thrd @@ -82,8 +82,9 @@ export WRTTASK_PER_GROUP=12 DT_ATMOS="1200" export DO_RRTMGP=.T. +export IAER=5111 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16_RRTMGP -export INPUT_NML=ccpp_v16_c96_rrtmgp.nml.IN +export INPUT_NML=v16_c96_rrtmgp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_c192L127 b/tests/tests/fv3_gfs_v16_RRTMGP_c192L127 similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_RRTMGP_c192L127 rename to tests/tests/fv3_gfs_v16_RRTMGP_c192L127 index c65e2f5034..b542ede33b 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_c192L127 +++ b/tests/tests/fv3_gfs_v16_RRTMGP_c192L127 @@ -96,7 +96,7 @@ export FNSOTC="'global_soiltype.statsgo.t382.768.384.rg.grb'," export FNSMCC="'global_soilmgldas.statsgo.t382.768.384.grb'," export FNABSC="'global_mxsnoalb.uariz.t382.768.384.rg.grb'," -export FV3_RUN=ccpp_gfs_v16_run_c192L127.IN +export FV3_RUN=gfs_v16_run_c192L127.IN export CCPP_SUITE=FV3_GFS_v16_RRTMGP -export INPUT_NML=ccpp_v16_c192L127_rrtmgp.nml.IN +export INPUT_NML=v16_c192L127_rrtmgp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_debug b/tests/tests/fv3_gfs_v16_RRTMGP_debug similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_RRTMGP_debug rename to tests/tests/fv3_gfs_v16_RRTMGP_debug index 169f6415ac..1241a372e1 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_RRTMGP_debug +++ b/tests/tests/fv3_gfs_v16_RRTMGP_debug @@ -76,8 +76,9 @@ export_fv3 export FHMAX="06" DT_ATMOS="1200" export DO_RRTMGP=.T. +export IAER=5111 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16_RRTMGP -export INPUT_NML=ccpp_v16_c96_rrtmgp.nml.IN +export INPUT_NML=v16_c96_rrtmgp.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16_debug b/tests/tests/fv3_gfs_v16_debug similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_debug rename to tests/tests/fv3_gfs_v16_debug index f27083f806..483b8f0a02 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_debug +++ b/tests/tests/fv3_gfs_v16_debug @@ -78,7 +78,8 @@ DT_ATMOS="1200" export NSTF_NAME=2,1,0,0,0 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16 -export INPUT_NML=ccpp_v16_c96.nml.IN +export INPUT_NML=v16_c96.nml.IN +export IAER=1111 diff --git a/tests/tests/fv3_ccpp_gfs_v16_flake b/tests/tests/fv3_gfs_v16_flake similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_flake rename to tests/tests/fv3_gfs_v16_flake index bd270d5b2c..1b0ffd5432 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_flake +++ b/tests/tests/fv3_gfs_v16_flake @@ -76,7 +76,7 @@ export_fv3 DT_ATMOS="1200" -export FV3_RUN=ccpp_gfs_v16_flake_run.IN +export FV3_RUN=gfs_v16_flake_run.IN export CCPP_SUITE=FV3_GFS_v16_flake -export INPUT_NML=ccpp_v16_flake_c96.nml.IN +export INPUT_NML=v16_flake_c96.nml.IN diff --git a/tests/tests/fv3_gfs_v16_ras b/tests/tests/fv3_gfs_v16_ras new file mode 100644 index 0000000000..a50c824866 --- /dev/null +++ b/tests/tests/fv3_gfs_v16_ras @@ -0,0 +1,88 @@ +############################################################################### +# +# FV3 GFS v16 + RAS test +# +############################################################################### + +export TEST_DESCR="Compare FV3 GFS v16 + RAS results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v16_ras + +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 DT_ATMOS="600" + +export INPUT_NML=v16_c96.nml.IN +export CCPP_SUITE=FV3_GFS_v16_ras +export FV3_RUN=gfs_v16_run.IN + +export RAS=.T. +export IMFDEEPCNV=-1 +export OZ_PHYS_OLD=.F. +export OZ_PHYS_NEW=.T. +export H2O_PHYS=.T. +export IAER=5111 diff --git a/tests/tests/fv3_gfs_v16_ras_debug b/tests/tests/fv3_gfs_v16_ras_debug new file mode 100644 index 0000000000..72f011ac5a --- /dev/null +++ b/tests/tests/fv3_gfs_v16_ras_debug @@ -0,0 +1,90 @@ +############################################################################### +# +# FV3 GFS v16 + RAS test in DEBUG mode +# +############################################################################### + +export TEST_DESCR="Compare FV3 GFS v16 + RAS DEBUG results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v16_ras_debug + +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 FHMAX=6 +export FDIAG=3 +export DT_ATMOS="600" + +export INPUT_NML=v16_c96.nml.IN +export CCPP_SUITE=FV3_GFS_v16_ras +export FV3_RUN=gfs_v16_run.IN + +export RAS=.T. +export IMFDEEPCNV=-1 +export OZ_PHYS_OLD=.F. +export OZ_PHYS_NEW=.T. +export H2O_PHYS=.T. +export IAER=5111 diff --git a/tests/tests/fv3_ccpp_gfs_v16_restart b/tests/tests/fv3_gfs_v16_restart similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_restart rename to tests/tests/fv3_gfs_v16_restart index c95489ea5e..04c39cfaa7 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_restart +++ b/tests/tests/fv3_gfs_v16_restart @@ -67,8 +67,9 @@ export EXTERNAL_IC=.F. export MAKE_NH=.F. export MOUNTAIN=.T. export NSTF_NAME=2,0,0,0,0 +export IAER=1111 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16 -export INPUT_NML=ccpp_v16_c96.nml.IN +export INPUT_NML=v16_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_gfs_v16_stochy b/tests/tests/fv3_gfs_v16_stochy similarity index 97% rename from tests/tests/fv3_ccpp_gfs_v16_stochy rename to tests/tests/fv3_gfs_v16_stochy index 007c1f02fe..5830f01eb0 100644 --- a/tests/tests/fv3_ccpp_gfs_v16_stochy +++ b/tests/tests/fv3_gfs_v16_stochy @@ -85,8 +85,9 @@ export DO_SKEB=.T. export SKEB=0.3 export SHUM=0.003 export SPPT=0.2 +export IAER=5111 -export FV3_RUN=ccpp_gfs_v16_run.IN +export FV3_RUN=gfs_v16_run.IN export CCPP_SUITE=FV3_GFS_v16 -export INPUT_NML=ccpp_v16_c96.nml.IN +export INPUT_NML=v16_c96.nml.IN diff --git a/tests/tests/fv3_ccpp_gfsv16_csawmg b/tests/tests/fv3_gfsv16_csawmg similarity index 96% rename from tests/tests/fv3_ccpp_gfsv16_csawmg rename to tests/tests/fv3_gfsv16_csawmg index 58c49ff18e..b07fa158e4 100644 --- a/tests/tests/fv3_ccpp_gfsv16_csawmg +++ b/tests/tests/fv3_gfsv16_csawmg @@ -55,8 +55,8 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 DT_ATMOS="600" -export INPUT_NML=ccpp_gfsv16_csawmg.nml.IN -export FV3_RUN=ccpp_gfsv16_csawmg_run.IN +export INPUT_NML=gfsv16_csawmg.nml.IN +export FV3_RUN=gfsv16_csawmg_run.IN export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. diff --git a/tests/tests/fv3_ccpp_gfsv16_csawmgt b/tests/tests/fv3_gfsv16_csawmgt similarity index 96% rename from tests/tests/fv3_ccpp_gfsv16_csawmgt rename to tests/tests/fv3_gfsv16_csawmgt index 60c86f3271..684feb5a9c 100644 --- a/tests/tests/fv3_ccpp_gfsv16_csawmgt +++ b/tests/tests/fv3_gfsv16_csawmgt @@ -55,8 +55,8 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 DT_ATMOS="600" -export INPUT_NML=ccpp_gfsv16_csawmg.nml.IN -export FV3_RUN=ccpp_gfsv16_csawmg_run.IN +export INPUT_NML=gfsv16_csawmg.nml.IN +export FV3_RUN=gfsv16_csawmg_run.IN export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. diff --git a/tests/tests/fv3_ccpp_gfsv16_ugwpv1 b/tests/tests/fv3_gfsv16_ugwpv1 similarity index 85% rename from tests/tests/fv3_ccpp_gfsv16_ugwpv1 rename to tests/tests/fv3_gfsv16_ugwpv1 index daec8b1c96..e6006c7f82 100644 --- a/tests/tests/fv3_ccpp_gfsv16_ugwpv1 +++ b/tests/tests/fv3_gfsv16_ugwpv1 @@ -1,12 +1,12 @@ -############################################################################### +############################################### # -# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag: fv3_ccpp_gfsv16_ugwpv1 +# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag # -############################################################################### +############################################### -export TEST_DESCR="Compare fv3_ccpp_gfsv16_ugwpv1 with previous trunk version" +export TEST_DESCR="Compare FV3 CCPP GFS v16beta with ugwpv1 and gsldrag with previous trunk version" -export CNTL_DIR=fv3_ccpp_gfsv16_ugwpv1 +export CNTL_DIR=fv3_gfsv16_ugwpv1 export LIST_FILES="phyf000.tile1.nc \ phyf000.tile2.nc \ @@ -75,10 +75,9 @@ export SHOUR=00 DT_ATMOS="600" -export FV3_RUN=ccpp_gfsv16_ugwpv1_run.IN +export FV3_RUN=gfsv16_ugwpv1_run.IN export CCPP_SUITE=FV3_GFS_v16b_ugwpv1 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v16_c96_ugwpv1.nml.IN +export INPUT_NML=v16_c96_ugwpv1.nml.IN export WLCLK=30 # Cold start, these are defaults diff --git a/tests/tests/fv3_ccpp_gfsv16_ugwpv1_debug b/tests/tests/fv3_gfsv16_ugwpv1_debug similarity index 84% rename from tests/tests/fv3_ccpp_gfsv16_ugwpv1_debug rename to tests/tests/fv3_gfsv16_ugwpv1_debug index 718f438483..de1d4a6f49 100644 --- a/tests/tests/fv3_ccpp_gfsv16_ugwpv1_debug +++ b/tests/tests/fv3_gfsv16_ugwpv1_debug @@ -1,12 +1,12 @@ -########################################################################################### +############################################################# # -# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag in DEBUG mode: fv3_ccpp_gfsv16_ugwpv1_debug +# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag in DEBUG mode # -########################################################################################### +############################################################# -export TEST_DESCR="Compare fv3_ccpp_gfsv16_ugwpv1 DEBUG with previous trunk version" +export TEST_DESCR="Compare FV3 CCPP GFS v16beta with ugwpv1 and gsldrag DEBUG with previous trunk version" -export CNTL_DIR=fv3_ccpp_gfsv16_ugwpv1_debug +export CNTL_DIR=fv3_gfsv16_ugwpv1_debug export LIST_FILES="phyf000.tile1.nc \ phyf000.tile2.nc \ @@ -75,10 +75,9 @@ export SHOUR=00 DT_ATMOS="600" export FHMAX=6 -export FV3_RUN=ccpp_gfsv16_ugwpv1_run.IN +export FV3_RUN=gfsv16_ugwpv1_run.IN export CCPP_SUITE=FV3_GFS_v16b_ugwpv1 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v16_c96_ugwpv1.nml.IN +export INPUT_NML=v16_c96_ugwpv1.nml.IN export WLCLK=30 # Cold start, these are defaults diff --git a/tests/tests/fv3_ccpp_gfsv16_ugwpv1_warmstart b/tests/tests/fv3_gfsv16_ugwpv1_warmstart similarity index 84% rename from tests/tests/fv3_ccpp_gfsv16_ugwpv1_warmstart rename to tests/tests/fv3_gfsv16_ugwpv1_warmstart index 049302c5da..74fae7bae7 100644 --- a/tests/tests/fv3_ccpp_gfsv16_ugwpv1_warmstart +++ b/tests/tests/fv3_gfsv16_ugwpv1_warmstart @@ -1,12 +1,12 @@ -############################################################################### +########################################################### # -# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag, warm start: fv3_ccpp_gfsv16_ugwpv1_warmstart +# FV3 CCPP GFS v16beta with ugwpv1 and gsldrag, warm start # -############################################################################### +########################################################### -export TEST_DESCR="Compare fv3_ccpp_gfsv16_ugwpv1 with previous trunk version" +export TEST_DESCR="Compare FV3 CCPP GFS v16beta with ugwpv1 and gsldrag, warm start with previous trunk version" -export CNTL_DIR=fv3_ccpp_gfsv16_ugwpv1_warmstart +export CNTL_DIR=fv3_gfsv16_ugwpv1_warmstart export LIST_FILES="phyf000.tile1.nc \ phyf000.tile2.nc \ @@ -75,14 +75,12 @@ export SHOUR=00 DT_ATMOS="600" -export FV3_RUN=ccpp_gfsv16_ugwpv1_run.IN +export FV3_RUN=gfsv16_ugwpv1_run.IN export CCPP_SUITE=FV3_GFS_v16b_ugwpv1 -export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_v16_c96_ugwpv1.nml.IN +export INPUT_NML=v16_c96_ugwpv1.nml.IN export WLCLK=30 # Warm start export WARM_START=.T. export EXTERNAL_IC=.F. export MOUNTAIN=.T. - diff --git a/tests/tests/fv3_ccpp_gocart_clm b/tests/tests/fv3_gocart_clm similarity index 97% rename from tests/tests/fv3_ccpp_gocart_clm rename to tests/tests/fv3_gocart_clm index 3c27595ec7..c9b7730525 100644 --- a/tests/tests/fv3_ccpp_gocart_clm +++ b/tests/tests/fv3_gocart_clm @@ -63,9 +63,9 @@ export IAER=1111 export HYBEDMF=.true. export SATMEDMF=.false. -export FV3_RUN=ccpp_gocart.IN +export FV3_RUN=gocart.IN export CCPP_SUITE=FV3_GFS_2017_gfdlmp -export INPUT_NML=ccpp.gocart.nml.IN +export INPUT_NML=gocart.nml.IN # Increase the number of nodes on Cheyenne to avoid out of memory errors if [[ $MACHINE_ID = cheyenne.* ]]; then diff --git a/tests/tests/fv3_ccpp_gsd b/tests/tests/fv3_gsd similarity index 98% rename from tests/tests/fv3_ccpp_gsd rename to tests/tests/fv3_gsd index b1e1a7bb5d..7fd6c1ad27 100644 --- a/tests/tests/fv3_ccpp_gsd +++ b/tests/tests/fv3_gsd @@ -107,9 +107,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_RRTMGP b/tests/tests/fv3_gsd_RRTMGP similarity index 98% rename from tests/tests/fv3_ccpp_gsd_RRTMGP rename to tests/tests/fv3_gsd_RRTMGP index 2fb8236872..9cf139c0f8 100644 --- a/tests/tests/fv3_ccpp_gsd_RRTMGP +++ b/tests/tests/fv3_gsd_RRTMGP @@ -107,9 +107,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_RRTMGP_run.IN +export FV3_RUN=gsd_RRTMGP_run.IN export CCPP_SUITE=FV3_GSD_v0_RRTMGP -export INPUT_NML=ccpp_gsd_RRTMGP.nml.IN +export INPUT_NML=gsd_RRTMGP.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_RRTMGP_debug b/tests/tests/fv3_gsd_RRTMGP_debug similarity index 97% rename from tests/tests/fv3_ccpp_gsd_RRTMGP_debug rename to tests/tests/fv3_gsd_RRTMGP_debug index 00d6519138..63852105db 100644 --- a/tests/tests/fv3_ccpp_gsd_RRTMGP_debug +++ b/tests/tests/fv3_gsd_RRTMGP_debug @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_RRTMGP_run.IN +export FV3_RUN=gsd_RRTMGP_run.IN export CCPP_SUITE=FV3_GSD_v0_RRTMGP -export INPUT_NML=ccpp_gsd_RRTMGP.nml.IN +export INPUT_NML=gsd_RRTMGP.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_coldstart b/tests/tests/fv3_gsd_coldstart similarity index 96% rename from tests/tests/fv3_ccpp_gsd_coldstart rename to tests/tests/fv3_gsd_coldstart index df3293e5c7..673e8b3170 100644 --- a/tests/tests/fv3_ccpp_gsd_coldstart +++ b/tests/tests/fv3_gsd_coldstart @@ -45,9 +45,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_debug b/tests/tests/fv3_gsd_debug similarity index 98% rename from tests/tests/fv3_ccpp_gsd_debug rename to tests/tests/fv3_gsd_debug index ae0c15445b..b937b58f74 100644 --- a/tests/tests/fv3_ccpp_gsd_debug +++ b/tests/tests/fv3_gsd_debug @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_diag3d_debug b/tests/tests/fv3_gsd_diag3d_debug similarity index 98% rename from tests/tests/fv3_ccpp_gsd_diag3d_debug rename to tests/tests/fv3_gsd_diag3d_debug index c9797035f7..735e295527 100644 --- a/tests/tests/fv3_ccpp_gsd_diag3d_debug +++ b/tests/tests/fv3_gsd_diag3d_debug @@ -87,9 +87,9 @@ export LDIAG3D=.T. export QDIAG3D=.T. export MAX_OUTPUT_FIELDS=400 -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_drag_suite b/tests/tests/fv3_gsd_drag_suite similarity index 98% rename from tests/tests/fv3_ccpp_gsd_drag_suite rename to tests/tests/fv3_gsd_drag_suite index b10aeee7c2..f42b3bad95 100644 --- a/tests/tests/fv3_ccpp_gsd_drag_suite +++ b/tests/tests/fv3_gsd_drag_suite @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0_drag_suite -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_drag_suite_unified_ugwp b/tests/tests/fv3_gsd_drag_suite_unified_ugwp similarity index 98% rename from tests/tests/fv3_ccpp_gsd_drag_suite_unified_ugwp rename to tests/tests/fv3_gsd_drag_suite_unified_ugwp index b598f56bc6..b5d68f21bb 100644 --- a/tests/tests/fv3_ccpp_gsd_drag_suite_unified_ugwp +++ b/tests/tests/fv3_gsd_drag_suite_unified_ugwp @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0_unified_ugwp_suite -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_lndp b/tests/tests/fv3_gsd_lndp similarity index 98% rename from tests/tests/fv3_ccpp_gsd_lndp rename to tests/tests/fv3_gsd_lndp index 51f18f714e..39fd4beb85 100644 --- a/tests/tests/fv3_ccpp_gsd_lndp +++ b/tests/tests/fv3_gsd_lndp @@ -80,9 +80,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_mynnsfc b/tests/tests/fv3_gsd_mynnsfc similarity index 98% rename from tests/tests/fv3_ccpp_gsd_mynnsfc rename to tests/tests/fv3_gsd_mynnsfc index e9bccdd285..ef557aea22 100644 --- a/tests/tests/fv3_ccpp_gsd_mynnsfc +++ b/tests/tests/fv3_gsd_mynnsfc @@ -108,9 +108,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0_mynnsfc -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_mynnsfc_debug b/tests/tests/fv3_gsd_mynnsfc_debug similarity index 98% rename from tests/tests/fv3_ccpp_gsd_mynnsfc_debug rename to tests/tests/fv3_gsd_mynnsfc_debug index f1967d6f46..dbd24dd3e1 100644 --- a/tests/tests/fv3_ccpp_gsd_mynnsfc_debug +++ b/tests/tests/fv3_gsd_mynnsfc_debug @@ -84,9 +84,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0_mynnsfc -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_noah b/tests/tests/fv3_gsd_noah similarity index 98% rename from tests/tests/fv3_ccpp_gsd_noah rename to tests/tests/fv3_gsd_noah index 59ca150b7e..6b76d52140 100644 --- a/tests/tests/fv3_ccpp_gsd_noah +++ b/tests/tests/fv3_gsd_noah @@ -107,9 +107,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_noah -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_noah_lndp b/tests/tests/fv3_gsd_noah_lndp similarity index 98% rename from tests/tests/fv3_ccpp_gsd_noah_lndp rename to tests/tests/fv3_gsd_noah_lndp index 41355f5a64..80e4a10a5f 100644 --- a/tests/tests/fv3_ccpp_gsd_noah_lndp +++ b/tests/tests/fv3_gsd_noah_lndp @@ -80,9 +80,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_noah -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_noah_mynnsfc b/tests/tests/fv3_gsd_noah_mynnsfc similarity index 98% rename from tests/tests/fv3_ccpp_gsd_noah_mynnsfc rename to tests/tests/fv3_gsd_noah_mynnsfc index 6cfa7b4e1f..bf2c20b624 100644 --- a/tests/tests/fv3_ccpp_gsd_noah_mynnsfc +++ b/tests/tests/fv3_gsd_noah_mynnsfc @@ -108,9 +108,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_noah_mynnsfc -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_noah_mynnsfc_debug b/tests/tests/fv3_gsd_noah_mynnsfc_debug similarity index 98% rename from tests/tests/fv3_ccpp_gsd_noah_mynnsfc_debug rename to tests/tests/fv3_gsd_noah_mynnsfc_debug index 6ea180f71c..213b366ce9 100644 --- a/tests/tests/fv3_ccpp_gsd_noah_mynnsfc_debug +++ b/tests/tests/fv3_gsd_noah_mynnsfc_debug @@ -84,9 +84,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_noah_mynnsfc -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_sar b/tests/tests/fv3_gsd_sar similarity index 87% rename from tests/tests/fv3_ccpp_gsd_sar rename to tests/tests/fv3_gsd_sar index a5b06e5e7c..bde8051b90 100644 --- a/tests/tests/fv3_ccpp_gsd_sar +++ b/tests/tests/fv3_gsd_sar @@ -26,10 +26,10 @@ export FDIAG=1 export_fv3 export TASKS=24 -export MODEL_CONFIGURE=ccpp_gsd_sar-model_configure.IN -export FV3_RUN=ccpp_gsd_sar_run.IN +export MODEL_CONFIGURE=gsd_sar-model_configure.IN +export FV3_RUN=gsd_sar_run.IN export CCPP_SUITE=FV3_GSD_SAR -export INPUT_NML=ccpp_gsd_sar.nml.IN +export INPUT_NML=gsd_sar.nml.IN export WLCLK=30 diff --git a/tests/tests/fv3_ccpp_gsd_sar_debug b/tests/tests/fv3_gsd_sar_debug similarity index 88% rename from tests/tests/fv3_ccpp_gsd_sar_debug rename to tests/tests/fv3_gsd_sar_debug index 673f76627b..57648546ff 100644 --- a/tests/tests/fv3_ccpp_gsd_sar_debug +++ b/tests/tests/fv3_gsd_sar_debug @@ -26,10 +26,10 @@ export FDIAG=1 export_fv3 export TASKS=24 -export MODEL_CONFIGURE=ccpp_gsd_sar-model_configure.IN -export FV3_RUN=ccpp_gsd_sar_run.IN +export MODEL_CONFIGURE=gsd_sar-model_configure.IN +export FV3_RUN=gsd_sar_run.IN export CCPP_SUITE=FV3_GSD_SAR -export INPUT_NML=ccpp_gsd_sar.nml.IN +export INPUT_NML=gsd_sar.nml.IN export WLCLK=30 diff --git a/tests/tests/fv3_ccpp_gsd_unified_ugwp b/tests/tests/fv3_gsd_unified_ugwp similarity index 98% rename from tests/tests/fv3_ccpp_gsd_unified_ugwp rename to tests/tests/fv3_gsd_unified_ugwp index abc40f8a08..777f246ac5 100644 --- a/tests/tests/fv3_ccpp_gsd_unified_ugwp +++ b/tests/tests/fv3_gsd_unified_ugwp @@ -107,9 +107,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0_unified_ugwp_suite -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_gsd_warmstart b/tests/tests/fv3_gsd_warmstart similarity index 98% rename from tests/tests/fv3_ccpp_gsd_warmstart rename to tests/tests/fv3_gsd_warmstart index f00337997d..1eda979dbb 100644 --- a/tests/tests/fv3_ccpp_gsd_warmstart +++ b/tests/tests/fv3_gsd_warmstart @@ -85,9 +85,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GSD_v0 -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_h2ophys b/tests/tests/fv3_h2ophys similarity index 97% rename from tests/tests/fv3_ccpp_h2ophys rename to tests/tests/fv3_h2ophys index 3ff22e78f6..133cec2efd 100644 --- a/tests/tests/fv3_ccpp_h2ophys +++ b/tests/tests/fv3_h2ophys @@ -74,9 +74,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017_h2ophys -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN export H2O_PHYS=.T. diff --git a/tests/tests/fv3_ccpp_hrrr b/tests/tests/fv3_hrrr similarity index 98% rename from tests/tests/fv3_ccpp_hrrr rename to tests/tests/fv3_hrrr index 27e19500f5..9e9242f8f3 100644 --- a/tests/tests/fv3_ccpp_hrrr +++ b/tests/tests/fv3_hrrr @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_HRRR -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_iau b/tests/tests/fv3_iau similarity index 97% rename from tests/tests/fv3_ccpp_iau rename to tests/tests/fv3_iau index bbcc387dc0..4c538e395f 100644 --- a/tests/tests/fv3_ccpp_iau +++ b/tests/tests/fv3_iau @@ -86,7 +86,7 @@ export NSTF_NAME=2,0,1,0,5 export IAU_INC_FILES="fv3_increment.nc" export IAU_DRYMASSFIXER=.true. -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_lheatstrg b/tests/tests/fv3_lheatstrg similarity index 97% rename from tests/tests/fv3_ccpp_lheatstrg rename to tests/tests/fv3_lheatstrg index 6d40d3c63e..5a26497973 100644 --- a/tests/tests/fv3_ccpp_lheatstrg +++ b/tests/tests/fv3_lheatstrg @@ -54,9 +54,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN export LHEATSTRG=.T. export OUTPUT_GRID="'gaussian_grid'" diff --git a/tests/tests/fv3_ccpp_lndp b/tests/tests/fv3_lndp similarity index 97% rename from tests/tests/fv3_ccpp_lndp rename to tests/tests/fv3_lndp index 9ea3dc2847..dc3e0eb0f5 100644 --- a/tests/tests/fv3_ccpp_lndp +++ b/tests/tests/fv3_lndp @@ -75,9 +75,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_lndp.nml.IN +export INPUT_NML=lndp.nml.IN export LNDP_TYPE=2 export N_VAR_LNDP=2 diff --git a/tests/tests/fv3_ccpp_multigases b/tests/tests/fv3_multigases similarity index 97% rename from tests/tests/fv3_ccpp_multigases rename to tests/tests/fv3_multigases index 8b2e579305..9ac6f39b59 100644 --- a/tests/tests/fv3_ccpp_multigases +++ b/tests/tests/fv3_multigases @@ -89,6 +89,6 @@ SHOUR="06" export FHMAX=06 export FDIAG=0,1,2,3,4,5,6 export NSTF_NAME=0,0,1,0,5 -export INPUT_NML=ccpp_multi_gases.nml.IN -export FV3_RUN=ccpp_multigases_run.IN +export INPUT_NML=multi_gases.nml.IN +export FV3_RUN=multigases_run.IN export CCPP_SUITE=FV3_GFS_2017_fv3wam diff --git a/tests/tests/fv3_ccpp_mynn b/tests/tests/fv3_mynn similarity index 98% rename from tests/tests/fv3_ccpp_mynn rename to tests/tests/fv3_mynn index 16a48c1714..a2f805cd88 100644 --- a/tests/tests/fv3_ccpp_mynn +++ b/tests/tests/fv3_mynn @@ -78,9 +78,9 @@ export IMP_PHYSICS=11 export DNATS=1 export DO_SAT_ADJ=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v15_mynn -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_ntiedtke b/tests/tests/fv3_ntiedtke similarity index 97% rename from tests/tests/fv3_ccpp_ntiedtke rename to tests/tests/fv3_ntiedtke index 6bae221a55..c437e1e217 100644 --- a/tests/tests/fv3_ccpp_ntiedtke +++ b/tests/tests/fv3_ntiedtke @@ -76,9 +76,9 @@ export_fv3 DT_ATMOS="600" -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_ntiedtke -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN export IMFSHALCNV=4 diff --git a/tests/tests/fv3_ccpp_ozphys_2015 b/tests/tests/fv3_ozphys_2015 similarity index 97% rename from tests/tests/fv3_ccpp_ozphys_2015 rename to tests/tests/fv3_ozphys_2015 index 95fe9918b9..9e7bf03042 100644 --- a/tests/tests/fv3_ccpp_ozphys_2015 +++ b/tests/tests/fv3_ozphys_2015 @@ -74,9 +74,9 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017_ozphys_2015 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. diff --git a/tests/tests/fv3_ccpp_rap b/tests/tests/fv3_rap similarity index 98% rename from tests/tests/fv3_ccpp_rap rename to tests/tests/fv3_rap index 32df243fa0..f8b77c2dff 100644 --- a/tests/tests/fv3_ccpp_rap +++ b/tests/tests/fv3_rap @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_RAP -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_rasmgshoc b/tests/tests/fv3_rasmgshoc deleted file mode 100644 index 1bd7c78eec..0000000000 --- a/tests/tests/fv3_rasmgshoc +++ /dev/null @@ -1,66 +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. - - diff --git a/tests/tests/fv3_ccpp_read_inc b/tests/tests/fv3_read_inc similarity index 97% rename from tests/tests/fv3_ccpp_read_inc rename to tests/tests/fv3_read_inc index d49e8ddb81..3d842fe259 100644 --- a/tests/tests/fv3_ccpp_read_inc +++ b/tests/tests/fv3_read_inc @@ -85,7 +85,7 @@ export FDIAG=3 export READ_INCREMENT=.T. export NSTF_NAME=2,0,1,0,5 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_regional_c768 b/tests/tests/fv3_regional_c768 similarity index 86% rename from tests/tests/fv3_ccpp_regional_c768 rename to tests/tests/fv3_regional_c768 index 6571c76bc6..cd51a1d6a7 100644 --- a/tests/tests/fv3_ccpp_regional_c768 +++ b/tests/tests/fv3_regional_c768 @@ -18,13 +18,13 @@ export_fv3 export TASKS=480 export WLCLK=30 -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. export H2O_PHYS=.T. export CCPP_SUITE=FV3_GFS_2017_gfdlmp_regional_c768 -export INPUT_NML=ccpp_regional_c768.nml.IN +export INPUT_NML=regional_c768.nml.IN export MODEL_CONFIGURE=regional_c768-model_configure.IN -export FV3_RUN=ccpp_regional_c786_run.IN +export FV3_RUN=regional_c786_run.IN diff --git a/tests/tests/fv3_ccpp_regional_control b/tests/tests/fv3_regional_control similarity index 92% rename from tests/tests/fv3_ccpp_regional_control rename to tests/tests/fv3_regional_control index dd7f2ee05c..2d96d1b7c1 100644 --- a/tests/tests/fv3_ccpp_regional_control +++ b/tests/tests/fv3_regional_control @@ -18,7 +18,7 @@ export_fv3 export TASKS=24 -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -29,7 +29,7 @@ export QUILTING=.false. export MODEL_CONFIGURE=model_configure_regional.IN export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export FDIAG=3 export INPES=4 diff --git a/tests/tests/fv3_ccpp_regional_control_debug b/tests/tests/fv3_regional_control_debug similarity index 92% rename from tests/tests/fv3_ccpp_regional_control_debug rename to tests/tests/fv3_regional_control_debug index f03ca27909..3ec5822542 100644 --- a/tests/tests/fv3_ccpp_regional_control_debug +++ b/tests/tests/fv3_regional_control_debug @@ -19,7 +19,7 @@ export_fv3 export TASKS=40 export FHMAX="01" -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -29,7 +29,7 @@ export QUILTING=.false. export MODEL_CONFIGURE=model_configure_regional.IN export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export FDIAG=1 export INPES=5 diff --git a/tests/tests/fv3_ccpp_regional_quilt b/tests/tests/fv3_regional_quilt similarity index 92% rename from tests/tests/fv3_ccpp_regional_quilt rename to tests/tests/fv3_regional_quilt index 6fcc844d62..3c03e1374a 100644 --- a/tests/tests/fv3_ccpp_regional_quilt +++ b/tests/tests/fv3_regional_quilt @@ -21,7 +21,7 @@ export_fv3 export TASKS=28 -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -31,7 +31,7 @@ export WRITE_DOPOST=.true. export POSTAPP='lam' export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export MODEL_CONFIGURE=model_configure_regional.IN export FDIAG=3 diff --git a/tests/tests/fv3_ccpp_regional_quilt_hafs b/tests/tests/fv3_regional_quilt_hafs similarity index 91% rename from tests/tests/fv3_ccpp_regional_quilt_hafs rename to tests/tests/fv3_regional_quilt_hafs index 3cfbbbc2ef..a0b48bea3d 100644 --- a/tests/tests/fv3_ccpp_regional_quilt_hafs +++ b/tests/tests/fv3_regional_quilt_hafs @@ -19,7 +19,7 @@ export_fv3 export TASKS=28 -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -29,7 +29,7 @@ export WRITE_DOPOST=.true. export POSTAPP='hafs' export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export MODEL_CONFIGURE=model_configure_hafs.IN export FDIAG=3 diff --git a/tests/tests/fv3_ccpp_regional_quilt_netcdf_parallel b/tests/tests/fv3_regional_quilt_netcdf_parallel similarity index 92% rename from tests/tests/fv3_ccpp_regional_quilt_netcdf_parallel rename to tests/tests/fv3_regional_quilt_netcdf_parallel index 2a8ee350b0..48860e3029 100644 --- a/tests/tests/fv3_ccpp_regional_quilt_netcdf_parallel +++ b/tests/tests/fv3_regional_quilt_netcdf_parallel @@ -18,7 +18,7 @@ export_fv3 export TASKS=28 -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -29,7 +29,7 @@ export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" export IDEFLATE=1 export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export FDIAG=3 export INPES=6 diff --git a/tests/tests/fv3_ccpp_regional_restart b/tests/tests/fv3_regional_restart similarity index 93% rename from tests/tests/fv3_ccpp_regional_restart rename to tests/tests/fv3_regional_restart index cd4c21022d..732baf77a0 100644 --- a/tests/tests/fv3_ccpp_regional_restart +++ b/tests/tests/fv3_regional_restart @@ -17,7 +17,7 @@ export_fv3 export TASKS=24 export WARM_START=.T. -export FV3_RUN=ccpp_regional_run.IN +export FV3_RUN=regional_run.IN export OZ_PHYS_OLD=.F. export OZ_PHYS_NEW=.T. @@ -27,7 +27,7 @@ export QUILTING=.false. export MODEL_CONFIGURE=model_configure_regional.IN export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_regional.nml.IN +export INPUT_NML=regional.nml.IN export FDIAG=3 export INPES=4 diff --git a/tests/tests/fv3_ccpp_restart b/tests/tests/fv3_restart similarity index 97% rename from tests/tests/fv3_ccpp_restart rename to tests/tests/fv3_restart index 5a04227a59..da2fb937bc 100644 --- a/tests/tests/fv3_ccpp_restart +++ b/tests/tests/fv3_restart @@ -67,7 +67,7 @@ export NA_INIT=0 export FDIAG=3 export NSTF_NAME=2,0,1,0,5 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_rrfs_v1beta b/tests/tests/fv3_rrfs_v1beta similarity index 98% rename from tests/tests/fv3_ccpp_rrfs_v1beta rename to tests/tests/fv3_rrfs_v1beta index d5a9f5f686..615a859242 100644 --- a/tests/tests/fv3_ccpp_rrfs_v1beta +++ b/tests/tests/fv3_rrfs_v1beta @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_RRFS_v1beta -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_rrfs_v1beta_debug b/tests/tests/fv3_rrfs_v1beta_debug similarity index 98% rename from tests/tests/fv3_ccpp_rrfs_v1beta_debug rename to tests/tests/fv3_rrfs_v1beta_debug index 66e4b02ed7..465e486259 100644 --- a/tests/tests/fv3_ccpp_rrfs_v1beta_debug +++ b/tests/tests/fv3_rrfs_v1beta_debug @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_RRFS_v1beta -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_sas b/tests/tests/fv3_sas similarity index 97% rename from tests/tests/fv3_ccpp_sas rename to tests/tests/fv3_sas index ab1bfd25aa..7d4a5bd847 100644 --- a/tests/tests/fv3_ccpp_sas +++ b/tests/tests/fv3_sas @@ -62,7 +62,7 @@ export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_sas -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN diff --git a/tests/tests/fv3_ccpp_satmedmf b/tests/tests/fv3_satmedmf similarity index 97% rename from tests/tests/fv3_ccpp_satmedmf rename to tests/tests/fv3_satmedmf index 514e1a62c6..525c6da53b 100644 --- a/tests/tests/fv3_ccpp_satmedmf +++ b/tests/tests/fv3_satmedmf @@ -62,7 +62,7 @@ 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 FV3_RUN=satmedmf_run.IN export CCPP_SUITE=FV3_GFS_2017_satmedmf -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_satmedmfq b/tests/tests/fv3_satmedmfq similarity index 97% rename from tests/tests/fv3_ccpp_satmedmfq rename to tests/tests/fv3_satmedmfq index b4c4aa8d7b..c078518d61 100644 --- a/tests/tests/fv3_ccpp_satmedmfq +++ b/tests/tests/fv3_satmedmfq @@ -63,7 +63,7 @@ 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 FV3_RUN=satmedmf_run.IN export CCPP_SUITE=FV3_GFS_2017_satmedmfq -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_shinhong b/tests/tests/fv3_shinhong similarity index 97% rename from tests/tests/fv3_ccpp_shinhong rename to tests/tests/fv3_shinhong index 77c65967a2..a2108bccaa 100644 --- a/tests/tests/fv3_ccpp_shinhong +++ b/tests/tests/fv3_shinhong @@ -76,9 +76,9 @@ export_fv3 DT_ATMOS="1200" -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_shinhong -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN export HYBEDMF=.F. diff --git a/tests/tests/fv3_ccpp_stochy b/tests/tests/fv3_stochy similarity index 97% rename from tests/tests/fv3_ccpp_stochy rename to tests/tests/fv3_stochy index 6ac9305c72..b9662c8d9e 100644 --- a/tests/tests/fv3_ccpp_stochy +++ b/tests/tests/fv3_stochy @@ -83,7 +83,7 @@ export SPPT=0.2 export DT_ATMOS=600 export FHMAX=12 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_stretched b/tests/tests/fv3_stretched similarity index 97% rename from tests/tests/fv3_ccpp_stretched rename to tests/tests/fv3_stretched index 3bcca69498..055eb1c47c 100644 --- a/tests/tests/fv3_ccpp_stretched +++ b/tests/tests/fv3_stretched @@ -84,8 +84,8 @@ FHMAX="48" DT_ATMOS="450" QUILTING=.false. -export INPUT_NML=ccpp_stretched-input.nml.IN -export FV3_RUN=ccpp_stretched_run.IN +export INPUT_NML=stretched-input.nml.IN +export FV3_RUN=stretched_run.IN export CCPP_SUITE=FV3_GFS_2017_stretched diff --git a/tests/tests/fv3_ccpp_stretched_nest b/tests/tests/fv3_stretched_nest similarity index 96% rename from tests/tests/fv3_ccpp_stretched_nest rename to tests/tests/fv3_stretched_nest index 378f384794..391aaba85e 100644 --- a/tests/tests/fv3_ccpp_stretched_nest +++ b/tests/tests/fv3_stretched_nest @@ -99,9 +99,9 @@ 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 FV3_RUN=ccpp_stretched_run.IN +export INPUT_NML=stretched-nest-input.nml.IN +export INPUT_NEST02_NML=input_nest02.nml.IN +export FV3_RUN=stretched_run.IN export CCPP_SUITE=FV3_GFS_2017_stretched diff --git a/tests/tests/fv3_ccpp_stretched_nest_debug b/tests/tests/fv3_stretched_nest_debug similarity index 91% rename from tests/tests/fv3_ccpp_stretched_nest_debug rename to tests/tests/fv3_stretched_nest_debug index ff207a968e..d4d713a7e7 100644 --- a/tests/tests/fv3_ccpp_stretched_nest_debug +++ b/tests/tests/fv3_stretched_nest_debug @@ -55,8 +55,8 @@ QUILTING=.false. export WLCLK=30 -export INPUT_NML=ccpp_stretched-nest-input.nml.IN -export INPUT_NEST02_NML=ccpp_input_nest02.nml.IN -export FV3_RUN=ccpp_stretched_run.IN +export INPUT_NML=stretched-nest-input.nml.IN +export INPUT_NEST02_NML=input_nest02.nml.IN +export FV3_RUN=stretched_run.IN export CCPP_SUITE=FV3_GFS_2017_stretched diff --git a/tests/tests/fv3_ccpp_stretched_nest_quilt b/tests/tests/fv3_stretched_nest_quilt similarity index 96% rename from tests/tests/fv3_ccpp_stretched_nest_quilt rename to tests/tests/fv3_stretched_nest_quilt index 8a9f8f6081..8d88c2eace 100644 --- a/tests/tests/fv3_ccpp_stretched_nest_quilt +++ b/tests/tests/fv3_stretched_nest_quilt @@ -96,10 +96,10 @@ 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 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 FV3_RUN=ccpp_stretched_run.IN +export FV3_RUN=stretched_run.IN export CCPP_SUITE=FV3_GFS_2017_stretched diff --git a/tests/tests/fv3_ccpp_thompson b/tests/tests/fv3_thompson similarity index 98% rename from tests/tests/fv3_ccpp_thompson rename to tests/tests/fv3_thompson index 67ecbe9321..6903721a2a 100644 --- a/tests/tests/fv3_ccpp_thompson +++ b/tests/tests/fv3_thompson @@ -80,9 +80,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v16_thompson -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_thompson_debug b/tests/tests/fv3_thompson_debug similarity index 98% rename from tests/tests/fv3_ccpp_thompson_debug rename to tests/tests/fv3_thompson_debug index d7586cb1ea..b0e0379a1b 100644 --- a/tests/tests/fv3_ccpp_thompson_debug +++ b/tests/tests/fv3_thompson_debug @@ -83,9 +83,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v16_thompson -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_thompson_mynn b/tests/tests/fv3_thompson_mynn similarity index 98% rename from tests/tests/fv3_ccpp_thompson_mynn rename to tests/tests/fv3_thompson_mynn index 18f643eed1..f7db812924 100644 --- a/tests/tests/fv3_ccpp_thompson_mynn +++ b/tests/tests/fv3_thompson_mynn @@ -80,9 +80,9 @@ export DO_SAT_ADJ=.F. export LRADAR=.T. export LTAEROSOL=.T. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v15_thompson_mynn -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export DO_MYNNEDMF=.T. diff --git a/tests/tests/fv3_ccpp_thompson_no_aero b/tests/tests/fv3_thompson_no_aero similarity index 98% rename from tests/tests/fv3_ccpp_thompson_no_aero rename to tests/tests/fv3_thompson_no_aero index 41b6e4696a..8ca9f57247 100644 --- a/tests/tests/fv3_ccpp_thompson_no_aero +++ b/tests/tests/fv3_thompson_no_aero @@ -81,9 +81,9 @@ export LRADAR=.T. export NSRADAR_RESET=3600.0 export LTAEROSOL=.F. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v16_thompson -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_thompson_no_aero_debug b/tests/tests/fv3_thompson_no_aero_debug similarity index 98% rename from tests/tests/fv3_ccpp_thompson_no_aero_debug rename to tests/tests/fv3_thompson_no_aero_debug index c21269307b..1361e37268 100644 --- a/tests/tests/fv3_ccpp_thompson_no_aero_debug +++ b/tests/tests/fv3_thompson_no_aero_debug @@ -84,9 +84,9 @@ export LRADAR=.T. export NSRADAR_RESET=3600.0 export LTAEROSOL=.F. -export FV3_RUN=ccpp_gsd_run.IN +export FV3_RUN=gsd_run.IN export CCPP_SUITE=FV3_GFS_v16_thompson -export INPUT_NML=ccpp_gsd.nml.IN +export INPUT_NML=gsd.nml.IN export HYBEDMF=.F. export SATMEDMF=.T. diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio b/tests/tests/fv3_wrtGauss_nemsio similarity index 97% rename from tests/tests/fv3_ccpp_wrtGauss_nemsio rename to tests/tests/fv3_wrtGauss_nemsio index e25c6e8342..2b3b3f844b 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio +++ b/tests/tests/fv3_wrtGauss_nemsio @@ -59,7 +59,7 @@ export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 b/tests/tests/fv3_wrtGauss_nemsio_c192 similarity index 97% rename from tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 rename to tests/tests/fv3_wrtGauss_nemsio_c192 index 91ee4a51da..65f9e14500 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c192 +++ b/tests/tests/fv3_wrtGauss_nemsio_c192 @@ -80,7 +80,7 @@ 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 FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 b/tests/tests/fv3_wrtGauss_nemsio_c768 similarity index 98% rename from tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 rename to tests/tests/fv3_wrtGauss_nemsio_c768 index 756bb1639b..66f0150c8b 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 +++ b/tests/tests/fv3_wrtGauss_nemsio_c768 @@ -102,7 +102,7 @@ export wav_petlist_bounds="1260 1469" export coupling_interval_sec=1800.0 #coupling time step, want it to be multiple of 1800 and FV3 time step export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_netcdf b/tests/tests/fv3_wrtGauss_netcdf similarity index 97% rename from tests/tests/fv3_ccpp_wrtGauss_netcdf rename to tests/tests/fv3_wrtGauss_netcdf index aee1d8c0d6..a912ce6187 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_netcdf +++ b/tests/tests/fv3_wrtGauss_netcdf @@ -57,7 +57,7 @@ export_fv3 export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'netcdf'" -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf b/tests/tests/fv3_wrtGauss_netcdf_esmf similarity index 97% rename from tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf rename to tests/tests/fv3_wrtGauss_netcdf_esmf index fb3f5ef002..f516074433 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_netcdf_esmf +++ b/tests/tests/fv3_wrtGauss_netcdf_esmf @@ -57,7 +57,7 @@ export_fv3 export OUTPUT_GRID="'gaussian_grid'" export OUTPUT_FILE="'netcdf_esmf'" -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_netcdf_parallel b/tests/tests/fv3_wrtGauss_netcdf_parallel similarity index 97% rename from tests/tests/fv3_ccpp_wrtGauss_netcdf_parallel rename to tests/tests/fv3_wrtGauss_netcdf_parallel index 4653734353..bd3feef714 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_netcdf_parallel +++ b/tests/tests/fv3_wrtGauss_netcdf_parallel @@ -60,6 +60,6 @@ export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" export IDEFLATE=1 export NBITS=14 -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGlatlon_netcdf b/tests/tests/fv3_wrtGlatlon_netcdf similarity index 97% rename from tests/tests/fv3_ccpp_wrtGlatlon_netcdf rename to tests/tests/fv3_wrtGlatlon_netcdf index 14e7f1778a..34d4003d86 100644 --- a/tests/tests/fv3_ccpp_wrtGlatlon_netcdf +++ b/tests/tests/fv3_wrtGlatlon_netcdf @@ -57,7 +57,7 @@ export_fv3 export OUTPUT_GRID="'global_latlon'" export OUTPUT_FILE="'netcdf'" -export FV3_RUN=ccpp_control_run.IN +export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_2017 -export INPUT_NML=ccpp_control.nml.IN +export INPUT_NML=control.nml.IN diff --git a/tests/tests/fv3_ccpp_ysu b/tests/tests/fv3_ysu similarity index 97% rename from tests/tests/fv3_ccpp_ysu rename to tests/tests/fv3_ysu index 6292f8e5d9..d90ce0bb4c 100644 --- a/tests/tests/fv3_ccpp_ysu +++ b/tests/tests/fv3_ysu @@ -76,9 +76,9 @@ export_fv3 DT_ATMOS="600" -export FV3_RUN=ccpp_gfdlmp_run.IN +export FV3_RUN=gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_ysu -export INPUT_NML=ccpp_gfdlmp.nml.IN +export INPUT_NML=gfdlmp.nml.IN export HYBEDMF=.F. diff --git a/tests/utest b/tests/utest index 6dd1394290..28a2a9b8d5 100755 --- a/tests/utest +++ b/tests/utest @@ -32,11 +32,11 @@ usage() { echo echo " Examples" echo - echo " 'utest -n fv3_ccpp_control' tests all for fv3_ccpp_control" - echo " 'utest -n fv3_ccpp_control -c rst' tests restart for fv3_ccpp_control" - echo " 'utest -n fv3_ccpp_gfdlmp -c mpi,thr' tests mpi and threading for fv3_ccpp_gfdlmp" - echo " 'utest -n fv3_ccpp_gfdlmp -c bit' tests bit for fv3_ccpp_gfdlmp" - echo " 'utest -n fv3_ccpp_satmedmf -c dcp,dbg,rst' tests decomposition, debug, restart for fv3_ccpp_satmedmf" + echo " 'utest -n fv3_control' tests all for fv3_control" + echo " 'utest -n fv3_control -c rst' tests restart for fv3_control" + echo " 'utest -n fv3_gfdlmp -c mpi,thr' tests mpi and threading for fv3_gfdlmp" + echo " 'utest -n fv3_gfdlmp -c bit' tests bit for fv3_gfdlmp" + echo " 'utest -n fv3_satmedmf -c dcp,dbg,rst' tests decomposition, debug, restart for fv3_satmedmf" echo #set -x } @@ -55,7 +55,7 @@ cleanup() { build_utests() { [[ -f $build_file ]] || error "$build_file does not exist" - rm -f fv3_*.exe modules.fv3_* $compile_log + rm -f fv3_*.exe modules.fv3_* model_found=false base_opt= @@ -92,9 +92,12 @@ build_utests() { ;; esac MAKE_OPT=$(echo $MAKE_OPT | sed -e 's/^ *//' -e 's/ *$//') + export COMPILE_NR=${name} cat <<-EOF > ${RUNDIR_ROOT}/compile_${name}.env export MACHINE_ID=${MACHINE_ID} + export JOB_NR=${COMPILE_NR} + export COMPILE_NR=${COMPILE_NR} export PATHRT=${PATHRT} export PATHTR=${PATHTR} export SCHEDULER=${SCHEDULER} @@ -119,6 +122,7 @@ build_utests() { } run_utests() { + JOB_NR=0 for rc in $run_case; do # load default variables and override as necessary source default_vars.sh @@ -132,6 +136,7 @@ run_utests() { comp_nm=std RT_SUFFIX="_${rc}" + JOB_NR=$( printf '%03d' $(( 10#$JOB_NR + 1 )) ) case $rc in std_base) @@ -332,6 +337,7 @@ run_utests() { esac cat <<- EOF > ${RUNDIR_ROOT}/run_test${RT_SUFFIX}.env + export JOB_NR=${JOB_NR} export MACHINE_ID=${MACHINE_ID} export RTPWD=${RTPWD} export INPUTDATA_ROOT=${INPUTDATA_ROOT} @@ -631,7 +637,7 @@ if [[ $run_case =~ std_base && ! $run_case =~ ^std_base ]]; then fi # log directory -LOG_DIR=${PATHRT}/log_ut_$MACHINE_ID +export LOG_DIR=${PATHRT}/log_ut_$MACHINE_ID rm -rf ${LOG_DIR} mkdir ${LOG_DIR} @@ -667,7 +673,6 @@ if [[ $ECFLOW == true ]]; then fi fi -compile_log=${PATHRT}/Compile_ut_$MACHINE_ID.log unittest_log=${PATHRT}/UnitTests_$MACHINE_ID.log REGRESSIONTEST_LOG=$unittest_log @@ -699,9 +704,6 @@ if [[ $skip_compile == true ]]; then else echo "cases to compile: $compile_case" build_utests - if [[ $ECFLOW == false ]]; then - cat ${LOG_DIR}/compile_*.log > ${compile_log} - fi fi # if skipping run, stop after build. print out status information and @@ -749,9 +751,6 @@ fi #### UNIT TEST STATUS #### ######################################################################## set +e -if [[ $ECFLOW == true ]]; then - cat ${LOG_DIR}/compile_*.log > ${compile_log} -fi cat ${LOG_DIR}/ut_*.log | tee -a ${unittest_log} if [[ -e fail_unit_test ]]; then diff --git a/tests/utest.bld b/tests/utest.bld index 90814bc59e..be685aa6d1 100644 --- a/tests/utest.bld +++ b/tests/utest.bld @@ -1,22 +1,22 @@ -fv3_ccpp_control | SUITES=FV3_GFS_2017 -fv3_ccpp_wrtGauss_netcdf_esmf | SUITES=FV3_GFS_2017 -fv3_ccpp_wrtGauss_netcdf | SUITES=FV3_GFS_2017 -fv3_ccpp_wrtGlatlon_netcdf | SUITES=FV3_GFS_2017 -fv3_ccpp_wrtGauss_nemsio | SUITES=FV3_GFS_2017 -fv3_ccpp_stochy | SUITES=FV3_GFS_2017 -fv3_ccpp_iau | SUITES=FV3_GFS_2017 -fv3_ccpp_ca | SUITES=FV3_GFS_2017 -fv3_ccpp_lheatstrg | SUITES=FV3_GFS_2017 -fv3_ccpp_gfdlmprad | SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -fv3_ccpp_atmwav | SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y -fv3_ccpp_multigases | SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y -fv3_ccpp_gfdlmp | SUITES=FV3_GFS_2017_gfdlmp -fv3_ccpp_gfdlmprad_gwd | SUITES=FV3_GFS_2017_gfdlmp -fv3_ccpp_gfdlmprad_noahmp | SUITES=FV3_GFS_2017_gfdlmp_noahmp -fv3_ccpp_csawmg | SUITES=FV3_GFS_2017_csawmg -fv3_ccpp_satmedmf | SUITES=FV3_GFS_2017_satmedmf -fv3_ccpp_satmedmfq | SUITES=FV3_GFS_2017_satmedmfq -fv3_ccpp_gfsv16_csawmg | SUITES=FV3_GFS_v16_csawmg -fv3_ccpp_gfsv16_csawmgt | SUITES=FV3_GFS_v16_csawmg -fv3_ccpp_gocart_clm | SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake -fv3_ccpp_gfs_v16_flake | SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +fv3_control | APP=ATM SUITES=FV3_GFS_2017 +fv3_wrtGauss_netcdf_esmf | APP=ATM SUITES=FV3_GFS_2017 +fv3_wrtGauss_netcdf | APP=ATM SUITES=FV3_GFS_2017 +fv3_wrtGlatlon_netcdf | APP=ATM SUITES=FV3_GFS_2017 +fv3_wrtGauss_nemsio | APP=ATM SUITES=FV3_GFS_2017 +fv3_stochy | APP=ATM SUITES=FV3_GFS_2017 +fv3_iau | APP=ATM SUITES=FV3_GFS_2017 +fv3_ca | APP=ATM SUITES=FV3_GFS_2017 +fv3_lheatstrg | APP=ATM SUITES=FV3_GFS_2017 +fv3_gfdlmprad | APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp +fv3_gfdlmprad_atmwav | APP=ATMW SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp +fv3_multigases | APP=ATM SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y REPRO=Y +fv3_gfdlmp | APP=ATM SUITES=FV3_GFS_2017_gfdlmp, FV3_GFS_2017_gfdlmp_noahmp +fv3_gfdlmprad_gwd | APP=ATM SUITES=FV3_GFS_2017_gfdlmp, FV3_GFS_2017_gfdlmp_noahmp +fv3_gfdlmprad_noahmp | APP=ATM SUITES=FV3_GFS_2017_gfdlmp, FV3_GFS_2017_gfdlmp_noahmp +fv3_csawmg | APP=ATM SUITES=FV3_GFS_2017_csawmg +fv3_satmedmf | APP=ATM SUITES=FV3_GFS_2017_satmedmf +fv3_satmedmfq | APP=ATM SUITES=FV3_GFS_2017_satmedmfq +fv3_gfsv16_csawmg | APP=ATM SUITES=FV3_GFS_v16_csawmg +fv3_gfsv16_csawmgt | APP=ATM SUITES=FV3_GFS_v16_csawmg +fv3_gocart_clm | APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake +fv3_gfs_v16_flake | APP=ATM SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16_flake From 51c02e407b4953cb283686ed39fc3c91f516076b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 25 May 2021 00:41:25 -0500 Subject: [PATCH 211/271] fix merge conflict issue --- tests/compile.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/compile.sh b/tests/compile.sh index 3c70895df5..211f97a0dd 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -83,11 +83,7 @@ echo "Compiling ${MAKE_OPT} into $BUILD_NAME.exe on $MACHINE_ID" CMAKE_FLAGS='' if [[ "${MAKE_OPT}" == *"DEBUG=Y"* ]]; then -<<<<<<< HEAD - CMAKE_FLAGS="${CMAKE_FLAGS} -DDEBUG=ON" -======= CMAKE_FLAGS="${CMAKE_FLAGS} -DDEBUG=ON -DCMAKE_BUILD_TYPE=Debug" ->>>>>>> 7d18241 elif [[ "${MAKE_OPT}" == *"REPRO=Y"* ]]; then CMAKE_FLAGS="${CMAKE_FLAGS} -DREPRO=ON" fi From 8c670b2f64c13fd88a8922fdf8b3d26875269897 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 25 May 2021 00:52:05 -0500 Subject: [PATCH 212/271] resolve merge conflicts --- CMakeLists.txt | 1 + stochastic_physics | 2 +- tests/fv3_conf/gfdlmp_run.IN | 7 ------- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28cae3aea2..19f84665c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,7 @@ if(CMAKE_Platform) endif() message("") +message("32BIT ............ ${32BIT}") message("AVX2 ............. ${AVX2}") message("SIMDMULTIARCH ... ${SIMDMULTIARCH}") message("DEBUG ............ ${DEBUG}") diff --git a/stochastic_physics b/stochastic_physics index c39bb8a09a..6e4d5ce0f4 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit c39bb8a09a196a9dd17ea3fb52152b61ef2881ae +Subproject commit 6e4d5ce0f43de297825494206b79737ef45c36ff diff --git a/tests/fv3_conf/gfdlmp_run.IN b/tests/fv3_conf/gfdlmp_run.IN index b76ef7caa9..b4c626db5a 100644 --- a/tests/fv3_conf/gfdlmp_run.IN +++ b/tests/fv3_conf/gfdlmp_run.IN @@ -46,10 +46,3 @@ if [[ $POSTAPP = 'global' ]]; then cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new fi - -if [[ $POSTAPP = 'global' ]]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt - cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new -fi From 78b282a036db76da3a5216ac2ed3e008c268d62e Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 25 May 2021 23:48:54 -0500 Subject: [PATCH 213/271] update FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 80f074bdfd..3fd125e17a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 80f074bdfd5cd70ed9405f9dc1975e0e7fd0c6b6 +Subproject commit 3fd125e17a151c5ef2e9b4451d56dd8e589879e6 From e02825bfe23877e4971585c3e22e981ffb9e7690 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 26 May 2021 17:01:38 -0500 Subject: [PATCH 214/271] update mediator component --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 69ea3a3b80..cf8021c0a3 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 69ea3a3b8015f0c1593e743683761834ac5677d3 +Subproject commit cf8021c0a3b7e3768ba0924299c7b49be773135c From 8613d7a8a4722857354e3be5b6068b096c6f8523 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 26 May 2021 22:31:45 +0000 Subject: [PATCH 215/271] Update submodule FV3, which has the parameter variables rlmx and elmx (maximum allowed mixing length and dissipation mixing length in the GFS scale-aware TKE EDMF PBL scheme) as namelist options. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c5697d821a..66e32d752a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c5697d821ac1087fcdb436c8aa367bb5db368454 +Subproject commit 66e32d752a2416e073ec2fb0616117821474e4af From 94628f2a0f3f8c55615eac0520965c02b881ef5f Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 10 Jun 2021 01:14:53 -0500 Subject: [PATCH 216/271] revert chnages in the CDEPS interface --- CDEPS-interface/CMakeLists.txt | 140 +++++++++++++++++---------------- 1 file changed, 71 insertions(+), 69 deletions(-) diff --git a/CDEPS-interface/CMakeLists.txt b/CDEPS-interface/CMakeLists.txt index 064182cf06..cc52a64435 100644 --- a/CDEPS-interface/CMakeLists.txt +++ b/CDEPS-interface/CMakeLists.txt @@ -16,102 +16,104 @@ endif() include("cdeps_files.cmake") # CDEPS/share -add_library(share OBJECT ${cdeps_share_files} ${ufs_cdeps_share_files}) +add_library(share STATIC ${cdeps_share_files} ${ufs_cdeps_share_files}) +add_library(cdeps::share ALIAS share) set_target_properties(share PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(share PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/ufs/cdeps_share) -target_include_directories(share PRIVATE $ - $) -target_link_libraries(share PRIVATE esmf) +target_include_directories(share PUBLIC $ + $) +target_link_libraries(share PUBLIC esmf) +list(APPEND LIB_TARGETS share) # CDEPS/streams -add_library(streams OBJECT ${cdeps_streams_files}) -add_dependencies(streams share) +add_library(streams STATIC ${cdeps_streams_files}) +add_library(cdeps::streams ALIAS streams) +add_dependencies(streams cdeps::share) set_target_properties(streams PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(streams PRIVATE $ - $) -target_compile_definitions(streams PRIVATE "DISABLE_FoX") -target_link_libraries(streams PRIVATE share) -target_link_libraries(streams PRIVATE esmf PIO::PIO_Fortran) +target_include_directories(streams PUBLIC $ + $) +target_compile_definitions(streams PUBLIC "DISABLE_FoX") +target_link_libraries(streams PUBLIC cdeps::share) +target_link_libraries(streams PUBLIC esmf PIO::PIO_Fortran) +list(APPEND LIB_TARGETS streams) # CDEPS/dshr -add_library(dshr OBJECT ${cdeps_dshr_files}) -add_dependencies(dshr share streams) +add_library(dshr STATIC ${cdeps_dshr_files}) +add_library(cdeps::dshr ALIAS dshr) +add_dependencies(dshr cdeps::share cdeps::streams) set_target_properties(dshr PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(dshr PRIVATE $ - $) -target_link_libraries(dshr PRIVATE share streams) -target_link_libraries(dshr PRIVATE esmf PIO::PIO_Fortran) +target_include_directories(dshr PUBLIC $ + $) +target_link_libraries(dshr PUBLIC cdeps::share cdeps::streams) +target_link_libraries(dshr PUBLIC esmf PIO::PIO_Fortran) +list(APPEND LIB_TARGETS dshr) # CDEPS/datm -add_library(datm OBJECT ${cdeps_datm_files}) -add_dependencies(datm share streams dshr) +add_library(datm STATIC ${cdeps_datm_files}) +add_library(cdeps::datm ALIAS datm) +add_dependencies(datm cdeps::share cdeps::streams cdeps::dshr) set_target_properties(datm PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(datm PRIVATE $ - $) -target_link_libraries(datm PRIVATE dshr share streams) -target_link_libraries(datm PRIVATE esmf PIO::PIO_Fortran) +target_include_directories(datm PUBLIC $ + $) +target_link_libraries(datm PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(datm PUBLIC esmf PIO::PIO_Fortran) +list(APPEND LIB_TARGETS datm) # CDEPS/dice -add_library(dice OBJECT ${cdeps_dice_files}) -add_dependencies(dice share streams dshr) +add_library(dice STATIC ${cdeps_dice_files}) +add_library(cdeps::dice ALIAS dice) +add_dependencies(dice cdeps::share cdeps::streams cdeps::dshr) set_target_properties(dice PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(dice PRIVATE $ - $) -target_link_libraries(dice PRIVATE dshr share streams) -target_link_libraries(dice PRIVATE esmf) +target_include_directories(dice PUBLIC $ + $) +target_link_libraries(dice PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(dice PUBLIC esmf) +list(APPEND LIB_TARGETS dice) # CDEPS/dlnd -add_library(dlnd OBJECT ${cdeps_dlnd_files}) -add_dependencies(dlnd share streams dshr) +add_library(dlnd STATIC ${cdeps_dlnd_files}) +add_library(cdeps::dlnd ALIAS dlnd) +add_dependencies(dlnd cdeps::share cdeps::streams cdeps::dshr) set_target_properties(dlnd PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(dlnd PRIVATE $ - $) -target_link_libraries(dlnd PRIVATE dshr share streams) -target_link_libraries(dlnd PRIVATE esmf) +target_include_directories(dlnd PUBLIC $ + $) +target_link_libraries(dlnd PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(dlnd PUBLIC esmf) +list(APPEND LIB_TARGETS dlnd) # CDEPS/docn -add_library(docn OBJECT ${cdeps_docn_files}) -add_dependencies(docn share streams dshr) +add_library(docn STATIC ${cdeps_docn_files}) +add_library(cdeps::docn ALIAS docn) +add_dependencies(docn cdeps::share cdeps::streams cdeps::dshr) set_target_properties(docn PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(docn PRIVATE $ - $) -target_link_libraries(docn PRIVATE dshr share streams) -target_link_libraries(docn PRIVATE esmf) +target_include_directories(docn PUBLIC $ + $) +target_link_libraries(docn PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(docn PUBLIC esmf) +list(APPEND LIB_TARGETS docn) # CDEPS/drof -add_library(drof OBJECT ${cdeps_drof_files}) -add_dependencies(drof share streams dshr) +add_library(drof STATIC ${cdeps_drof_files}) +add_library(cdeps::drof ALIAS drof) +add_dependencies(drof cdeps::share cdeps::streams cdeps::dshr) set_target_properties(drof PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(drof PRIVATE $ - $) -target_link_libraries(drof PRIVATE dshr share streams) -target_link_libraries(drof PRIVATE esmf) +target_include_directories(drof PUBLIC $ + $) +target_link_libraries(drof PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(drof PUBLIC esmf) +list(APPEND LIB_TARGETS drof) # CDEPS/dwav -add_library(dwav OBJECT ${cdeps_dwav_files}) -add_dependencies(dwav share streams dshr) +add_library(dwav STATIC ${cdeps_dwav_files}) +add_library(cdeps::dwav ALIAS dwav) +add_dependencies(dwav cdeps::share cdeps::streams cdeps::dshr) set_target_properties(dwav PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) -target_include_directories(dwav PRIVATE $ - $) -target_link_libraries(dwav PRIVATE dshr share streams) -target_link_libraries(dwav PRIVATE esmf) +target_include_directories(dwav PUBLIC $ + $) +target_link_libraries(dwav PUBLIC cdeps::dshr cdeps::share cdeps::streams) +target_link_libraries(dwav PUBLIC esmf) +list(APPEND LIB_TARGETS dwav) -# CDEPS -add_library(cdeps STATIC $ - $ - $ - $ - $ - $ - $ - $ - $) -add_library(cdeps::cdeps ALIAS cdeps) -target_include_directories(cdeps PUBLIC $ - $) -target_link_libraries(cdeps PUBLIC esmf - PIO::PIO_Fortran) -list(APPEND LIB_TARGETS cdeps) ############################################################################### ### Install ############################################################################### From 4aa9759e89393e24ec4375c82367df0508fadd6e Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Thu, 10 Jun 2021 01:17:02 -0500 Subject: [PATCH 217/271] revert chnages related with using full CDEPS library and add data ocean support --- CMakeLists.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca548ff08d..ec18d9c1b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,12 +315,17 @@ if(CMEPS) endif() if(CDEPS) - add_dependencies(ufs cdeps::cdeps) - list(APPEND _ufs_defs_private CDEPS-interface/CDEPS - FRONT_CDEPS_DATM=cdeps_datm_comp) - list(APPEND _ufs_defs_private CDEPS-interface/CDEPS - FRONT_CDEPS_DOCN=cdeps_docn_comp) - target_link_libraries(ufs PUBLIC cdeps::cdeps) + add_dependencies(ufs cdeps::datm) + list(APPEND _ufs_defs_private CDEPS-interface/CDEPS + FRONT_CDEPS_DATM=cdeps_datm_comp) + include_directories(${CMAKE_CURRENT_BINARY_DIR}/CDEPS-interface/CDEPS/datm) + target_link_libraries(ufs PUBLIC cdeps::datm) + + add_dependencies(ufs cdeps::docn) + list(APPEND _ufs_defs_private CDEPS-interface/CDEPS + FRONT_CDEPS_DOCN=cdeps_docn_comp) + include_directories(${CMAKE_CURRENT_BINARY_DIR}/CDEPS-interface/CDEPS/docn) + target_link_libraries(ufs PUBLIC cdeps::docn) endif() target_compile_definitions(ufs PRIVATE "${_ufs_defs_private}") From 30f41ff26bcdfe69b933375792beb7f5acafbf86 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Sat, 12 Jun 2021 19:40:08 +0000 Subject: [PATCH 218/271] Update submodule HYCOM. --- HYCOM-interface/HYCOM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 7917efd420..1b9b76c059 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 7917efd4207d68ab1d11119ab39f42ba9e6fab3b +Subproject commit 1b9b76c0596f65e96c07fa0f026223ed9141f6cc From 4179b7d464264f23ab8c9565b374cda1eae81e27 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 15 Jun 2021 10:49:45 -0500 Subject: [PATCH 219/271] update components, point HAFS fork for CDEPS and fix build issue in NEMS --- .gitmodules | 4 ++-- CDEPS-interface/CDEPS | 2 +- FV3 | 2 +- NEMS | 2 +- tests/rt.conf | 7 ------- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index 04a51f989e..7d1a06fa65 100644 --- a/.gitmodules +++ b/.gitmodules @@ -44,5 +44,5 @@ branch = develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS - url = https://github.com/NOAA-EMC/CDEPS - branch = develop + url = https://github.com/hafs-community/CDEPS.git + branch = feature/hafs_couplehycom_cdeps diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index cbd942e538..f60af54e4e 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit cbd942e53819b9aea5475a40a5b077f9f41f5be9 +Subproject commit f60af54e4e35623db09290b07406be1b1084e023 diff --git a/FV3 b/FV3 index 66e32d752a..93b8f4aef1 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 66e32d752a2416e073ec2fb0616117821474e4af +Subproject commit 93b8f4aef1e71e999f0088fef22b6ae3e873a3c0 diff --git a/NEMS b/NEMS index 279746ab83..145033d95b 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 279746ab838119098f167a07c5356c5b02ba5a0d +Subproject commit 145033d95bdf194a73c49cd9dc5c98fc4afcae19 diff --git a/tests/rt.conf b/tests/rt.conf index af09e705ed..bdd649ffe6 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -142,9 +142,6 @@ RUN | fv3_gfsv16_ugwpv1 RUN | fv3_gfsv16_ugwpv1_warmstart | | fv3 | RUN | fv3_gfs_v16_ras | | fv3 | -COMPILE | SUITES=HAFS_v0_gfdlmp 32BIT=Y | | fv3 | -RUN | fv3_ccpp_regional_natl_c192 | | fv3 | - ################################################################################################################################################################################### # DEBUG tests # ################################################################################################################################################################################### @@ -189,10 +186,6 @@ RUN | datm_mx025_gefs COMPILE | APP=DATM_NEMS DEBUG=Y | - wcoss_cray | fv3 | RUN | datm_debug_cfsr | - wcoss_cray | fv3 | -#HAFS -COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y HYCOM=Y CMEPS=Y | | fv3 | -RUN | cpld_regional_natl_c192 | | fv3 | - ################################################################################################################################################################################### # CDEPS Data Atmosphere tests # ################################################################################################################################################################################### From 2aaf95a2bfe354ff131f382adbafae1478abdd7b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 15 Jun 2021 11:01:23 -0500 Subject: [PATCH 220/271] fix for nems data atmosphere --- tests/run_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index 5bb6347ef7..577bcc9451 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,9 +92,7 @@ do atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run done -if [[ $FV3 = 'true' ]] || [[ $DATM = 'true' ]]; then atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml -fi atparse < ${PATHRT}/parm/${MODEL_CONFIGURE:-model_configure.IN} > model_configure From e7f44acbba215eb6e0542082bc649c34f347f012 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 15 Jun 2021 20:59:21 +0000 Subject: [PATCH 221/271] Update submodule FV3 after WeiguoWang-NOAA's modification of near-surface mixing length in GFS sa-TKE EDMF PBL scheme. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 66e32d752a..0294387dbc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 66e32d752a2416e073ec2fb0616117821474e4af +Subproject commit 0294387dbc103bc6d52bcf0e210ce45ec3ea8dc8 From 43bc6293eb48dd0648d5f8c8d6aeeb2adb01ab5f Mon Sep 17 00:00:00 2001 From: uturuncoglu Date: Tue, 15 Jun 2021 22:40:06 -0600 Subject: [PATCH 222/271] update FV3 and HYCOM --- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index 93b8f4aef1..0294387dbc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 93b8f4aef1e71e999f0088fef22b6ae3e873a3c0 +Subproject commit 0294387dbc103bc6d52bcf0e210ce45ec3ea8dc8 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 7917efd420..1b9b76c059 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 7917efd4207d68ab1d11119ab39f42ba9e6fab3b +Subproject commit 1b9b76c0596f65e96c07fa0f026223ed9141f6cc From d4525196c2d4e10d6e4eee5fd2e567da233925a9 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 21 Jun 2021 01:01:59 -0500 Subject: [PATCH 223/271] fix HAFS specific regression tests --- CDEPS-interface/CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- HYCOM-interface/HYCOM | 2 +- tests/default_vars.sh | 20 ++- tests/fv3_conf/cpld_datm_cdeps_era5.IN | 10 +- tests/fv3_conf/cpld_docn_cdeps_mom6.IN | 10 +- tests/fv3_conf/cpld_docn_cdeps_oisst.IN | 10 +- ...l_natl_run.IN => fv3_regional_natl_run.IN} | 0 tests/parm/datm.streams.era5.IN | 15 +++ tests/parm/datm.streams.xml.era5 | 49 -------- tests/parm/docn.streams.IN | 15 +++ tests/parm/docn.streams.xml.IN | 25 ---- tests/parm/docn_in | 1 - ...192_natl.nml.IN => input_natl_c192.nml.IN} | 77 +++++++----- tests/parm/model_configure_hafsv2.IN | 11 +- tests/parm/nems.configure.cpld.hafs.IN | 83 ++++++------ tests/parm/nems.configure.cpld.hafs_datm.IN | 119 ------------------ tests/parm/nems.configure.cpld.hafs_docn.IN | 69 +++++----- tests/rt_hafs.conf | 12 +- tests/run_test.sh | 23 ++-- tests/tests/cpld_regional_natl_c192 | 18 ++- tests/tests/cpld_regional_natl_c192_docn_mom6 | 21 ++-- .../tests/cpld_regional_natl_c192_docn_oisst | 25 ++-- tests/tests/datm_cdeps_hycom_era5 | 38 ++++++ tests/tests/datm_era5_hycom | 60 --------- ...ional_natl_c192 => fv3_regional_natl_c192} | 25 ++-- 26 files changed, 306 insertions(+), 436 deletions(-) rename tests/fv3_conf/{ccpp_regional_natl_run.IN => fv3_regional_natl_run.IN} (100%) create mode 100755 tests/parm/datm.streams.era5.IN delete mode 100755 tests/parm/datm.streams.xml.era5 create mode 100644 tests/parm/docn.streams.IN delete mode 100644 tests/parm/docn.streams.xml.IN rename tests/parm/{ccpp_regional_c192_natl.nml.IN => input_natl_c192.nml.IN} (87%) delete mode 100755 tests/parm/nems.configure.cpld.hafs_datm.IN create mode 100644 tests/tests/datm_cdeps_hycom_era5 delete mode 100644 tests/tests/datm_era5_hycom rename tests/tests/{fv3_ccpp_regional_natl_c192 => fv3_regional_natl_c192} (69%) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index f60af54e4e..8d879db5cd 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit f60af54e4e35623db09290b07406be1b1084e023 +Subproject commit 8d879db5cdd567397b7d4f66c8ff445c93a9336b diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 9f190dc052..c095e5c35d 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 9f190dc0527833266d74f5b9cf580cbedffeea5c +Subproject commit c095e5c35d9ae4ee84792614bdca87d2bc3219f9 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 1b9b76c059..b656e75d78 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 1b9b76c0596f65e96c07fa0f026223ed9141f6cc +Subproject commit b656e75d780eb30fee6bd2cdb94e9dff8438241f diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 6cb5e5212a..1c97a77deb 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -950,8 +950,8 @@ export RT_SUFFIX="" export_cdeps_datm () { export FV3=false -export CDEPS_DATM=true -export DATM=false +export DATM_CDEPS=true +export DATM_NEMS=false export THRD=1 export WLCLK=$WLCLK_dflt export INPES=$INPES_dflt @@ -961,12 +961,12 @@ export TPN=$TPN_dflt export atm_model="datm" -export DATM_CONFIGURE_A="datm_in" -export DATM_CONFIGURE_B="datm.streams.xml.era5" +export DATM_IN_CONFIGURE="datm_in" +export DATM_STREAM_CONFIGURE="datm.streams.era5.IN" } export_cdeps_docn () { -export CDEPS_DOCN=true +export DOCN_CDEPS=true export THRD=1 export WLCLK=$WLCLK_dflt export INPES=$INPES_dflt @@ -977,8 +977,8 @@ export TPN=$TPN_dflt export ocn_model="docn" export ocn_datamode="sstdata" -export DOCN_CONFIGURE_A="docn_in" -export DOCN_CONFIGURE_B="docn.streams.xml.IN" +export DOCN_IN_CONFIGURE="docn_in" +export DOCN_STREAM_CONFIGURE="docn.streams.IN" } export_cpl_regional () { @@ -1026,14 +1026,10 @@ export DLAT=0.03 export MERGE_IMPORT=.true. # nems.configure -export med_model="nems" +export med_model="cmeps" export CAP_DBUG_FLAG="0" export RESTART_N=${FHMAX} export CPLMODE="hafs" export RUNTYPE="startup" export USE_COLDSTART="false" - -# timing -export ESMF_RUNTIME_PROFILE=ON -export ESMF_RUNTIME_PROFILE_OUTPUT=SUMMARY } diff --git a/tests/fv3_conf/cpld_datm_cdeps_era5.IN b/tests/fv3_conf/cpld_datm_cdeps_era5.IN index 5fcf726b11..fa9de83088 100644 --- a/tests/fv3_conf/cpld_datm_cdeps_era5.IN +++ b/tests/fv3_conf/cpld_datm_cdeps_era5.IN @@ -1,10 +1,10 @@ -if [ -d "input" ]; then - echo "datm/ directory exists ..." +if [ -d "INPUT_DATM" ]; then + echo "INPUT_DATM/ directory exists ..." else - echo "datm/ directory not found. Creating ..." - mkdir -p datm + echo "INPUT_DATM/ directory not found. Creating ..." + mkdir -p INPUT_DATM fi -cd datm +cd INPUT_DATM rsync -arv @[RTPWD]/DATM_ERA5_input_data/. . cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_mom6.IN b/tests/fv3_conf/cpld_docn_cdeps_mom6.IN index 3cf283d6ab..2734e18a4d 100644 --- a/tests/fv3_conf/cpld_docn_cdeps_mom6.IN +++ b/tests/fv3_conf/cpld_docn_cdeps_mom6.IN @@ -1,10 +1,10 @@ -if [ -d "input" ]; then - echo "docn/ directory exists ..." +if [ -d "INPUT_DOCN" ]; then + echo "INPUT_DOCN/ directory exists ..." else - echo "docn/ directory not found. Creating ..." - mkdir -p docn + echo "INPUT_DOCN/ directory not found. Creating ..." + mkdir -p INPUT_DOCN fi -cd docn +cd INPUT_DOCN rsync -arv @[RTPWD]/DOCN_MOM6_input_data/. . cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN index de7a50b63f..4a175f25ad 100644 --- a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN +++ b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN @@ -1,10 +1,10 @@ -if [ -d "input" ]; then - echo "docn/ directory exists ..." +if [ -d "INPUT_DOCN" ]; then + echo "INPUT_DOCN/ directory exists ..." else - echo "docn/ directory not found. Creating ..." - mkdir -p docn + echo "INPUT_DOCN/ directory not found. Creating ..." + mkdir -p INPUT_DOCN fi -cd docn +cd INPUT_DOCN rsync -arv @[RTPWD]/DOCN_OISST_input_data/. . cd - diff --git a/tests/fv3_conf/ccpp_regional_natl_run.IN b/tests/fv3_conf/fv3_regional_natl_run.IN similarity index 100% rename from tests/fv3_conf/ccpp_regional_natl_run.IN rename to tests/fv3_conf/fv3_regional_natl_run.IN diff --git a/tests/parm/datm.streams.era5.IN b/tests/parm/datm.streams.era5.IN new file mode 100755 index 0000000000..3c5b873ce3 --- /dev/null +++ b/tests/parm/datm.streams.era5.IN @@ -0,0 +1,15 @@ +stream_info: ERA5_HOURLY01 +taxmode01: limit +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.5 +stream_offset01: 0 +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: "u:v" +stream_mesh_file01: @[MESH_ATM] +stream_lev_dimname01: null +stream_data_files01: @[DATA_ATM]" +stream_data_variables01: "u10 Sa_u10m" "v10 Sa_v10m" "t2m Sa_t2m" "skt Sa_tskn" "d2m Sa_tdew" "msl Sa_pslv" "tp Faxa_rain" "cp Faxa_rainc" "lsp Faxa_rainl" "csf Faxa_snowc" "lsf Faxa_snowl" "ssrd Faxa_swdn" "ssr Faxa_swnet" "strd Faxa_lwdn" "str Faxa_lwnet" "aluvp Faxa_swvdr" "aluvd Faxa_swvdf" "alnip Faxa_swndr" "alnid Faxa_swndf" "sshf Faxa_sen" "slhf Faxa_lat" "ewss Faxa_taux" "nsss Faxa_tauy" diff --git a/tests/parm/datm.streams.xml.era5 b/tests/parm/datm.streams.xml.era5 deleted file mode 100755 index 977d612abc..0000000000 --- a/tests/parm/datm.streams.xml.era5 +++ /dev/null @@ -1,49 +0,0 @@ - - - - - cycle - linear - single - bilinear - 1.5 - 2019 - 2019 - 1900 - u:v - @[atm_mesh] - null - - @[atm_data1] - @[atm_data2] - - - u10 Sa_u - v10 Sa_v - t2m Sa_tbot - skt Sa_tskn - d2m Sa_tdew - msl Sa_pslv - sp Sa_pbot - tp Faxa_rain - cp Faxa_rainc - lsp Faxa_rainl - csf Faxa_snowc - lsf Faxa_snowl - ssrd Faxa_swdn - ssr Faxa_swnet - strd Faxa_lwdn - str Faxa_lwnet - aluvp Faxa_swvdr - aluvd Faxa_swvdf - alnip Faxa_swndr - alnid Faxa_swndf - sshf Faxa_sen - slhf Faxa_lat - ewss Faxa_taux - nsss Faxa_tauy - - 0 - - - diff --git a/tests/parm/docn.streams.IN b/tests/parm/docn.streams.IN new file mode 100644 index 0000000000..3b037ee77f --- /dev/null +++ b/tests/parm/docn.streams.IN @@ -0,0 +1,15 @@ +stream_info: PRESCRIBED01 +taxmode01: limit +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.5 +stream_offset01: 0 +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: "null" +stream_mesh_file01: @[ocn_mesh] +stream_lev_dimname01: null +stream_data_files01: @[ocn_data] +stream_data_variables01: "@[ocn_data_var] So_t" diff --git a/tests/parm/docn.streams.xml.IN b/tests/parm/docn.streams.xml.IN deleted file mode 100644 index 5b22128356..0000000000 --- a/tests/parm/docn.streams.xml.IN +++ /dev/null @@ -1,25 +0,0 @@ - - - - - cycle - linear - single - bilinear - 1.5 - @[SYEAR] - @[SYEAR] - 1 - null - @[ocn_mesh] - null - - @[ocn_data] - - - @[ocn_data_var] So_t - - 0 - - - diff --git a/tests/parm/docn_in b/tests/parm/docn_in index 188d23539c..c8165c75ba 100644 --- a/tests/parm/docn_in +++ b/tests/parm/docn_in @@ -1,6 +1,5 @@ &docn_nml datamode = "@[ocn_datamode]" - model_createmesh_fromfile = "null" model_maskfile = "@[ocn_mesh]" model_meshfile = "@[ocn_mesh]" nx_global = @[ocn_nx_global] diff --git a/tests/parm/ccpp_regional_c192_natl.nml.IN b/tests/parm/input_natl_c192.nml.IN similarity index 87% rename from tests/parm/ccpp_regional_c192_natl.nml.IN rename to tests/parm/input_natl_c192.nml.IN index 9ff80531e9..862a45d060 100644 --- a/tests/parm/ccpp_regional_c192_natl.nml.IN +++ b/tests/parm/input_natl_c192.nml.IN @@ -1,28 +1,37 @@ &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' + 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 = 60 - chksum_debug = .false. - dycore_only = .false. - fdiag = 3 - avg_max_length = 3600. - fhmax = 24 - fhout = 3 - fhmaxhf = 0 - fhouthf = 3 - ccpp_suite = '@[CCPP_SUITE]' - merge_import = @[MERGE_IMPORT] + blocksize = 40 + chksum_debug = .false. + dycore_only = .false. + fdiag = 3 + avg_max_length = 3600. + fhmax = 24 + fhout = 3 + fhmaxhf = 0 + fhouthf = 3 + ccpp_suite = '@[CCPP_SUITE]' + merge_import = @[MERGE_IMPORT] +/ + + &diag_manager_nml + prepend_date = .false. / -&diag_manager_nml - prepend_date = .false. + &mpp_io_nml + header_buffer_val = 16384, + global_field_on_root_pe = .true., + io_clocks_on = .false., + shuffle = 0, + deflate_level = -1, + cf_compliance = .false. / &fms_io_nml @@ -42,7 +51,7 @@ / &fv_core_nml - layout = @[INPES],@[JNPES] + layout = @[INPES],@[JNPES] io_layout = 1,1 npx = 721 npy = 601 @@ -85,11 +94,11 @@ delt_max = 0.008 ke_bg = 0. do_vort_damp = .T. - external_ic = .T. + external_ic = .true. external_eta = .T. gfs_phil = .false. - nggps_ic = .T. - mountain = .F. + nggps_ic = .true. + mountain = .false. ncep_ic = .F. d_con = 1.0 hord_mt = 6 @@ -104,7 +113,7 @@ fill = .T. dwind_2d = .F. print_freq = 3 - warm_start = .F. + warm_start = .false. no_dycore = .false. z_tracer = .T. agrid_vel_rst = .true. @@ -156,8 +165,8 @@ ncld = 5 imp_physics = 11 pdfcld = .false. - fhswr = 1800. - fhlwr = 1800. + fhswr = 900. + fhlwr = 900. ialb = 1 iems = 1 iaer = 111 @@ -172,10 +181,11 @@ cal_pre = .false. redrag = .true. dspheat = .true. - hybedmf = .true. + hybedmf = .false. hurr_pbl = .T. ! HWRF moninedmf moninq_fac = -1.0 ! HWRF_moninedmf - satmedmf = .false. + satmedmf = .true. + isatmedmf = 1 random_clds = .false. trans_trac = .true. cnvcld = .true. @@ -205,8 +215,9 @@ nst_anl = .true. nstf_name = @[NSTF_NAME] cplflx = @[CPLFLX] - cplwav = .false. - cplwav2atm = .false. + cplice = .false. + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] psautco = 0.0008, 0.0005 prautco = 0.00015, 0.00015 iau_delthrs = 6 @@ -339,9 +350,11 @@ FSNOS = 99999, FSICS = 99999, / -&nam_stochy + + &nam_stochy / -&nam_sfcperts + + &nam_sfcperts / &cires_ugwp_nml diff --git a/tests/parm/model_configure_hafsv2.IN b/tests/parm/model_configure_hafsv2.IN index 2fbca7c3d7..2a2d90b76d 100755 --- a/tests/parm/model_configure_hafsv2.IN +++ b/tests/parm/model_configure_hafsv2.IN @@ -1,5 +1,5 @@ +print_esmf: .false. total_member: @[ENS_NUM] -print_esmf: .true. PE_MEMBER01: @[TASKS] start_year: @[SYEAR] start_month: @[SMONTH] @@ -10,26 +10,22 @@ start_second: 0 nhours_fcst: @[FHMAX] RUN_CONTINUE: .false. ENS_SPS: .false. - dt_atmos: @[DT_ATMOS] -calendar: 'julian' cpl: @[CPL] +calendar: 'julian' memuse_verbose: .false. atmos_nthreads: @[THRD] use_hyper_thread: .false. ncores_per_node: @[TPN] +debug_affinity: .true. restart_interval: @[RESTART_INTERVAL] -fhrot: @[FHROT] output_1st_tstep_rst: .false. quilting: @[QUILTING] write_groups: @[WRITE_GROUP] write_tasks_per_group: @[WRTTASK_PER_GROUP] -output_history: @[OUTPUT_HISTORY] -write_dopost: @[WRITE_DOPOST] num_files: @[NUM_FILES] filename_base: @[FILENAME_BASE] -output_grid: @[OUTPUT_GRID] output_file: @[OUTPUT_FILE] ichunk2d: -1 jchunk2d: -1 @@ -42,6 +38,7 @@ write_nemsioflip: @[WRITE_NEMSIOFLIP] write_fsyncflag: @[WRITE_FSYNCFLAG] app_domain: 'regional' +output_grid: @[OUTPUT_GRID] cen_lon: @[CEN_LON] # central longitude cen_lat: @[CEN_LAT] # central latitude lon1: @[LON1] # longitude of lower-left diff --git a/tests/parm/nems.configure.cpld.hafs.IN b/tests/parm/nems.configure.cpld.hafs.IN index c7e23eafc6..88f07ecd7f 100755 --- a/tests/parm/nems.configure.cpld.hafs.IN +++ b/tests/parm/nems.configure.cpld.hafs.IN @@ -11,6 +11,18 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_attributes:: + Verbosity = 1 + Diagnostic = 0 + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + MED_model = cmeps + history_n = 1 + history_option = ndays + history_ymd = -999 + coupling_mode = @[CPLMODE] + normalization = none + merge_type = copy :: # ATM # @@ -19,6 +31,7 @@ ATM_petlist_bounds: @[atm_petlist_bounds] ATM_attributes:: Verbosity = 1 Diagnostic = 0 + mesh_atm = @[MESH_ATM] :: # OCN # @@ -37,6 +50,8 @@ OCN_attributes:: hycom_arche_output = .false. hyc_esmf_exp_output = .true. hyc_esmf_imp_output = .true. + import_diagnostics = .false. + import_setting = flexible hyc_impexp_file = nems.configure espc_show_impexp_minmax = .true. ocean_start_dtg = @[OCEAN_START_DTG] @@ -72,62 +87,60 @@ DRIVER_attributes:: start_type = @[RUNTYPE] :: -MED_attributes:: - Verbosity = 1 - Diagnostic = 0 +ALLCOMP_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] - case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - history_n = 1 - history_option = nhours - history_ymd = -999 - coupling_mode = @[CPLMODE] - system_type = ufs - normalization = none - merge_type = copy - ScalarFieldCount = 2 + MED_model = cmeps + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxNextSwCday = 3 ScalarFieldName = cpl_scalars -:: - -ALLCOMP_attributes:: - mediator_read_restart = @[USE_COLDSTART] + start_type = startup + case_name = ufs.hafs + restart_n = 1 + restart_option = ndays + restart_ymd = -999 + dbug_flag = 20 + use_coldstart = true + orb_eccen = 1.e36 + orb_iyear = 2000 + orb_iyear_align = 2000 + orb_mode = fixed_year + orb_mvelp = 1.e36 + orb_obliq = 1.e36 + mediator_read_restart = @[USE_COLDSTART] + mediator_present = true :: ATM_modelio:: diro = . - logfile = @[atm_model].log + logfile = atm.log :: OCN_modelio:: diro = . - logfile = @[ocn_model].log + logfile = ocn.log :: MED_modelio:: diro = . - logfile = @[med_model].log + logfile = med.log :: ocn_export_fields:: - 'sst' 'sea_surface_temperature' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'mask' 'So_omask' '1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'sst' 'sea_surface_temperature' 'K' + 'mask' 'ocean_mask' '1' + 'cpl_scalars' 'cpl_scalars' '1' :: ocn_import_fields:: - 'u10' 'inst_zonal_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'v10' 'inst_merid_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'airtmp' 'inst_temp_height2m' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'airhum' 'inst_spec_humid_height2m' 'kg_kg-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'prcp' 'mean_prec_rate' 'kg_m-2_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'swflxd' 'mean_net_sw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'lwflxd' 'mean_net_lw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'mslprs' 'inst_pres_height_surface' 'Pa' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' - 'gt' 'inst_temp_height_surface' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' + 'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' + 'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' + 'prcp' 'mean_prec_rate' 'kg_m-2_s-1' + 'swflxd' 'mean_net_sw_flx' 'W_m-2' + 'lwflxd' 'mean_net_lw_flx' 'W_m-2' + 'mslprs' 'inst_pres_height_surface' 'Pa' + 'sensflx' 'mean_sensi_heat_flx' 'W_m-2' + 'latflx' 'mean_laten_heat_flx' 'W_m-2' :: diff --git a/tests/parm/nems.configure.cpld.hafs_datm.IN b/tests/parm/nems.configure.cpld.hafs_datm.IN deleted file mode 100755 index b90084d4ed..0000000000 --- a/tests/parm/nems.configure.cpld.hafs_datm.IN +++ /dev/null @@ -1,119 +0,0 @@ -############################################## -##### NEMS Run-Time Configuration File ##### -############################################## - -# EARTH # -EARTH_component_list: MED ATM OCN -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_attributes:: - Verbosity = low - mesh_atm = @[atm_mesh] -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_attributes:: - Verbosity = 1 - Diagnostic = 0 - cdf_impexp_freq = 3 - cpl_hour = 0 - cpl_min = 0 - cpl_sec = @[coupling_interval_sec] - base_dtg = @[SYEAR]@[SMONTH]@[SDAY]@[SHOUR] - merge_import = .true. - skip_first_import = .true. - hycom_arche_output = .false. - hyc_esmf_exp_output = .true. - hyc_esmf_imp_output = .true. - hyc_impexp_file = dummy_file - espc_show_impexp_minmax = .true. - ocean_start_dtg = @[OCEAN_START_DTG] - start_hour = 0 - start_min = 0 - start_sec = 0 - end_hour = @[FHMAX] - end_min = 0 - end_sec = 0 -:: - -# Run Sequence # -runSeq:: -@@[coupling_interval_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - ATM - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - MED med_phases_aofluxes_run - MED med_phases_prep_ocn_accum - OCN -> MED :remapMethod=redist:ignoreUnmatchedIndices=true - MED med_phases_post_ocn - MED med_phases_history_write - MED med_phases_restart_write -@ -:: - -# Other Attributes # -DRIVER_attributes:: - mediator_read_restart = @[USE_COLDSTART] -:: - -MED_attributes:: - Verbosity = 1 - Diagnostic = 0 - ATM_model = @[atm_model] - OCN_model = @[ocn_model] - history_n = 1 - history_option = nhours - history_ymd = -999 - coupling_mode = @[CPLMODE] -:: - -ALLCOMP_attributes:: - start_type = @[RUNTYPE] - case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - normalization = none - merge_type = copy - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 - ScalarFieldName = cpl_scalars - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: - -ATM_modelio:: - diro = . - logfile = @[atm_model].log -:: - -OCN_modelio:: - diro = . - logfile = @[ocn_model].log -:: - -MED_modelio:: - diro = . - logfile = @[med_model].log -:: diff --git a/tests/parm/nems.configure.cpld.hafs_docn.IN b/tests/parm/nems.configure.cpld.hafs_docn.IN index 2a17d9e674..dd1adb770d 100755 --- a/tests/parm/nems.configure.cpld.hafs_docn.IN +++ b/tests/parm/nems.configure.cpld.hafs_docn.IN @@ -11,6 +11,18 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_attributes:: + Verbosity = 1 + Diagnostic = 0 + ATM_model = @[atm_model] + OCN_model = @[ocn_model] + MED_model = cmeps + history_n = 1 + history_option = ndays + history_ymd = -999 + coupling_mode = @[CPLMODE] + normalization = none + merge_type = copy :: # ATM # @@ -25,75 +37,72 @@ ATM_attributes:: OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] OCN_attributes:: - Verbosity = low + Verbosity = 1 + Diagnostic = 0 mesh_ocn = @[ocn_mesh] :: # Run Sequence # -runSeq:: -@@[coupling_interval_sec] - MED med_phases_prep_atm - MED -> ATM :remapMethod=redist - ATM - OCN +runSeq:: +@@[coupling_interval_sec] ATM -> MED :remapMethod=redist MED med_phases_post_atm OCN -> MED :remapMethod=redist MED med_phases_post_ocn + MED med_phases_prep_atm + MED med_phases_prep_ocn_accum + MED med_phases_prep_ocn_avg + MED -> ATM :remapMethod=redist + MED -> OCN :remapMethod=redist + ATM + OCN MED med_phases_restart_write MED med_phases_history_write -@ +@ :: # Other Attributes # DRIVER_attributes:: - mediator_read_restart = @[USE_COLDSTART] + start_type = @[RUNTYPE] :: -MED_attributes:: - Verbosity = 1 - Diagnostic = 0 +ALLCOMP_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] - history_n = 1 - history_option = nhours - history_ymd = -999 - coupling_mode = @[CPLMODE] - system_type = ufs -:: - -ALLCOMP_attributes:: - start_type = @[RUNTYPE] - case_name = ufs.hafs - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - normalization = none - merge_type = copy + MED_model = cmeps ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 ScalarFieldIdxNextSwCday = 3 ScalarFieldName = cpl_scalars + start_type = startup + case_name = ufs.hafs + restart_n = 1 + restart_option = ndays + restart_ymd = -999 + dbug_flag = 20 + use_coldstart = true orb_eccen = 1.e36 orb_iyear = 2000 orb_iyear_align = 2000 orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 + mediator_read_restart = @[USE_COLDSTART] + mediator_present = true :: ATM_modelio:: diro = . - logfile = @[atm_model].log + logfile = atm.log :: OCN_modelio:: diro = . - logfile = @[ocn_model].log + logfile = ocn.log :: MED_modelio:: diro = . - logfile = @[med_model].log + logfile = med.log :: diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 04418f1d53..af1f333934 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -2,14 +2,14 @@ # Standalone tests # ################################################################################################################################################################################### -COMPILE | SUITES=HAFS_v0_gfdlmp 32BIT=Y | | fv3 | -RUN | fv3_ccpp_regional_natl_c192 | | fv3 | +COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | +RUN | fv3_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### # Fully coupled tests # ################################################################################################################################################################################### -COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y HYCOM=Y CMEPS=Y | | fv3 | +COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | RUN | cpld_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### @@ -17,10 +17,10 @@ RUN | cpld_regional_natl_c192 ################################################################################################################################################################################### # data ocean -COMPILE | SUITES=HAFS_v0_gfdlmp_nonsst 32BIT=Y CDEPS=Y CDEPS_DOCN=Y CMEPS=Y | | fv3 | +COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | # data atmosphere -COMPILE | CDEPS_DATM=Y HYCOM=Y CMEPS=Y CDEPS=Y | | fv3 | -RUN | datm_era5_hycom | | fv3 | +COMPILE | APP=HAFS_DATM 32BIT=Y | | fv3 | +RUN | datm_cdeps_hycom_era5 | | fv3 | diff --git a/tests/run_test.sh b/tests/run_test.sh index 577bcc9451..af7548268e 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,7 +92,9 @@ do atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run done -atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml +if [[ $FV3 = 'true' ]] || [[ $DATM_NEMS = 'true' ]]; then + atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml +fi atparse < ${PATHRT}/parm/${MODEL_CONFIGURE:-model_configure.IN} > model_configure @@ -112,11 +114,13 @@ if [[ $CPLWAV == .T. ]]; then edit_ww3_input < ${PATHRT}/parm/ww3_multi.inp.IN > ww3_multi.inp fi -if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]] || [[ $S2S = 'true' ]]; then - edit_ice_in < ${PATHRT}/parm/ice_in_template > ice_in - edit_mom_input < ${PATHRT}/parm/${MOM_INPUT:-MOM_input_template_$OCNRES} > INPUT/MOM_input - edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table - edit_data_table < ${PATHRT}/parm/data_table_template > data_table +if [[ $S2S = 'true' ]]; then + if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]]; then + edit_ice_in < ${PATHRT}/parm/ice_in_template > ice_in + edit_mom_input < ${PATHRT}/parm/${MOM_INPUT:-MOM_input_template_$OCNRES} > INPUT/MOM_input + edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table + edit_data_table < ${PATHRT}/parm/data_table_template > data_table + fi fi if [[ $DATM_NEMS = 'true' ]]; then @@ -125,7 +129,12 @@ fi if [[ $DATM_CDEPS = 'true' ]]; then atparse < ${PATHRT}/parm/${DATM_IN_CONFIGURE:-datm_in} > datm_in - atparse < ${PATHRT}/parm/datm.streams.IN > datm.streams + atparse < ${PATHRT}/parm/${DATM_STREAM_CONFIGURE:-datm.streams.IN} > datm.streams +fi + +if [[ $DOCN_CDEPS = 'true' ]]; then + atparse < ${PATHRT}/parm/${DOCN_IN_CONFIGURE:-docn_in} > docn_in + atparse < ${PATHRT}/parm/${DOCN_STREAM_CONFIGURE:-docn.streams.IN} > docn.streams fi if [[ $SCHEDULER = 'pbs' ]]; then diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 index d50259a020..eba4596889 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/cpld_regional_natl_c192 @@ -21,13 +21,14 @@ export LIST_FILES=" dynf000.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc " export_fv3 export_cpl_regional export TASKS=1340 -export WLCLK=30 +export WLCLK=180 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -48,23 +49,28 @@ export SHOUR=00 export SMONTH=08 export SYEAR=2019 export WRTTASK_PER_GROUP=80 + export CPLFLX=.true. +export CPLWAV=.false. +export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export CDEPS_DOCN=false -export OCEAN_START_DTG=43340.00000 export INPES=40 export JNPES=30 +export CDEPS_DOCN=false +export OCEAN_START_DTG=43340.00000 + export atm_model="fv3" export ocn_model="hycom" export atm_petlist_bounds="0 1279" export ocn_petlist_bounds="1280 1339" export med_petlist_bounds="1280 1339" export coupling_interval_sec=360 +export MESH_ATM="unset" -export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst -export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export CCPP_SUITE=HAFS_v0_gfdlmp_tedmf_nonsst +export INPUT_NML=input_natl_c192.nml.IN export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" -export FV3_RUN="ccpp_regional_natl_run.IN hycom_hat10_run.IN" +export FV3_RUN="fv3_regional_natl_run.IN hycom_hat10_run.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 index ea199c2995..95c54eca2d 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -21,15 +21,16 @@ export LIST_FILES=" dynf000.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc " + ufs.hafs.docn.r.2019-08-30-00000.nc" export_fv3 export_cpl_regional export_cdeps_docn export TASKS=1340 -export WLCLK=30 +export WLCLK=180 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -50,10 +51,12 @@ export SHOUR=00 export SMONTH=08 export SYEAR=2019 export WRTTASK_PER_GROUP=80 + export CPLFLX=.true. +export CPLWAV=.false. +export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export CDEPS_DOCN=true export INPES=40 export JNPES=30 @@ -64,15 +67,15 @@ export ocn_petlist_bounds="1280 1339" export med_petlist_bounds="1280 1339" export coupling_interval_sec=360 -export ocn_mesh="docn/hat10_210129_ESMFmesh_py.nc" -export ocn_data="docn/hycom_201908_surf_nolev.nc" +export MESH_ATM="unset" +export ocn_mesh="INPUT_DOCN/hat10_210129_ESMFmesh_py.nc" +export ocn_data="INPUT_DOCN/hycom_201908_surf_nolev.nc" export ocn_data_var="temp" export ocn_nx_global=1135 export ocn_ny_global=633 -export FV3_RUN=ccpp_regional_natl_run.IN -export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst -export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export CCPP_SUITE=HAFS_v0_gfdlmp_tedmf_nonsst +export INPUT_NML=input_natl_c192.nml.IN export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" -export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_mom6.IN" +export FV3_RUN="fv3_regional_natl_run.IN cpld_docn_cdeps_mom6.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst index 7a14602523..7c47f76d1a 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -1,10 +1,10 @@ ############################################################################### # -# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with regional data ocean (OISST) +# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with data ocean (OISST) # ############################################################################### -export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with regional data ocean (OISST)" +export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with data ocean (OISST)" export CNTL_DIR=cpld_regional_natl_c192_docn_oisst @@ -21,15 +21,16 @@ export LIST_FILES=" dynf000.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc " + ufs.hafs.docn.r.2019-08-30-00000.nc" export_fv3 export_cpl_regional export_cdeps_docn export TASKS=1340 -export WLCLK=30 +export WLCLK=180 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -50,10 +51,12 @@ export SHOUR=00 export SMONTH=08 export SYEAR=2019 export WRTTASK_PER_GROUP=80 + export CPLFLX=.true. +export CPLWAV=.false. +export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export CDEPS_DOCN=true export INPES=40 export JNPES=30 @@ -64,15 +67,15 @@ export ocn_petlist_bounds="1280 1339" export med_petlist_bounds="1280 1339" export coupling_interval_sec=360 -export ocn_mesh="docn/TX025_201215_ESMFmesh_direct.nc" -export ocn_data="docn/sst.day.mean.2019.nc" +export MESH_ATM="unset" +export ocn_mesh="INPUT_DOCN/TX025_210327_ESMFmesh_py.nc" +export ocn_data="INPUT_DOCN/sst.day.mean.2019.nc" export ocn_data_var="sst" export ocn_nx_global=1440 export ocn_ny_global=720 -export FV3_RUN=ccpp_regional_natl_run.IN -export CCPP_SUITE=HAFS_v0_gfdlmp_nonsst -export INPUT_NML=ccpp_regional_c192_natl.nml.IN +export CCPP_SUITE=HAFS_v0_gfdlmp_tedmf_nonsst +export INPUT_NML=input_natl_c192.nml.IN export MODEL_CONFIGURE=model_configure_hafsv2.IN export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" -export FV3_RUN="ccpp_regional_natl_run.IN cpld_docn_cdeps_oisst.IN" +export FV3_RUN="fv3_regional_natl_run.IN cpld_docn_cdeps_oisst.IN" diff --git a/tests/tests/datm_cdeps_hycom_era5 b/tests/tests/datm_cdeps_hycom_era5 new file mode 100644 index 0000000000..0f2afef77d --- /dev/null +++ b/tests/tests/datm_cdeps_hycom_era5 @@ -0,0 +1,38 @@ +############################################################################### +# +# DATM_HYCOM_CMEPS TEST +# +############################################################################### + +export TEST_DESCR="Data atmosphere coupled with regional HYCOM" + +export CNTL_DIR="datm_era5_hycom" + +export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc \ + ufs.hafs.datm.r.2019-08-30-00000.nc" + +export_cdeps_datm +export_cpl_regional + +export TASKS=120 +export WLCLK=180 +export CPLWAV=.false. +export OCEAN_START_DTG=43340.00000 +export DOCN_CDEPS=false + +export ocn_model="hycom" +export med_petlist_bounds="0 59" +export atm_petlist_bounds="0 59" +export ocn_petlist_bounds="60 119" +export coupling_interval_sec=360 + +export atm_datamode="ERA5" +export MESH_ATM="INPUT_DATM/TL639_200618_ESMFmesh.nc" +export DATA_ATM="\"INPUT_DATM/ERA5.TL639.2019.08.200618_subset.nc\" \"INPUT_DATM/ERA5.TL639.2019.09.200618_subset.nc\"" +export ATM_NX_GLB=1440 +export ATM_NY_GLB=721 + +export MODEL_CONFIGURE="model_configure_hafsv2.IN" +export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" +export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" diff --git a/tests/tests/datm_era5_hycom b/tests/tests/datm_era5_hycom deleted file mode 100644 index b910a2efc6..0000000000 --- a/tests/tests/datm_era5_hycom +++ /dev/null @@ -1,60 +0,0 @@ -############################################################################### -# -# DATM_HYCOM_CMEPS TEST -# -############################################################################### - -export TEST_DESCR="Data atmosphere coupled with regional HYCOM" - -export CNTL_DIR="datm_era5_hycom" - -export LIST_FILES="ufs.hafs.cpl.hi.2019-08-29-03600.nc \ - ufs.hafs.cpl.hi.2019-08-29-07200.nc \ - ufs.hafs.cpl.hi.2019-08-29-10800.nc \ - ufs.hafs.cpl.hi.2019-08-29-14400.nc \ - ufs.hafs.cpl.hi.2019-08-29-18000.nc \ - ufs.hafs.cpl.hi.2019-08-29-21600.nc \ - ufs.hafs.cpl.hi.2019-08-29-25200.nc \ - ufs.hafs.cpl.hi.2019-08-29-28800.nc \ - ufs.hafs.cpl.hi.2019-08-29-32400.nc \ - ufs.hafs.cpl.hi.2019-08-29-36000.nc \ - ufs.hafs.cpl.hi.2019-08-29-39600.nc \ - ufs.hafs.cpl.hi.2019-08-29-43200.nc \ - ufs.hafs.cpl.hi.2019-08-29-46800.nc \ - ufs.hafs.cpl.hi.2019-08-29-50400.nc \ - ufs.hafs.cpl.hi.2019-08-29-54000.nc \ - ufs.hafs.cpl.hi.2019-08-29-57600.nc \ - ufs.hafs.cpl.hi.2019-08-29-61200.nc \ - ufs.hafs.cpl.hi.2019-08-29-64800.nc \ - ufs.hafs.cpl.hi.2019-08-29-68400.nc \ - ufs.hafs.cpl.hi.2019-08-29-72000.nc \ - ufs.hafs.cpl.hi.2019-08-29-75600.nc \ - ufs.hafs.cpl.hi.2019-08-29-79200.nc \ - ufs.hafs.cpl.hi.2019-08-29-82800.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc" - -export_cdeps_datm -export_cpl_regional - -export TASKS=120 -export WLCLK=30 -export CDEPS_DOCN=false -export OCEAN_START_DTG=43340.00000 - -export ocn_model="hycom" -export med_petlist_bounds="0 59" -export atm_petlist_bounds="0 59" -export ocn_petlist_bounds="60 119" -export coupling_interval_sec=360 - -export atm_datamode="ERA5" -export atm_mesh="datm/TL639_200618_ESMFmesh.nc" -export atm_data1="datm/ERA5.TL639.2019.08.200618_subset.nc" -export atm_data2="datm/ERA5.TL639.2019.09.200618_subset.nc" -export atm_nx_global=1440 -export atm_ny_global=721 - -export MODEL_CONFIGURE="model_configure_hafsv2.IN" -export NEMS_CONFIGURE="nems.configure.cpld.hafs_datm.IN" -export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" diff --git a/tests/tests/fv3_ccpp_regional_natl_c192 b/tests/tests/fv3_regional_natl_c192 similarity index 69% rename from tests/tests/fv3_ccpp_regional_natl_c192 rename to tests/tests/fv3_regional_natl_c192 index 237aa09bdd..16a0026c24 100644 --- a/tests/tests/fv3_ccpp_regional_natl_c192 +++ b/tests/tests/fv3_regional_natl_c192 @@ -13,12 +13,19 @@ export LIST_FILES=" dynf000.nc \ dynf024.nc \ phyf000.nc \ phyf012.nc \ - phyf024.nc " + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc" export_fv3 export TASKS=1280 -export WLCLK=30 +export WLCLK=180 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -39,20 +46,20 @@ export SHOUR=00 export SMONTH=08 export SYEAR=2019 export WRTTASK_PER_GROUP=80 + export CPLFLX=.false. +export CPLWAV=.false. +export CPLWAV2ATM=.false. export MERGE_IMPORT=.false. export NSTF_NAME=2,0,0,0,0 export INPES=40 export JNPES=30 + export CMEPS=false export RUNTYPE="startup" export USE_COLDSTART="false" -export ESMF_RUNTIME_PROFILE=ON -export ESMF_RUNTIME_PROFILE_OUTPUT=SUMMARY - -export CCPP_SUITE=HAFS_v0_gfdlmp -export INPUT_NML=ccpp_regional_c192_natl.nml.IN -export NEMS_CONFIGURE="nems.configure.hafs.IN" +export CCPP_SUITE=HAFS_v0_gfdlmp_tedmf +export INPUT_NML=input_natl_c192.nml.IN export MODEL_CONFIGURE="model_configure_hafsv2.IN" -export FV3_RUN=ccpp_regional_natl_run.IN +export FV3_RUN=fv3_regional_natl_run.IN From de80745fced9566c98b46396a5d32e89a34b2b94 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 21 Jun 2021 01:06:18 -0500 Subject: [PATCH 224/271] point feature/hafs_couplehycom_cdeps branch for submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7d1a06fa65..2bfcb52fe1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "NEMS"] path = NEMS url = https://github.com/hafs-community/NEMS - branch = support/HAFS + branch = feature/hafs_couplehycom_cdeps [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS @@ -17,7 +17,7 @@ [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/hafs-community/HYCOM-src.git - branch = support/HAFS + branch = feature/hafs_couplehycom_cdeps [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics @@ -29,7 +29,7 @@ [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git - branch = support/HAFS + branch = feature/hafs_couplehycom_cdeps [submodule "MOM6"] path = MOM6-interface/MOM6 url = https://github.com/NOAA-EMC/MOM6 From 7c478cdd2f1a43dd933044dda95ad4ad2d27037f Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 21 Jun 2021 11:50:50 -0500 Subject: [PATCH 225/271] fix run script to copy table files to run directory correctly --- tests/run_test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index af7548268e..0b7c417528 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -114,13 +114,13 @@ if [[ $CPLWAV == .T. ]]; then edit_ww3_input < ${PATHRT}/parm/ww3_multi.inp.IN > ww3_multi.inp fi -if [[ $S2S = 'true' ]]; then - if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]]; then +if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]] || [[ $S2S = 'true' ]]; then + if [[ $S2S = 'true' ]]; then edit_ice_in < ${PATHRT}/parm/ice_in_template > ice_in edit_mom_input < ${PATHRT}/parm/${MOM_INPUT:-MOM_input_template_$OCNRES} > INPUT/MOM_input - edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table - edit_data_table < ${PATHRT}/parm/data_table_template > data_table fi + edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table + edit_data_table < ${PATHRT}/parm/data_table_template > data_table fi if [[ $DATM_NEMS = 'true' ]]; then From 7369779f4bc70dae79ba15ee9d053b78425634c6 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 22 Jun 2021 01:10:02 -0500 Subject: [PATCH 226/271] more fix for RT system --- tests/default_vars.sh | 15 +++++++++++++-- tests/rt_hafs.conf | 14 +++++++------- tests/run_test.sh | 12 +++++++----- tests/tests/datm_cdeps_hycom_era5 | 2 +- 4 files changed, 28 insertions(+), 15 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 1c97a77deb..55ee1b9068 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -399,6 +399,7 @@ export_fv3 () { export FV3=true export S2S=false +export HAFS=false export DATM_NEMS=false export DATM_CDEPS=false export DOCN_CDEPS=false @@ -582,8 +583,10 @@ export_cpl () { export FV3=true export S2S=true +export HAFS=false export DATM_NEMS=false export DATM_CDEPS=false +export DOCN_CDEPS=false export DAYS="1" export FHMAX="24" @@ -733,9 +736,9 @@ export_datm () { export FV3=false export S2S=false +export HAFS=false export DATM_NEMS=true export DATM_CDEPS=false -export DOCN_CDEPS=false export CPLWAV=.F. export DAYS=1 export FHMAX=24 @@ -840,8 +843,10 @@ export_datm_cdeps () { export FV3=false export S2S=false +export HAFS=false export DATM_NEMS=false export DATM_CDEPS=true +export DOCN_CDEPS=false export CPLWAV=.F. export DAYS=1 export FHMAX=24 @@ -950,8 +955,10 @@ export RT_SUFFIX="" export_cdeps_datm () { export FV3=false +export S2S=false export DATM_CDEPS=true export DATM_NEMS=false +export DOCN_CDEPS=false export THRD=1 export WLCLK=$WLCLK_dflt export INPES=$INPES_dflt @@ -966,6 +973,7 @@ export DATM_STREAM_CONFIGURE="datm.streams.era5.IN" } export_cdeps_docn () { +export S2S=false export DOCN_CDEPS=true export THRD=1 export WLCLK=$WLCLK_dflt @@ -983,7 +991,10 @@ export DOCN_STREAM_CONFIGURE="docn.streams.IN" export_cpl_regional () { export S2S=false -export CMEPS=true +export HAFS=true +export DATM_NEMS=false +export DATM_CDEPS=false +export DOCN_CDEPS=false # model_configure export SYEAR='2019' diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index af1f333934..bf8fbf4725 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -2,24 +2,24 @@ # Standalone tests # ################################################################################################################################################################################### -COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | -RUN | fv3_regional_natl_c192 | | fv3 | +#COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | +#RUN | fv3_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### # Fully coupled tests # ################################################################################################################################################################################### -COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | -RUN | cpld_regional_natl_c192 | | fv3 | +#COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +#RUN | cpld_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### # Data component coupled tests # ################################################################################################################################################################################### # data ocean -COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | -RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | -RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | +#COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +#RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | +#RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | # data atmosphere COMPILE | APP=HAFS_DATM 32BIT=Y | | fv3 | diff --git a/tests/run_test.sh b/tests/run_test.sh index 0b7c417528..cca9f9ede9 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,8 +92,10 @@ do atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run done -if [[ $FV3 = 'true' ]] || [[ $DATM_NEMS = 'true' ]]; then - atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml +if [[ $FV3 = 'true' ]] || [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]]; then + if [[ $HAFS = 'false' ]]; then + atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml + fi fi atparse < ${PATHRT}/parm/${MODEL_CONFIGURE:-model_configure.IN} > model_configure @@ -115,12 +117,12 @@ if [[ $CPLWAV == .T. ]]; then fi if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]] || [[ $S2S = 'true' ]]; then - if [[ $S2S = 'true' ]]; then + if [[ $HAFS = 'false' ]]; then edit_ice_in < ${PATHRT}/parm/ice_in_template > ice_in edit_mom_input < ${PATHRT}/parm/${MOM_INPUT:-MOM_input_template_$OCNRES} > INPUT/MOM_input + edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table + edit_data_table < ${PATHRT}/parm/data_table_template > data_table fi - edit_diag_table < ${PATHRT}/parm/${DIAG_TABLE:-diag_table_template} > diag_table - edit_data_table < ${PATHRT}/parm/data_table_template > data_table fi if [[ $DATM_NEMS = 'true' ]]; then diff --git a/tests/tests/datm_cdeps_hycom_era5 b/tests/tests/datm_cdeps_hycom_era5 index 0f2afef77d..309790dd57 100644 --- a/tests/tests/datm_cdeps_hycom_era5 +++ b/tests/tests/datm_cdeps_hycom_era5 @@ -12,8 +12,8 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ ufs.hafs.datm.r.2019-08-30-00000.nc" -export_cdeps_datm export_cpl_regional +export_cdeps_datm export TASKS=120 export WLCLK=180 From 41518bf40f3a90a18e588345c77ba552f3fb05d3 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 22 Jun 2021 01:13:36 -0500 Subject: [PATCH 227/271] activate all HAFS specific RTs --- tests/rt_hafs.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index bf8fbf4725..af1f333934 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -2,24 +2,24 @@ # Standalone tests # ################################################################################################################################################################################### -#COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | -#RUN | fv3_regional_natl_c192 | | fv3 | +COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | +RUN | fv3_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### # Fully coupled tests # ################################################################################################################################################################################### -#COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | -#RUN | cpld_regional_natl_c192 | | fv3 | +COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +RUN | cpld_regional_natl_c192 | | fv3 | ################################################################################################################################################################################### # Data component coupled tests # ################################################################################################################################################################################### # data ocean -#COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | -#RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | -#RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | +COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | +RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | # data atmosphere COMPILE | APP=HAFS_DATM 32BIT=Y | | fv3 | From 3c97b197777c159ae47b84a84ef62f533bd92d59 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 23 Jun 2021 01:27:09 -0500 Subject: [PATCH 228/271] update HAFS RTs --- tests/run_test.sh | 4 +-- tests/tests/cpld_regional_natl_c192 | 25 +++++++--------- tests/tests/cpld_regional_natl_c192_docn_mom6 | 29 ++++++++----------- .../tests/cpld_regional_natl_c192_docn_oisst | 29 ++++++++----------- tests/tests/datm_cdeps_hycom_era5 | 2 +- 5 files changed, 37 insertions(+), 52 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index cca9f9ede9..db87bcc8e1 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,8 +92,8 @@ do atparse < ${PATHRT}/fv3_conf/${i} >> fv3_run done -if [[ $FV3 = 'true' ]] || [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]]; then - if [[ $HAFS = 'false' ]]; then +if [[ $DATM_NEMS = 'true' ]] || [[ $DATM_CDEPS = 'true' ]] || [[ $FV3 = 'true' ]] || [[ $S2S = 'true' ]]; then + if [[ $HAFS = 'false' ]] || [[ $FV3 = 'true' && $HAFS = 'true' ]]; then atparse < ${PATHRT}/parm/${INPUT_NML:-input.nml.IN} > input.nml fi fi diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 index eba4596889..0cf90d6dfe 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/cpld_regional_natl_c192 @@ -8,21 +8,16 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192 -export LIST_FILES=" dynf000.nc \ - dynf012.nc \ - dynf024.nc \ - phyf000.nc \ - phyf012.nc \ - phyf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc " +export LIST_FILES="dynf024.nc \ + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc" export_fv3 export_cpl_regional diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 index 95c54eca2d..e7db53f41f 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -8,26 +8,21 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_mom6 -export LIST_FILES=" dynf000.nc \ - dynf012.nc \ - dynf024.nc \ - phyf000.nc \ - phyf012.nc \ - phyf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc" +export LIST_FILES="dynf024.nc \ + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc \ + ufs.hafs.docn.r.2019-08-30-00000.nc" export_fv3 export_cpl_regional -export_cdeps_docn +export_docn_cdeps_hafs export TASKS=1340 export WLCLK=180 diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst index 7c47f76d1a..7e357d0ab2 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -8,26 +8,21 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_oisst -export LIST_FILES=" dynf000.nc \ - dynf012.nc \ - dynf024.nc \ - phyf000.nc \ - phyf012.nc \ - phyf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc" +export LIST_FILES="dynf024.nc \ + phyf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc \ + ufs.hafs.cpl.r.2019-08-30-00000.nc \ + ufs.hafs.docn.r.2019-08-30-00000.nc" export_fv3 export_cpl_regional -export_cdeps_docn +export_docn_cdeps_hafs export TASKS=1340 export WLCLK=180 diff --git a/tests/tests/datm_cdeps_hycom_era5 b/tests/tests/datm_cdeps_hycom_era5 index 309790dd57..ef7ba53dca 100644 --- a/tests/tests/datm_cdeps_hycom_era5 +++ b/tests/tests/datm_cdeps_hycom_era5 @@ -13,7 +13,7 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.datm.r.2019-08-30-00000.nc" export_cpl_regional -export_cdeps_datm +export_datm_cdeps_hafs export TASKS=120 export WLCLK=180 From 450dfc6b38e77087d07b923fce9cc39196928427 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 23 Jun 2021 10:26:31 -0500 Subject: [PATCH 229/271] update defaults for RTs --- tests/default_vars.sh | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 55ee1b9068..890d380ad3 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -739,6 +739,7 @@ export S2S=false export HAFS=false export DATM_NEMS=true export DATM_CDEPS=false +export DOCN_CDEPS=false export CPLWAV=.F. export DAYS=1 export FHMAX=24 @@ -952,10 +953,11 @@ export CICE_HIST_AVG='.true.' export BL_SUFFIX="" export RT_SUFFIX="" } -export_cdeps_datm () +export_datm_cdeps_hafs () { export FV3=false export S2S=false +export HAFS=true export DATM_CDEPS=true export DATM_NEMS=false export DOCN_CDEPS=false @@ -971,9 +973,11 @@ export atm_model="datm" export DATM_IN_CONFIGURE="datm_in" export DATM_STREAM_CONFIGURE="datm.streams.era5.IN" } -export_cdeps_docn () +export_docn_cdeps_hafs () { +export FV3=true export S2S=false +export HAFS=true export DOCN_CDEPS=true export THRD=1 export WLCLK=$WLCLK_dflt @@ -990,11 +994,18 @@ export DOCN_STREAM_CONFIGURE="docn.streams.IN" } export_cpl_regional () { +export FV3=true export S2S=false export HAFS=true export DATM_NEMS=false export DATM_CDEPS=false export DOCN_CDEPS=false +export THRD=1 +export WLCLK=$WLCLK_dflt +export INPES=$INPES_dflt +export JNPES=$JNPES_dflt +export TASKS=$TASKS_dflt +export TPN=$TPN_dflt # model_configure export SYEAR='2019' From 1da5ad71aede7c7cddf4cecd929c670edbf0b38b Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Wed, 23 Jun 2021 10:30:00 -0500 Subject: [PATCH 230/271] add HAFS specific RTs to rt.conf --- tests/rt.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/rt.conf b/tests/rt.conf index bdd649ffe6..50ba255cfe 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -45,6 +45,9 @@ COMPILE | APP=S2S DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coup RUN | cpld_debug | - wcoss_cray | fv3 | RUN | cpld_debugfrac | - wcoss_cray | fv3 | +COMPILE | APP=HAFS SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +RUN | cpld_regional_natl_c192 | | fv3 | + ################################################################################################################################################################################### # PROD tests # ################################################################################################################################################################################### @@ -142,6 +145,9 @@ RUN | fv3_gfsv16_ugwpv1 RUN | fv3_gfsv16_ugwpv1_warmstart | | fv3 | RUN | fv3_gfs_v16_ras | | fv3 | +COMPILE | APP=ATM SUITES=HAFS_v0_gfdlmp_tedmf 32BIT=Y | | fv3 | +RUN | fv3_regional_natl_c192 | | fv3 | + ################################################################################################################################################################################### # DEBUG tests # ################################################################################################################################################################################### @@ -204,6 +210,17 @@ RUN | datm_cdeps_mx025_gefs COMPILE | APP=DATM DEBUG=Y | - wcoss_cray | fv3 | RUN | datm_cdeps_debug_cfsr | - wcoss_cray | fv3 | +COMPILE | APP=HAFS_DATM 32BIT=Y | | fv3 | +RUN | datm_cdeps_hycom_era5 | | fv3 | + +################################################################################################################################################################################### +# CDEPS Data Atmosphere tests # +################################################################################################################################################################################### + +COMPILE | APP=HAFS_DOCN SUITES=HAFS_v0_gfdlmp_tedmf_nonsst 32BIT=Y | | fv3 | +RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | +RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | + ################################################################################################################################################################################### # ATM-WAV tests # ################################################################################################################################################################################### From 0db5123c4ed3f356e3e53c58ae2b480956a82f29 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 16 Jul 2021 12:12:44 -0500 Subject: [PATCH 231/271] adjust HAFS RTs based on recent chnages in FV3 configuration and generate baselines --- tests/default_vars.sh | 2 +- tests/parm/input_natl_c192.nml.IN | 17 ++++++++--------- tests/tests/cpld_regional_natl_c192 | 4 ++-- tests/tests/cpld_regional_natl_c192_docn_mom6 | 4 ++-- tests/tests/cpld_regional_natl_c192_docn_oisst | 4 ++-- tests/tests/fv3_regional_natl_c192 | 12 ++++++------ 6 files changed, 21 insertions(+), 22 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 353df1a592..3d70976790 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1064,7 +1064,7 @@ export WRTTASK_PER_GROUP=6 export OUTPUT_HISTORY=.true. export WRITE_DOPOST=.false. export NUM_FILES=2 -export FILENAME_BASE="'dyn' 'phy'" +export FILENAME_BASE="'atm' 'sfc'" export OUTPUT_GRID="'regional_latlon'" export OUTPUT_FILE="'netcdf'" export IDEFLATE=0 diff --git a/tests/parm/input_natl_c192.nml.IN b/tests/parm/input_natl_c192.nml.IN index 862a45d060..f0b48500e4 100644 --- a/tests/parm/input_natl_c192.nml.IN +++ b/tests/parm/input_natl_c192.nml.IN @@ -235,13 +235,12 @@ do_ca = .false. ca_sgs = .false. nca = 1 - ncells = 5 - nlives = 30 - nseed = 1000000 + scells = 2600 + tlives = 1800 + nseed = 1 nfracseed = 0.5 - nthresh = 0. - ca_trigger = .true. - ca_entr = .false. + ca_trigger = .false. + ca_entr = .false. ca_closure = .false. ca_global = .false. nca_g = 1 @@ -249,10 +248,10 @@ nlives_g = 100 nseed_g = 100 ca_smooth = .false. - nspinup = 100 + nspinup = 1 iseed_ca = 1 - nsmooth = 1 - ca_amplitude = 0.5 + nsmooth = 100 + ca_amplitude = 0.35 / &gfdl_cloud_microphysics_nml diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 index 0cf90d6dfe..f9c75631d7 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/cpld_regional_natl_c192 @@ -8,8 +8,8 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192 -export LIST_FILES="dynf024.nc \ - phyf024.nc \ +export LIST_FILES="atmf024.nc \ + sfcf024.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 index e7db53f41f..e2d0892a01 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -8,8 +8,8 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_mom6 -export LIST_FILES="dynf024.nc \ - phyf024.nc \ +export LIST_FILES="atmf024.nc \ + sfcf024.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst index 7e357d0ab2..66dc62aae7 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -8,8 +8,8 @@ export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with export CNTL_DIR=cpld_regional_natl_c192_docn_oisst -export LIST_FILES="dynf024.nc \ - phyf024.nc \ +export LIST_FILES="atmf024.nc \ + sfcf024.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ diff --git a/tests/tests/fv3_regional_natl_c192 b/tests/tests/fv3_regional_natl_c192 index 16a0026c24..7423e70d52 100644 --- a/tests/tests/fv3_regional_natl_c192 +++ b/tests/tests/fv3_regional_natl_c192 @@ -8,12 +8,12 @@ export TEST_DESCR="Compare FV3 CCPP regional c192 results for North Atlantic dom export CNTL_DIR=fv3_regional_natl_c192 -export LIST_FILES=" dynf000.nc \ - dynf012.nc \ - dynf024.nc \ - phyf000.nc \ - phyf012.nc \ - phyf024.nc \ +export LIST_FILES=" atmf000.nc \ + atmf012.nc \ + atmf024.nc \ + sfcf000.nc \ + sfcf012.nc \ + sfcf024.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ From ca9d5449dabfc21b336cf0a13565494bb142f937 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 16 Jul 2021 12:29:23 -0500 Subject: [PATCH 232/271] update baseline files that need to be checked --- tests/tests/cpld_regional_natl_c192 | 1 + tests/tests/cpld_regional_natl_c192_docn_mom6 | 1 + tests/tests/cpld_regional_natl_c192_docn_oisst | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/cpld_regional_natl_c192 index f9c75631d7..9d00bc4572 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/cpld_regional_natl_c192 @@ -17,6 +17,7 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc" export_fv3 diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/cpld_regional_natl_c192_docn_mom6 index e2d0892a01..129d6f2bc8 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/cpld_regional_natl_c192_docn_mom6 @@ -17,6 +17,7 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ ufs.hafs.docn.r.2019-08-30-00000.nc" diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/cpld_regional_natl_c192_docn_oisst index 66dc62aae7..994a04a770 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/cpld_regional_natl_c192_docn_oisst @@ -17,6 +17,7 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ + ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ ufs.hafs.docn.r.2019-08-30-00000.nc" From 5a6f3706255a65c8cf4dbe1e7ac412a9a1cdfb27 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Fri, 16 Jul 2021 12:39:26 -0500 Subject: [PATCH 233/271] update standalone test for its lits of baseline files --- tests/tests/fv3_regional_natl_c192 | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/tests/tests/fv3_regional_natl_c192 b/tests/tests/fv3_regional_natl_c192 index 7423e70d52..5aea3d7962 100644 --- a/tests/tests/fv3_regional_natl_c192 +++ b/tests/tests/fv3_regional_natl_c192 @@ -8,19 +8,15 @@ export TEST_DESCR="Compare FV3 CCPP regional c192 results for North Atlantic dom export CNTL_DIR=fv3_regional_natl_c192 -export LIST_FILES=" atmf000.nc \ - atmf012.nc \ - atmf024.nc \ - sfcf000.nc \ - sfcf012.nc \ - sfcf024.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc" +export LIST_FILES="atmf024.nc \ + sfcf024.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc" export_fv3 From 007e62e064ce6f080d9e8461f458094d7cf20bd1 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Mon, 19 Jul 2021 13:50:31 -0500 Subject: [PATCH 234/271] remove ncld from HAFS RTs --- tests/parm/input_natl_c192.nml.IN | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parm/input_natl_c192.nml.IN b/tests/parm/input_natl_c192.nml.IN index f0b48500e4..7ec3f65807 100644 --- a/tests/parm/input_natl_c192.nml.IN +++ b/tests/parm/input_natl_c192.nml.IN @@ -162,7 +162,6 @@ fhcyc = 24. use_ufo = .true. pre_rad = .false. - ncld = 5 imp_physics = 11 pdfcld = .false. fhswr = 900. From bb403ef168d94245f76b4388bf4aa585491f8aeb Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Mon, 19 Jul 2021 14:42:01 -0500 Subject: [PATCH 235/271] Update submodules CDEPS and CMEPS to the latest support/HAFS branches. --- CDEPS-interface/CDEPS | 2 +- CMEPS-interface/CMEPS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 8d879db5cd..de586eb678 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 8d879db5cdd567397b7d4f66c8ff445c93a9336b +Subproject commit de586eb678b3820446e54c583eb93ab97d9f008a diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index bf6f2a5669..b367433e7f 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit bf6f2a5669621920a445af4ae94d615c8e0cd0af +Subproject commit b367433e7f6602599a4f0c5e903c4f3bbc7286ea From a97f9d71dff85a3d48f4ac209b54b0d51f22e644 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Mon, 19 Jul 2021 15:03:29 -0500 Subject: [PATCH 236/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 89060e7f8a..91535c6301 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 89060e7f8aae88b82aead54284b244e0d1e03707 +Subproject commit 91535c63010a1473998be6c97a297c22b5e8effc From 4710632287546520d1743456b6db52f14fdcf416 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 20 Jul 2021 06:49:10 -0500 Subject: [PATCH 237/271] Update submodule CMEPS-interface/CMEPS. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 2d98221d84..d54013a99b 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 2d98221d84f8bc6c01f48328d7a38805d74488d4 +Subproject commit d54013a99bc9ca89052699776ce17932b6bedcf7 From f7ab203033fd167650b88c44d926e5ec18a706ed Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 20 Jul 2021 16:25:55 -0500 Subject: [PATCH 238/271] fix field dictionary and CMEPS HAFS coupling mode for wave coupling --- CMEPS-interface/CMEPS | 2 +- tests/parm/fd_nems.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index d54013a99b..cf77f348b0 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit d54013a99bc9ca89052699776ce17932b6bedcf7 +Subproject commit cf77f348b0a48039267ab11a3f872ce110836576 diff --git a/tests/parm/fd_nems.yaml b/tests/parm/fd_nems.yaml index 3cadbb4030..f60bd69c2a 100644 --- a/tests/parm/fd_nems.yaml +++ b/tests/parm/fd_nems.yaml @@ -200,16 +200,15 @@ alias: inst_zonal_wind_height10m canonical_units: m s-1 description: atmosphere export - zonal wind height 10m + - standard_name: Sa_u10m + alias: eastward_wind_at_10m_height # - standard_name: Sa_v10m alias: inst_merid_wind_height10m canonical_units: m s-1 description: atmosphere export - meridional wind height 10m - # - - standard_name: Sa_wspd10m - alias: inst_wind_speed_height10m - canonical_units: m s-1 - description: atmosphere export - wind speed height 10m + - standard_name: Sa_v10m + alias: northward_wind_at_10m_height # - standard_name: Sa_t2m alias: inst_temp_height2m From ffc84dab7083c145033091cff8e35df4ef0f3d7a Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 20 Jul 2021 16:29:33 -0500 Subject: [PATCH 239/271] add missing field to the dictionary --- tests/parm/fd_nems.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/parm/fd_nems.yaml b/tests/parm/fd_nems.yaml index f60bd69c2a..51ddad99d1 100644 --- a/tests/parm/fd_nems.yaml +++ b/tests/parm/fd_nems.yaml @@ -210,6 +210,11 @@ - standard_name: Sa_v10m alias: northward_wind_at_10m_height # + - standard_name: Sa_wspd10m + alias: inst_wind_speed_height10m + canonical_units: m s-1 + description: atmosphere export - wind speed height 10m + # - standard_name: Sa_t2m alias: inst_temp_height2m canonical_units: K From b7fd00eceed995869599f10aeb548d06d6931cf2 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sun, 25 Jul 2021 13:44:36 -0500 Subject: [PATCH 240/271] Update submodule CMEPS-interface/CMEPS. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index cf77f348b0..ca1bfc4402 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit cf77f348b0a48039267ab11a3f872ce110836576 +Subproject commit ca1bfc44023db45119daba9ee94e0c62067a2b4b From ff815bc6d74e979d0d99865bec4cba429d4687a4 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 27 Jul 2021 11:37:17 -0500 Subject: [PATCH 241/271] Remove the symbolic modulefile links previously added. --- modulefiles/ufs_hera | 1 - modulefiles/ufs_jet | 1 - modulefiles/ufs_orion | 1 - 3 files changed, 3 deletions(-) delete mode 120000 modulefiles/ufs_hera delete mode 120000 modulefiles/ufs_jet delete mode 120000 modulefiles/ufs_orion diff --git a/modulefiles/ufs_hera b/modulefiles/ufs_hera deleted file mode 120000 index 492657fc53..0000000000 --- a/modulefiles/ufs_hera +++ /dev/null @@ -1 +0,0 @@ -ufs_hera.intel \ No newline at end of file diff --git a/modulefiles/ufs_jet b/modulefiles/ufs_jet deleted file mode 120000 index 16721d269e..0000000000 --- a/modulefiles/ufs_jet +++ /dev/null @@ -1 +0,0 @@ -ufs_jet.intel \ No newline at end of file diff --git a/modulefiles/ufs_orion b/modulefiles/ufs_orion deleted file mode 120000 index 378a92fc9c..0000000000 --- a/modulefiles/ufs_orion +++ /dev/null @@ -1 +0,0 @@ -ufs_orion.intel \ No newline at end of file From 0f4ffa05eb9a1f367a920cf78422ed066c6d7f0f Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 08:26:03 -0500 Subject: [PATCH 242/271] Update submodule CDEPS-interface/CDEPS, the support/HAFS branch is now identical to the authoritative ESCOMP master branch. --- CDEPS-interface/CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index de586eb678..e9e072d628 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit de586eb678b3820446e54c583eb93ab97d9f008a +Subproject commit e9e072d62842f7ec2c8e5ca3cd3ab925fb7aab5d From 0eec6a3fbfc6201aa62c17572e170d59596ed48b Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 08:29:37 -0500 Subject: [PATCH 243/271] Switch to use the emc/develop branch in NOAA-EMC fork for the HYCOM-src submodule. --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index d1dd891961..78696aa74b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,10 +10,6 @@ path = WW3 url = https://github.com/hafs-community/WW3 branch = support/HAFS -[submodule "HYCOM"] - path = HYCOM-interface/HYCOM - url = https://github.com/hafs-community/HYCOM-src.git - branch = support/HAFS [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics @@ -26,6 +22,10 @@ path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git branch = support/HAFS +[submodule "HYCOM"] + path = HYCOM-interface/HYCOM + url = https://github.com/NOAA-EMC/HYCOM-src.git + branch = emc/develop [submodule "MOM6"] path = MOM6-interface/MOM6 url = https://github.com/NOAA-EMC/MOM6 From b72f5b0ba0de0b2cf6f09b96f7dfc85e723c8a39 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 16:28:55 -0500 Subject: [PATCH 244/271] Update submodule CMEPS-interface/CMEPS. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index ca1bfc4402..d4f2b21d61 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit ca1bfc44023db45119daba9ee94e0c62067a2b4b +Subproject commit d4f2b21d617bcfe854d2b9d70e9300cdd0e27a5c From f2716efa94f5cfabb23997d692f8be92455f4b04 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 17:43:32 -0500 Subject: [PATCH 245/271] Update submodule WW3. --- .gitmodules | 4 ++-- WW3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 78696aa74b..d624b12699 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,8 @@ branch = support/HAFS [submodule "WW3"] path = WW3 - url = https://github.com/hafs-community/WW3 - branch = support/HAFS + url = https://github.com/NOAA-EMC/WW3 + branch = develop [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics diff --git a/WW3 b/WW3 index ee277b3a43..1f128e6837 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit ee277b3a43483accdfb4f199589f459aba0b1228 +Subproject commit 1f128e68372637d18e5d017b89d262aad55373c4 From 15a8f91a246ee2edb4bed52bd72f50d091e7d8d7 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 18:01:09 -0500 Subject: [PATCH 246/271] Update submodules to point the proper branches and commits. --- .gitmodules | 10 +++++----- NEMS | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index d624b12699..762ff31311 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "FV3"] path = FV3 url = https://github.com/hafs-community/fv3atm - branch = support/HAFS + branch = feature/hafs_sync_202107 [submodule "NEMS"] path = NEMS - url = https://github.com/hafs-community/NEMS - branch = support/HAFS + url = https://github.com/NOAA-EMC/NEMS + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 @@ -21,7 +21,7 @@ [submodule "CMEPS"] path = CMEPS-interface/CMEPS url = https://github.com/hafs-community/CMEPS.git - branch = support/HAFS + branch = feature/hafs_sync_202107 [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/NOAA-EMC/HYCOM-src.git @@ -41,7 +41,7 @@ [submodule "CDEPS"] path = CDEPS-interface/CDEPS url = https://github.com/hafs-community/CDEPS.git - branch = support/HAFS + branch = feature/hafs_sync_202107 [submodule "GOCART"] path = GOCART url = https://github.com/GEOS-ESM/GOCART diff --git a/NEMS b/NEMS index 99573bc579..e17870e576 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 99573bc579dd27dfa7f999a770bfcdbcb10130a8 +Subproject commit e17870e57649b03164ad572c6d4b13eebd752944 From 50b1ad9cae226f077fae8ec15dac211336496992 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 28 Jul 2021 19:24:14 -0500 Subject: [PATCH 247/271] Update submodule WW3. --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 1f128e6837..7731ae7020 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 1f128e68372637d18e5d017b89d262aad55373c4 +Subproject commit 7731ae7020779c2ceb179a1df564bae02653d384 From 97848469569d6137862cc3ec8a960c2b984065c8 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 29 Jul 2021 11:31:21 -0500 Subject: [PATCH 248/271] Update submodule CMEPS-interface/CMEPS. --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index d4f2b21d61..faa1560806 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit d4f2b21d617bcfe854d2b9d70e9300cdd0e27a5c +Subproject commit faa1560806dc4ba52c2cc896fe78f2e437c38915 From 942e23397d6e610ec7e18f6d75a453e6e79f9a3c Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 30 Jul 2021 06:50:23 -0500 Subject: [PATCH 249/271] Remove PNETCDF dependency since it is not currently used in ufs-weather-model (according to Rahul and Ufuk). --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb8c498a2f..af6d683d86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -309,13 +309,6 @@ add_executable(ufs_model NEMS/src/MAIN_NEMS.F90) add_dependencies(ufs_model ufs) target_link_libraries(ufs_model ufs esmf w3nco::w3nco_d) -if(S2S OR CMEPS OR CDEPS) - if(PNETCDF) - target_link_libraries (ufs_model PRIVATE ${PNETCDF_LIBRARY_DIRS}) - target_include_directories(ufs_model PRIVATE ${PNETCDF_INCLUDE_DIRS}) - endif() -endif() - ############################################################################### ### Install ############################################################################### From 32dd96999a379bc8a3c4563eb8ab30ecdb76fbb5 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Fri, 30 Jul 2021 15:14:00 -0500 Subject: [PATCH 250/271] Build one HAFS application to support different HAFS related configurations. (Ufuk, Dan, Evan, Chunxi, Bin) --- CMakeLists.txt | 2 +- cmake/configure_apps.cmake | 28 ++++++++-------------------- tests/rt_hafs.conf | 21 ++++----------------- 3 files changed, 13 insertions(+), 38 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af6d683d86..79ff3086be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules/Modules) ############################################################################### # Valid applications and choices -list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFSW HAFS_DATM HAFS_DOCN NG-GODAS NG-GODAS-NEMSDATM) +list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS NG-GODAS NG-GODAS-NEMSDATM) set(APP NONE CACHE BOOL "Application Name") if(NOT (APP IN_LIST VALID_APPS)) message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index 5d18f31fce..fc296a5573 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -54,26 +54,14 @@ if(APP MATCHES "^(S2S|S2SW)$") endif() endif() -if(APP MATCHES "^(HAFS|HAFSW|HAFS_DATM|HAFS_DOCN)$") - set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) - if(APP MATCHES "HAFS_DATM") - set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) - message("Configuring UFS app in HAFS with Data Atmosphere mode") - else() - set(FMS ON CACHE BOOL "Enable FMS" FORCE) - set(FV3 ON CACHE BOOL "Enable FV3" FORCE) - set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) - endif() - if(APP MATCHES "HAFS_DOCN") - set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) - message("Configuring UFS app in HAFS with Data Ocean mode") - else() - set(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE) - endif() - if(APP MATCHES "HAFSW") - set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) - message("Configuring UFS app in HAFS with Waves mode") - endif() +if(APP MATCHES "^(HAFS)$") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + set(FMS ON CACHE BOOL "Enable FMS" FORCE) + set(FV3 ON CACHE BOOL "Enable FV3" FORCE) + set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) + set(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE) + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) endif() if(APP MATCHES "^(ATMAERO)$") diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 3216018512..4d965d58ad 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -1,26 +1,13 @@ ################################################################################################################################################################################### -# Standalone tests # +# HAFS related regression tests ################################################################################################################################################################################### - -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf -D32BIT=ON | | fv3 | +COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | +# Standalone tests RUN | fv3_regional_natl_c192 | | fv3 | - -################################################################################################################################################################################### -# Fully coupled tests # -################################################################################################################################################################################### - -COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | +# Fully coupled tests RUN | cpld_regional_natl_c192 | | fv3 | - -################################################################################################################################################################################### -# Data component coupled tests # -################################################################################################################################################################################### - # data ocean -COMPILE | -DAPP=HAFS_DOCN -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | - # data atmosphere -COMPILE | -DAPP=HAFS_DATM -D32BIT=ON | | fv3 | RUN | datm_cdeps_hycom_era5 | | fv3 | From 1e185cebf7e34e07dc13720ae6e979debb80c26d Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Sun, 1 Aug 2021 13:29:18 -0500 Subject: [PATCH 251/271] Update submodule FV3. --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 85225fd0fa..b8e732615e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 85225fd0faee929a2f099abc9bee6c5895ff9e2e +Subproject commit b8e732615ed78515359caa70bfc3bf0f2cb187d5 From bf258d12c71936024e2116a8dd305d08456e5a05 Mon Sep 17 00:00:00 2001 From: Ufuk Turuncoglu Date: Tue, 3 Aug 2021 00:40:11 -0500 Subject: [PATCH 252/271] update HAFS specific regression tests --- tests/default_vars.sh | 2 -- tests/parm/input_natl_c192.nml.IN | 7 +------ tests/parm/model_configure_hafsv2.IN | 8 +++----- tests/tests/fv3_regional_natl_c192 | 1 + 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 1e8f6b27fd..3cb8c8a0ab 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1085,8 +1085,6 @@ export OUTPUT_GRID="'regional_latlon'" export OUTPUT_FILE="'netcdf'" export IDEFLATE=0 export NBITS=0 -export WRITE_NEMSIOFLIP=.false. -export WRITE_FSYNCFLAG=.false. export NFHOUT=3 export NFHMAX_HF=-1 export NFHOUT_HF=3 diff --git a/tests/parm/input_natl_c192.nml.IN b/tests/parm/input_natl_c192.nml.IN index 7ec3f65807..53b65e786e 100644 --- a/tests/parm/input_natl_c192.nml.IN +++ b/tests/parm/input_natl_c192.nml.IN @@ -11,14 +11,8 @@ blocksize = 40 chksum_debug = .false. dycore_only = .false. - fdiag = 3 avg_max_length = 3600. - fhmax = 24 - fhout = 3 - fhmaxhf = 0 - fhouthf = 3 ccpp_suite = '@[CCPP_SUITE]' - merge_import = @[MERGE_IMPORT] / &diag_manager_nml @@ -217,6 +211,7 @@ cplice = .false. cplwav = @[CPLWAV] cplwav2atm = @[CPLWAV2ATM] + cpl_imp_mrg = @[MERGE_IMPORT] psautco = 0.0008, 0.0005 prautco = 0.00015, 0.00015 iau_delthrs = 6 diff --git a/tests/parm/model_configure_hafsv2.IN b/tests/parm/model_configure_hafsv2.IN index 2a2d90b76d..0d599e4fae 100755 --- a/tests/parm/model_configure_hafsv2.IN +++ b/tests/parm/model_configure_hafsv2.IN @@ -1,6 +1,4 @@ print_esmf: .false. -total_member: @[ENS_NUM] -PE_MEMBER01: @[TASKS] start_year: @[SYEAR] start_month: @[SMONTH] start_day: @[SDAY] @@ -11,7 +9,6 @@ nhours_fcst: @[FHMAX] RUN_CONTINUE: .false. ENS_SPS: .false. dt_atmos: @[DT_ATMOS] -cpl: @[CPL] calendar: 'julian' memuse_verbose: .false. atmos_nthreads: @[THRD] @@ -34,8 +31,8 @@ jchunk3d: -1 kchunk3d: -1 ideflate: @[IDEFLATE] nbits: @[NBITS] -write_nemsioflip: @[WRITE_NEMSIOFLIP] -write_fsyncflag: @[WRITE_FSYNCFLAG] +write_nemsioflip: .false. +write_fsyncflag: .false. app_domain: 'regional' output_grid: @[OUTPUT_GRID] @@ -52,3 +49,4 @@ nfhout: @[NFHOUT] nfhmax_hf: @[NFHMAX_HF] nfhout_hf: @[NFHOUT_HF] nsout: -1 +output_fh: -1 diff --git a/tests/tests/fv3_regional_natl_c192 b/tests/tests/fv3_regional_natl_c192 index 6b50cfe5d1..13b678ccb4 100644 --- a/tests/tests/fv3_regional_natl_c192 +++ b/tests/tests/fv3_regional_natl_c192 @@ -57,5 +57,6 @@ export USE_COLDSTART="false" export CCPP_SUITE=FV3_HAFS_v0_gfdlmp_tedmf export INPUT_NML=input_natl_c192.nml.IN +export NEMS_CONFIGURE="nems.configure.hafs.IN" export MODEL_CONFIGURE="model_configure_hafsv2.IN" export FV3_RUN=fv3_regional_natl_run.IN From 48c07deaa3649692df0e874d43e20fc71852293b Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 3 Aug 2021 09:47:01 -0500 Subject: [PATCH 253/271] *Remove amip_interp_nml from tests/parm/input_natl_c192.nml.IN and make it consistent with HAFS application level settings. *Clean up tests/parm/model_configure_hafsv2.IN by removing these nolonger needed items: RUN_CONTINUE, ENS_SPS, memuse_verbose, atmos_nthreads, use_hyper_thread, ncores_per_node, debug_affinity, write_nemsioflip, write_fsyncflag --- tests/parm/datm.streams.era5.IN | 0 tests/parm/input_natl_c192.nml.IN | 16 +++++----------- tests/parm/model_configure_hafsv2.IN | 9 --------- tests/parm/nems.configure.cpld.hafs.IN | 0 tests/parm/nems.configure.cpld.hafs_docn.IN | 0 5 files changed, 5 insertions(+), 20 deletions(-) mode change 100755 => 100644 tests/parm/datm.streams.era5.IN mode change 100755 => 100644 tests/parm/model_configure_hafsv2.IN mode change 100755 => 100644 tests/parm/nems.configure.cpld.hafs.IN mode change 100755 => 100644 tests/parm/nems.configure.cpld.hafs_docn.IN diff --git a/tests/parm/datm.streams.era5.IN b/tests/parm/datm.streams.era5.IN old mode 100755 new mode 100644 diff --git a/tests/parm/input_natl_c192.nml.IN b/tests/parm/input_natl_c192.nml.IN index 53b65e786e..e39b0cc6b4 100644 --- a/tests/parm/input_natl_c192.nml.IN +++ b/tests/parm/input_natl_c192.nml.IN @@ -1,12 +1,3 @@ - &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 = 40 chksum_debug = .false. @@ -158,8 +149,8 @@ pre_rad = .false. imp_physics = 11 pdfcld = .false. - fhswr = 900. - fhlwr = 900. + fhswr = 1800. + fhlwr = 1800. ialb = 1 iems = 1 iaer = 111 @@ -179,6 +170,9 @@ moninq_fac = -1.0 ! HWRF_moninedmf satmedmf = .true. isatmedmf = 1 + rlmx = 300. + elmx = 300. + sfc_rlm = 1 random_clds = .false. trans_trac = .true. cnvcld = .true. diff --git a/tests/parm/model_configure_hafsv2.IN b/tests/parm/model_configure_hafsv2.IN old mode 100755 new mode 100644 index 0d599e4fae..03d914c390 --- a/tests/parm/model_configure_hafsv2.IN +++ b/tests/parm/model_configure_hafsv2.IN @@ -6,15 +6,8 @@ start_hour: @[SHOUR] start_minute: 0 start_second: 0 nhours_fcst: @[FHMAX] -RUN_CONTINUE: .false. -ENS_SPS: .false. dt_atmos: @[DT_ATMOS] calendar: 'julian' -memuse_verbose: .false. -atmos_nthreads: @[THRD] -use_hyper_thread: .false. -ncores_per_node: @[TPN] -debug_affinity: .true. restart_interval: @[RESTART_INTERVAL] output_1st_tstep_rst: .false. @@ -31,8 +24,6 @@ jchunk3d: -1 kchunk3d: -1 ideflate: @[IDEFLATE] nbits: @[NBITS] -write_nemsioflip: .false. -write_fsyncflag: .false. app_domain: 'regional' output_grid: @[OUTPUT_GRID] diff --git a/tests/parm/nems.configure.cpld.hafs.IN b/tests/parm/nems.configure.cpld.hafs.IN old mode 100755 new mode 100644 diff --git a/tests/parm/nems.configure.cpld.hafs_docn.IN b/tests/parm/nems.configure.cpld.hafs_docn.IN old mode 100755 new mode 100644 From 2649647e9621b00bb33217c535eea21b3cf41a2e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 3 Aug 2021 19:27:16 -0500 Subject: [PATCH 254/271] *Rename and clean up the HAFS related regression tests (Ufuk, Evan, Chunxi, Bin). --- CMakeLists.txt | 2 +- cmake/configure_apps.cmake | 7 ++- tests/default_vars.sh | 6 +-- tests/fv3_conf/cpld_datm_cdeps_era5.IN | 10 ---- tests/fv3_conf/cpld_docn_cdeps_mom6.IN | 10 ---- tests/fv3_conf/cpld_docn_cdeps_oisst.IN | 10 ---- tests/fv3_conf/fv3_regional_natl_run.IN | 5 -- tests/fv3_conf/hafs_datm_cdeps_era5.IN | 5 ++ tests/fv3_conf/hafs_docn_cdeps_mom6.IN | 5 ++ tests/fv3_conf/hafs_docn_cdeps_oisst.IN | 5 ++ tests/fv3_conf/hafs_regional_run.IN | 4 ++ tests/fv3_conf/hycom_hat10_run.IN | 3 +- ...eams.era5.IN => hafs_datm.streams.era5.IN} | 0 .../{docn.streams.IN => hafs_docn.streams.IN} | 0 ...c192.nml.IN => input_hafs_regional.nml.IN} | 2 +- ...v2.IN => model_configure_hafs_regional.IN} | 0 ...ure.hafs.IN => nems.configure.hafs_atm.IN} | 0 ...ocn.IN => nems.configure.hafs_atm_docn.IN} | 8 ++-- ...hafs.IN => nems.configure.hafs_atm_ocn.IN} | 8 ++-- tests/rt_hafs.conf | 20 ++++---- tests/tests/fv3_HAFS_v0_hwrf | 4 +- tests/tests/fv3_HAFS_v0_hwrf_debug | 4 +- tests/tests/fv3_HAFS_v0_hwrf_thompson | 4 +- tests/tests/fv3_HAFS_v0_hwrf_thompson_debug | 4 +- tests/tests/fv3_esg_HAFS_v0_hwrf_thompson | 4 +- .../tests/fv3_esg_HAFS_v0_hwrf_thompson_debug | 4 +- ...3_regional_natl_c192 => hafs_regional_atm} | 35 +++++++------- ...gional_natl_c192 => hafs_regional_atm_ocn} | 45 +++++++++--------- ...ps_hycom_era5 => hafs_regional_datm_cdeps} | 15 +++--- ...natl_c192_docn_mom6 => hafs_regional_docn} | 47 ++++++++++--------- ...92_docn_oisst => hafs_regional_docn_oisst} | 47 ++++++++++--------- 31 files changed, 158 insertions(+), 165 deletions(-) delete mode 100644 tests/fv3_conf/cpld_datm_cdeps_era5.IN delete mode 100644 tests/fv3_conf/cpld_docn_cdeps_mom6.IN delete mode 100644 tests/fv3_conf/cpld_docn_cdeps_oisst.IN delete mode 100644 tests/fv3_conf/fv3_regional_natl_run.IN create mode 100644 tests/fv3_conf/hafs_datm_cdeps_era5.IN create mode 100644 tests/fv3_conf/hafs_docn_cdeps_mom6.IN create mode 100644 tests/fv3_conf/hafs_docn_cdeps_oisst.IN create mode 100644 tests/fv3_conf/hafs_regional_run.IN rename tests/parm/{datm.streams.era5.IN => hafs_datm.streams.era5.IN} (100%) rename tests/parm/{docn.streams.IN => hafs_docn.streams.IN} (100%) rename tests/parm/{input_natl_c192.nml.IN => input_hafs_regional.nml.IN} (99%) rename tests/parm/{model_configure_hafsv2.IN => model_configure_hafs_regional.IN} (100%) rename tests/parm/{nems.configure.hafs.IN => nems.configure.hafs_atm.IN} (100%) rename tests/parm/{nems.configure.cpld.hafs_docn.IN => nems.configure.hafs_atm_docn.IN} (96%) rename tests/parm/{nems.configure.cpld.hafs.IN => nems.configure.hafs_atm_ocn.IN} (97%) rename tests/tests/{fv3_regional_natl_c192 => hafs_regional_atm} (64%) rename tests/tests/{cpld_regional_natl_c192 => hafs_regional_atm_ocn} (58%) rename tests/tests/{datm_cdeps_hycom_era5 => hafs_regional_datm_cdeps} (65%) rename tests/tests/{cpld_regional_natl_c192_docn_mom6 => hafs_regional_docn} (58%) rename tests/tests/{cpld_regional_natl_c192_docn_oisst => hafs_regional_docn_oisst} (58%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44a15c7e7c..8ec4095ac2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules/Modules) ############################################################################### # Valid applications and choices -list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS NG-GODAS NG-GODAS-NEMSDATM) +list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFS_CDEPS NG-GODAS NG-GODAS-NEMSDATM) set(APP NONE CACHE BOOL "Application Name") if(NOT (APP IN_LIST VALID_APPS)) message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index fc296a5573..c3ba1ec1a1 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -54,9 +54,12 @@ if(APP MATCHES "^(S2S|S2SW)$") endif() endif() -if(APP MATCHES "^(HAFS)$") +if(APP MATCHES "^(HAFS|HAFS_CDEPS)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) - set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + if(APP MATCHES "^(HAFS_CDEPS)$") + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + message("Configuring UFS app in HAFS with CDEPS mode") + endif() set(FMS ON CACHE BOOL "Enable FMS" FORCE) set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 96f54d784d..d3d46b12ff 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1026,7 +1026,7 @@ export TPN=$TPN_dflt export atm_model="datm" export DATM_IN_CONFIGURE="datm_in" -export DATM_STREAM_CONFIGURE="datm.streams.era5.IN" +export DATM_STREAM_CONFIGURE="hafs_datm.streams.era5.IN" } export_docn_cdeps_hafs () { @@ -1045,7 +1045,7 @@ export ocn_model="docn" export ocn_datamode="sstdata" export DOCN_IN_CONFIGURE="docn_in" -export DOCN_STREAM_CONFIGURE="docn.streams.IN" +export DOCN_STREAM_CONFIGURE="hafs_docn.streams.IN" } export_cpl_regional () { @@ -1067,7 +1067,7 @@ export SYEAR='2019' export SMONTH='08' export SDAY='29' export SHOUR='00' -export FHMAX=24 +export FHMAX=6 export ENS_NUM=1 export DT_ATMOS='900' export CPL='.true.' diff --git a/tests/fv3_conf/cpld_datm_cdeps_era5.IN b/tests/fv3_conf/cpld_datm_cdeps_era5.IN deleted file mode 100644 index fa9de83088..0000000000 --- a/tests/fv3_conf/cpld_datm_cdeps_era5.IN +++ /dev/null @@ -1,10 +0,0 @@ -if [ -d "INPUT_DATM" ]; then - echo "INPUT_DATM/ directory exists ..." -else - echo "INPUT_DATM/ directory not found. Creating ..." - mkdir -p INPUT_DATM -fi - -cd INPUT_DATM -rsync -arv @[RTPWD]/DATM_ERA5_input_data/. . -cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_mom6.IN b/tests/fv3_conf/cpld_docn_cdeps_mom6.IN deleted file mode 100644 index 2734e18a4d..0000000000 --- a/tests/fv3_conf/cpld_docn_cdeps_mom6.IN +++ /dev/null @@ -1,10 +0,0 @@ -if [ -d "INPUT_DOCN" ]; then - echo "INPUT_DOCN/ directory exists ..." -else - echo "INPUT_DOCN/ directory not found. Creating ..." - mkdir -p INPUT_DOCN -fi - -cd INPUT_DOCN -rsync -arv @[RTPWD]/DOCN_MOM6_input_data/. . -cd - diff --git a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN b/tests/fv3_conf/cpld_docn_cdeps_oisst.IN deleted file mode 100644 index 4a175f25ad..0000000000 --- a/tests/fv3_conf/cpld_docn_cdeps_oisst.IN +++ /dev/null @@ -1,10 +0,0 @@ -if [ -d "INPUT_DOCN" ]; then - echo "INPUT_DOCN/ directory exists ..." -else - echo "INPUT_DOCN/ directory not found. Creating ..." - mkdir -p INPUT_DOCN -fi - -cd INPUT_DOCN -rsync -arv @[RTPWD]/DOCN_OISST_input_data/. . -cd - diff --git a/tests/fv3_conf/fv3_regional_natl_run.IN b/tests/fv3_conf/fv3_regional_natl_run.IN deleted file mode 100644 index 1c28b9cdce..0000000000 --- a/tests/fv3_conf/fv3_regional_natl_run.IN +++ /dev/null @@ -1,5 +0,0 @@ - -rm -rf INPUT RESTART -mkdir INPUT RESTART - -rsync -arv @[RTPWD]/FV3_regional_c192_natl_input_data/. . diff --git a/tests/fv3_conf/hafs_datm_cdeps_era5.IN b/tests/fv3_conf/hafs_datm_cdeps_era5.IN new file mode 100644 index 0000000000..ddf2bee0b1 --- /dev/null +++ b/tests/fv3_conf/hafs_datm_cdeps_era5.IN @@ -0,0 +1,5 @@ +mkdir -p INPUT_DATM + +cd INPUT_DATM +rsync -arv @[INPUTDATA_ROOT]/DATM_ERA5_input_data/. . +cd - diff --git a/tests/fv3_conf/hafs_docn_cdeps_mom6.IN b/tests/fv3_conf/hafs_docn_cdeps_mom6.IN new file mode 100644 index 0000000000..02094b9dc4 --- /dev/null +++ b/tests/fv3_conf/hafs_docn_cdeps_mom6.IN @@ -0,0 +1,5 @@ +mkdir -p INPUT_DOCN + +cd INPUT_DOCN +rsync -arv @[INPUTDATA_ROOT]/DOCN_MOM6_input_data/. . +cd - diff --git a/tests/fv3_conf/hafs_docn_cdeps_oisst.IN b/tests/fv3_conf/hafs_docn_cdeps_oisst.IN new file mode 100644 index 0000000000..a2154cc552 --- /dev/null +++ b/tests/fv3_conf/hafs_docn_cdeps_oisst.IN @@ -0,0 +1,5 @@ +mkdir -p INPUT_DOCN + +cd INPUT_DOCN +rsync -arv @[INPUTDATA_ROOT]/DOCN_OISST_input_data/. . +cd - diff --git a/tests/fv3_conf/hafs_regional_run.IN b/tests/fv3_conf/hafs_regional_run.IN new file mode 100644 index 0000000000..59d06a657b --- /dev/null +++ b/tests/fv3_conf/hafs_regional_run.IN @@ -0,0 +1,4 @@ +rm -rf INPUT RESTART +mkdir INPUT RESTART + +rsync -arv @[INPUTDATA_ROOT]/FV3_hafs_regional_input_data/. . diff --git a/tests/fv3_conf/hycom_hat10_run.IN b/tests/fv3_conf/hycom_hat10_run.IN index a39324b3fc..34a84e10b3 100644 --- a/tests/fv3_conf/hycom_hat10_run.IN +++ b/tests/fv3_conf/hycom_hat10_run.IN @@ -1 +1,2 @@ -ln -sf @[RTPWD]/HYCOM_regional_input_data/* . + +rsync -arv @[INPUTDATA_ROOT]/HYCOM_regional_input_data/. ./ diff --git a/tests/parm/datm.streams.era5.IN b/tests/parm/hafs_datm.streams.era5.IN similarity index 100% rename from tests/parm/datm.streams.era5.IN rename to tests/parm/hafs_datm.streams.era5.IN diff --git a/tests/parm/docn.streams.IN b/tests/parm/hafs_docn.streams.IN similarity index 100% rename from tests/parm/docn.streams.IN rename to tests/parm/hafs_docn.streams.IN diff --git a/tests/parm/input_natl_c192.nml.IN b/tests/parm/input_hafs_regional.nml.IN similarity index 99% rename from tests/parm/input_natl_c192.nml.IN rename to tests/parm/input_hafs_regional.nml.IN index e39b0cc6b4..be5979ba47 100644 --- a/tests/parm/input_natl_c192.nml.IN +++ b/tests/parm/input_hafs_regional.nml.IN @@ -64,7 +64,7 @@ beta = 0. a_imp = 1. p_fac = 0.1 - k_split = 4 + k_split = 2 n_split = 5 nwat = 6 na_init = 1 diff --git a/tests/parm/model_configure_hafsv2.IN b/tests/parm/model_configure_hafs_regional.IN similarity index 100% rename from tests/parm/model_configure_hafsv2.IN rename to tests/parm/model_configure_hafs_regional.IN diff --git a/tests/parm/nems.configure.hafs.IN b/tests/parm/nems.configure.hafs_atm.IN similarity index 100% rename from tests/parm/nems.configure.hafs.IN rename to tests/parm/nems.configure.hafs_atm.IN diff --git a/tests/parm/nems.configure.cpld.hafs_docn.IN b/tests/parm/nems.configure.hafs_atm_docn.IN similarity index 96% rename from tests/parm/nems.configure.cpld.hafs_docn.IN rename to tests/parm/nems.configure.hafs_atm_docn.IN index dd1adb770d..c2825689ef 100644 --- a/tests/parm/nems.configure.cpld.hafs_docn.IN +++ b/tests/parm/nems.configure.hafs_atm_docn.IN @@ -17,8 +17,8 @@ MED_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] MED_model = cmeps - history_n = 1 - history_option = ndays + history_n = 6 + history_option = nhours history_ymd = -999 coupling_mode = @[CPLMODE] normalization = none @@ -77,8 +77,8 @@ ALLCOMP_attributes:: ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs - restart_n = 1 - restart_option = ndays + restart_n = 6 + restart_option = nhours restart_ymd = -999 dbug_flag = 20 use_coldstart = true diff --git a/tests/parm/nems.configure.cpld.hafs.IN b/tests/parm/nems.configure.hafs_atm_ocn.IN similarity index 97% rename from tests/parm/nems.configure.cpld.hafs.IN rename to tests/parm/nems.configure.hafs_atm_ocn.IN index 88f07ecd7f..316a87cc53 100644 --- a/tests/parm/nems.configure.cpld.hafs.IN +++ b/tests/parm/nems.configure.hafs_atm_ocn.IN @@ -17,8 +17,8 @@ MED_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] MED_model = cmeps - history_n = 1 - history_option = ndays + history_n = 6 + history_option = nhours history_ymd = -999 coupling_mode = @[CPLMODE] normalization = none @@ -98,8 +98,8 @@ ALLCOMP_attributes:: ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs - restart_n = 1 - restart_option = ndays + restart_n = 6 + restart_option = nhours restart_ymd = -999 dbug_flag = 20 use_coldstart = true diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 4d965d58ad..160af684bf 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -1,13 +1,13 @@ ################################################################################################################################################################################### -# HAFS related regression tests +# HAFS tests # ################################################################################################################################################################################### + COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | -# Standalone tests -RUN | fv3_regional_natl_c192 | | fv3 | -# Fully coupled tests -RUN | cpld_regional_natl_c192 | | fv3 | -# data ocean -RUN | cpld_regional_natl_c192_docn_mom6 | | fv3 | -RUN | cpld_regional_natl_c192_docn_oisst | | fv3 | -# data atmosphere -RUN | datm_cdeps_hycom_era5 | | fv3 | +RUN | hafs_regional_atm | | fv3 | +RUN | hafs_regional_atm_ocn | | fv3 | + +COMPILE | -DAPP=HAFS_CDEPS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 | +RUN | hafs_regional_docn | - wcoss_cray | fv3 | +RUN | hafs_regional_docn_oisst | - wcoss_cray | fv3 | +RUN | hafs_regional_datm_cdeps | - wcoss_cray | fv3 | + diff --git a/tests/tests/fv3_HAFS_v0_hwrf b/tests/tests/fv3_HAFS_v0_hwrf index 48020a0a3b..e949fda1d9 100644 --- a/tests/tests/fv3_HAFS_v0_hwrf +++ b/tests/tests/fv3_HAFS_v0_hwrf @@ -1,10 +1,10 @@ ############################################################################### # -# FV3 CCPP HAFS v0 HWRF compiled with 32-bit dynamics test +# FV3 HAFS v0 HWRF compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF suite results with previous trunk version" export CNTL_DIR=HAFS_v0_HWRF diff --git a/tests/tests/fv3_HAFS_v0_hwrf_debug b/tests/tests/fv3_HAFS_v0_hwrf_debug index f9ecc959fb..cd1afc1f31 100644 --- a/tests/tests/fv3_HAFS_v0_hwrf_debug +++ b/tests/tests/fv3_HAFS_v0_hwrf_debug @@ -1,10 +1,10 @@ ############################################################################### # -# FV3 CCPP HAFS v0 HWRF compiled with 32-bit dynamics test +# FV3 HAFS v0 HWRF compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF suite results with previous trunk version" export CNTL_DIR=HAFS_v0_HWRF diff --git a/tests/tests/fv3_HAFS_v0_hwrf_thompson b/tests/tests/fv3_HAFS_v0_hwrf_thompson index 8c5b76e7b0..b3e81840ab 100644 --- a/tests/tests/fv3_HAFS_v0_hwrf_thompson +++ b/tests/tests/fv3_HAFS_v0_hwrf_thompson @@ -1,10 +1,10 @@ ############################################################################### # -# FV3 CCPP HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics test +# FV3 HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics test # ############################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF suite results with previous trunk version" export CNTL_DIR=HAFS_v0_HWRF_thompson diff --git a/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug b/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug index a4331fa569..d9401dc3c2 100644 --- a/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug +++ b/tests/tests/fv3_HAFS_v0_hwrf_thompson_debug @@ -1,10 +1,10 @@ ########################################################################################### # -# FV3 CCPP HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test +# FV3 HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test # ########################################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF DEBU suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF DEBU suite results with previous trunk version" export CNTL_DIR=HAFS_v0_HWRF_thompson_debug diff --git a/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson index f149a89a71..07f438fdef 100644 --- a/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson +++ b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson @@ -1,10 +1,10 @@ ########################################################################################### # -# FV3 CCPP HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test +# FV3 HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test # ########################################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF DEBU suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF DEBU suite results with previous trunk version" export CNTL_DIR=ESG_HAFS_v0_HWRF_thompson diff --git a/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug index ae1e8808d7..3dc37d873f 100644 --- a/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug +++ b/tests/tests/fv3_esg_HAFS_v0_hwrf_thompson_debug @@ -1,10 +1,10 @@ ########################################################################################### # -# FV3 CCPP HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test +# FV3 HAFS v0 HWRF with Thompson MP, compiled with 32-bit dynamics in DEBUG mode test # ########################################################################################### -export TEST_DESCR="Compare HAFS 32bit CCPP HWRF DEBU suite results with previous trunk version" +export TEST_DESCR="Compare HAFS 32bit HWRF DEBU suite results with previous trunk version" export CNTL_DIR=ESG_HAFS_v0_HWRF_thompson_debug diff --git a/tests/tests/fv3_regional_natl_c192 b/tests/tests/hafs_regional_atm similarity index 64% rename from tests/tests/fv3_regional_natl_c192 rename to tests/tests/hafs_regional_atm index 13b678ccb4..47382f7bc1 100644 --- a/tests/tests/fv3_regional_natl_c192 +++ b/tests/tests/hafs_regional_atm @@ -1,15 +1,15 @@ ############################################################################### # -# FV3 CCPP regional c192 test for North Atlantic domain +# HAFS regional atmosphere only # ############################################################################### -export TEST_DESCR="Compare FV3 CCPP regional c192 results for North Atlantic domain with previous trunk version" +export TEST_DESCR="Compare HAFS regional atmosphere only results with previous trunk version" -export CNTL_DIR=fv3_regional_natl_c192 +export CNTL_DIR=hafs_regional_atm -export LIST_FILES="atmf024.nc \ - sfcf024.nc \ +export LIST_FILES="atmf006.nc \ + sfcf006.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -20,8 +20,9 @@ export LIST_FILES="atmf024.nc \ export_fv3 -export TASKS=1280 -export WLCLK=180 +export FHMAX=6 +export RESTART_N=${FHMAX} +export TASKS=300 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -29,9 +30,9 @@ export LON1=-116.90 export LAT1=-14.45 export LON2=-7.10 export LAT2=58.45 -export DLON=0.03 -export DLAT=0.03 -export DT_ATMOS=90 +export DLON=0.1 +export DLAT=0.1 +export DT_ATMOS=180 export IDEFLATE=1 export NFHMAX_HF=-1 export NFHOUT_HF=3 @@ -41,22 +42,22 @@ export SDAY=29 export SHOUR=00 export SMONTH=08 export SYEAR=2019 -export WRTTASK_PER_GROUP=80 +export WRTTASK_PER_GROUP=60 export CPLFLX=.false. export CPLWAV=.false. export CPLWAV2ATM=.false. export MERGE_IMPORT=.false. export NSTF_NAME=2,0,0,0,0 -export INPES=40 -export JNPES=30 +export INPES=20 +export JNPES=12 export CMEPS=false export RUNTYPE="startup" export USE_COLDSTART="false" export CCPP_SUITE=FV3_HAFS_v0_gfdlmp_tedmf -export INPUT_NML=input_natl_c192.nml.IN -export NEMS_CONFIGURE="nems.configure.hafs.IN" -export MODEL_CONFIGURE="model_configure_hafsv2.IN" -export FV3_RUN=fv3_regional_natl_run.IN +export INPUT_NML=input_hafs_regional.nml.IN +export MODEL_CONFIGURE="model_configure_hafs_regional.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm.IN" +export FV3_RUN="hafs_regional_run.IN" diff --git a/tests/tests/cpld_regional_natl_c192 b/tests/tests/hafs_regional_atm_ocn similarity index 58% rename from tests/tests/cpld_regional_natl_c192 rename to tests/tests/hafs_regional_atm_ocn index 4b8528ad08..0fd70cd738 100644 --- a/tests/tests/cpld_regional_natl_c192 +++ b/tests/tests/hafs_regional_atm_ocn @@ -1,15 +1,15 @@ ############################################################################### # -# FV3 CCPP regional c192 test for North Atlantic domain +# HAFS regional atmosphere-ocean coupled with HYCOM # ############################################################################### -export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with HYCOM" +export TEST_DESCR="Compare HAFS regional atmosphere-ocean coupled HYCOM results with previous trunk version" -export CNTL_DIR=cpld_regional_natl_c192 +export CNTL_DIR=hafs_regional_atm_ocn -export LIST_FILES="atmf024.nc \ - sfcf024.nc \ +export LIST_FILES="atmf006.nc \ + sfcf006.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -17,14 +17,15 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc" + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.r.2019-08-29-21600.nc" export_fv3 export_cpl_regional -export TASKS=1340 -export WLCLK=180 +export FHMAX=6 +export RESTART_N=${FHMAX} +export TASKS=360 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -32,9 +33,9 @@ export LON1=-116.90 export LAT1=-14.45 export LON2=-7.10 export LAT2=58.45 -export DLON=0.03 -export DLAT=0.03 -export DT_ATMOS=90 +export DLON=0.1 +export DLAT=0.1 +export DT_ATMOS=180 export IDEFLATE=1 export NFHMAX_HF=-1 export NFHOUT_HF=3 @@ -44,29 +45,29 @@ export SDAY=29 export SHOUR=00 export SMONTH=08 export SYEAR=2019 -export WRTTASK_PER_GROUP=80 +export WRTTASK_PER_GROUP=60 export CPLFLX=.true. export CPLWAV=.false. export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export INPES=40 -export JNPES=30 +export INPES=20 +export JNPES=12 export CDEPS_DOCN=false export OCEAN_START_DTG=43340.00000 export atm_model="fv3" export ocn_model="hycom" -export atm_petlist_bounds="0 1279" -export ocn_petlist_bounds="1280 1339" -export med_petlist_bounds="1280 1339" +export atm_petlist_bounds="0000 0299" +export ocn_petlist_bounds="0300 0359" +export med_petlist_bounds="0300 0359" export coupling_interval_sec=360 export MESH_ATM="unset" export CCPP_SUITE=FV3_HAFS_v0_gfdlmp_tedmf_nonsst -export INPUT_NML=input_natl_c192.nml.IN -export MODEL_CONFIGURE=model_configure_hafsv2.IN -export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" -export FV3_RUN="fv3_regional_natl_run.IN hycom_hat10_run.IN" +export INPUT_NML=input_hafs_regional.nml.IN +export MODEL_CONFIGURE="model_configure_hafs_regional.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm_ocn.IN" +export FV3_RUN="hafs_regional_run.IN hycom_hat10_run.IN" diff --git a/tests/tests/datm_cdeps_hycom_era5 b/tests/tests/hafs_regional_datm_cdeps similarity index 65% rename from tests/tests/datm_cdeps_hycom_era5 rename to tests/tests/hafs_regional_datm_cdeps index ef7ba53dca..944e41c916 100644 --- a/tests/tests/datm_cdeps_hycom_era5 +++ b/tests/tests/hafs_regional_datm_cdeps @@ -1,12 +1,12 @@ ############################################################################### # -# DATM_HYCOM_CMEPS TEST +# HAFS regional coupled CDEPS data atmosphere from ERA5 with regional HYCOM # ############################################################################### -export TEST_DESCR="Data atmosphere coupled with regional HYCOM" +export TEST_DESCR="Compare HAFS regional coupled CDEPS data atmosphere from ERA5 with regional HYCOM results with previous trunk version" -export CNTL_DIR="datm_era5_hycom" +export CNTL_DIR="hafs_regional_datm_cdeps" export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ @@ -15,8 +15,9 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ export_cpl_regional export_datm_cdeps_hafs +export FHMAX=24 +export RESTART_N=${FHMAX} export TASKS=120 -export WLCLK=180 export CPLWAV=.false. export OCEAN_START_DTG=43340.00000 export DOCN_CDEPS=false @@ -33,6 +34,6 @@ export DATA_ATM="\"INPUT_DATM/ERA5.TL639.2019.08.200618_subset.nc\" \"INPUT_DATM export ATM_NX_GLB=1440 export ATM_NY_GLB=721 -export MODEL_CONFIGURE="model_configure_hafsv2.IN" -export NEMS_CONFIGURE="nems.configure.cpld.hafs.IN" -export FV3_RUN="cpld_datm_cdeps_era5.IN hycom_hat10_run.IN" +export MODEL_CONFIGURE="model_configure_hafs_regional.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm_ocn.IN" +export FV3_RUN="hafs_datm_cdeps_era5.IN hycom_hat10_run.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_mom6 b/tests/tests/hafs_regional_docn similarity index 58% rename from tests/tests/cpld_regional_natl_c192_docn_mom6 rename to tests/tests/hafs_regional_docn index 62d542ba55..b40a70b2d0 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_mom6 +++ b/tests/tests/hafs_regional_docn @@ -1,15 +1,15 @@ ############################################################################### # -# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with regional data ocean (MOM6) +# HAFS regional coupled with regional data ocean from MOM6 # ############################################################################### -export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with regional data ocean (MOM6)" +export TEST_DESCR="Compare HAFS regional coupled with regional data ocean from MOM6 results with previous trunk version" -export CNTL_DIR=cpld_regional_natl_c192_docn_mom6 +export CNTL_DIR=hafs_regional_docn -export LIST_FILES="atmf024.nc \ - sfcf024.nc \ +export LIST_FILES="atmf006.nc \ + sfcf006.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -17,16 +17,17 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc" + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.r.2019-08-29-21600.nc \ + ufs.hafs.docn.r.2019-08-29-21600.nc" export_fv3 export_cpl_regional export_docn_cdeps_hafs -export TASKS=1340 -export WLCLK=180 +export FHMAX=6 +export RESTART_N=${FHMAX} +export TASKS=360 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -34,9 +35,9 @@ export LON1=-116.90 export LAT1=-14.45 export LON2=-7.10 export LAT2=58.45 -export DLON=0.03 -export DLAT=0.03 -export DT_ATMOS=90 +export DLON=0.1 +export DLAT=0.1 +export DT_ATMOS=180 export IDEFLATE=1 export NFHMAX_HF=-1 export NFHOUT_HF=3 @@ -46,21 +47,21 @@ export SDAY=29 export SHOUR=00 export SMONTH=08 export SYEAR=2019 -export WRTTASK_PER_GROUP=80 +export WRTTASK_PER_GROUP=60 export CPLFLX=.true. export CPLWAV=.false. export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export INPES=40 -export JNPES=30 +export INPES=20 +export JNPES=12 export atm_model="fv3" export ocn_model="docn" -export atm_petlist_bounds="0 1279" -export ocn_petlist_bounds="1280 1339" -export med_petlist_bounds="1280 1339" +export atm_petlist_bounds="0000 0299" +export ocn_petlist_bounds="0300 0359" +export med_petlist_bounds="0300 0359" export coupling_interval_sec=360 export MESH_ATM="unset" @@ -71,7 +72,7 @@ export ocn_nx_global=1135 export ocn_ny_global=633 export CCPP_SUITE=FV3_HAFS_v0_gfdlmp_tedmf_nonsst -export INPUT_NML=input_natl_c192.nml.IN -export MODEL_CONFIGURE=model_configure_hafsv2.IN -export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" -export FV3_RUN="fv3_regional_natl_run.IN cpld_docn_cdeps_mom6.IN" +export INPUT_NML=input_hafs_regional.nml.IN +export MODEL_CONFIGURE="model_configure_hafs_regional.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm_docn.IN" +export FV3_RUN="hafs_regional_run.IN hafs_docn_cdeps_mom6.IN" diff --git a/tests/tests/cpld_regional_natl_c192_docn_oisst b/tests/tests/hafs_regional_docn_oisst similarity index 58% rename from tests/tests/cpld_regional_natl_c192_docn_oisst rename to tests/tests/hafs_regional_docn_oisst index 406a4e9b3f..d9a3a24b31 100644 --- a/tests/tests/cpld_regional_natl_c192_docn_oisst +++ b/tests/tests/hafs_regional_docn_oisst @@ -1,15 +1,15 @@ ############################################################################### # -# FV3 CCPP regional c192 test for North Atlantic domain domain coupled with data ocean (OISST) +# HAFS regional coupled with global data ocean from OISST # ############################################################################### -export TEST_DESCR="FV3 CCPP regional c192 for North Atlantic domain coupled with data ocean (OISST)" +export TEST_DESCR="Compare HAFS regional coupled with global data ocean from OISST results with previous trunk version" -export CNTL_DIR=cpld_regional_natl_c192_docn_oisst +export CNTL_DIR=hafs_regional_docn_oisst -export LIST_FILES="atmf024.nc \ - sfcf024.nc \ +export LIST_FILES="atmf006.nc \ + sfcf006.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -17,16 +17,17 @@ export LIST_FILES="atmf024.nc \ RESTART/fv_tracer.res.tile1.nc \ RESTART/phy_data.nc \ RESTART/sfc_data.nc \ - ufs.hafs.cpl.hi.2019-08-30-00000.nc \ - ufs.hafs.cpl.r.2019-08-30-00000.nc \ - ufs.hafs.docn.r.2019-08-30-00000.nc" + ufs.hafs.cpl.hi.2019-08-29-21600.nc \ + ufs.hafs.cpl.r.2019-08-29-21600.nc \ + ufs.hafs.docn.r.2019-08-29-21600.nc" export_fv3 export_cpl_regional export_docn_cdeps_hafs -export TASKS=1340 -export WLCLK=180 +export FHMAX=6 +export RESTART_N=${FHMAX} +export TASKS=360 export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 @@ -34,9 +35,9 @@ export LON1=-116.90 export LAT1=-14.45 export LON2=-7.10 export LAT2=58.45 -export DLON=0.03 -export DLAT=0.03 -export DT_ATMOS=90 +export DLON=0.1 +export DLAT=0.1 +export DT_ATMOS=180 export IDEFLATE=1 export NFHMAX_HF=-1 export NFHOUT_HF=3 @@ -46,21 +47,21 @@ export SDAY=29 export SHOUR=00 export SMONTH=08 export SYEAR=2019 -export WRTTASK_PER_GROUP=80 +export WRTTASK_PER_GROUP=60 export CPLFLX=.true. export CPLWAV=.false. export CPLWAV2ATM=.false. export MERGE_IMPORT=.true. export NSTF_NAME=0,0,0,0,0 -export INPES=40 -export JNPES=30 +export INPES=20 +export JNPES=12 export atm_model="fv3" export ocn_model="docn" -export atm_petlist_bounds="0 1279" -export ocn_petlist_bounds="1280 1339" -export med_petlist_bounds="1280 1339" +export atm_petlist_bounds="0000 0299" +export ocn_petlist_bounds="0300 0359" +export med_petlist_bounds="0300 0359" export coupling_interval_sec=360 export MESH_ATM="unset" @@ -71,7 +72,7 @@ export ocn_nx_global=1440 export ocn_ny_global=720 export CCPP_SUITE=FV3_HAFS_v0_gfdlmp_tedmf_nonsst -export INPUT_NML=input_natl_c192.nml.IN -export MODEL_CONFIGURE=model_configure_hafsv2.IN -export NEMS_CONFIGURE="nems.configure.cpld.hafs_docn.IN" -export FV3_RUN="fv3_regional_natl_run.IN cpld_docn_cdeps_oisst.IN" +export INPUT_NML=input_hafs_regional.nml.IN +export MODEL_CONFIGURE="model_configure_hafs_regional.IN" +export NEMS_CONFIGURE="nems.configure.hafs_atm_docn.IN" +export FV3_RUN="hafs_regional_run.IN hafs_docn_cdeps_oisst.IN" From 7c7b4f3ca1238be98f18bbfa8dfd96ea957ed59d Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 3 Aug 2021 20:29:31 -0500 Subject: [PATCH 255/271] Update the export_hafs_* in tests/default_vars.sh and tests/tests/hafs_regional*. --- tests/default_vars.sh | 8 ++++---- tests/tests/hafs_regional_atm_ocn | 2 +- tests/tests/hafs_regional_datm_cdeps | 4 ++-- tests/tests/hafs_regional_docn | 4 ++-- tests/tests/hafs_regional_docn_oisst | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index d3d46b12ff..40ddab4a71 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1008,7 +1008,7 @@ export TFREEZE_OPTION='linear_salt' export BL_SUFFIX="" export RT_SUFFIX="" } -export_datm_cdeps_hafs () +export_hafs_datm_cdeps () { export FV3=false export S2S=false @@ -1017,7 +1017,7 @@ export DATM_CDEPS=true export DATM_NEMS=false export DOCN_CDEPS=false export THRD=1 -export WLCLK=$WLCLK_dflt +export WLCLK=30 export INPES=$INPES_dflt export JNPES=$JNPES_dflt export TASKS=$TASKS_dflt @@ -1028,7 +1028,7 @@ export atm_model="datm" export DATM_IN_CONFIGURE="datm_in" export DATM_STREAM_CONFIGURE="hafs_datm.streams.era5.IN" } -export_docn_cdeps_hafs () +export_hafs_docn_cdeps () { export FV3=true export S2S=false @@ -1047,7 +1047,7 @@ export ocn_datamode="sstdata" export DOCN_IN_CONFIGURE="docn_in" export DOCN_STREAM_CONFIGURE="hafs_docn.streams.IN" } -export_cpl_regional () +export_hafs_regional () { export FV3=true export S2S=false diff --git a/tests/tests/hafs_regional_atm_ocn b/tests/tests/hafs_regional_atm_ocn index 0fd70cd738..be22b7baf9 100644 --- a/tests/tests/hafs_regional_atm_ocn +++ b/tests/tests/hafs_regional_atm_ocn @@ -21,7 +21,7 @@ export LIST_FILES="atmf006.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc" export_fv3 -export_cpl_regional +export_hafs_regional export FHMAX=6 export RESTART_N=${FHMAX} diff --git a/tests/tests/hafs_regional_datm_cdeps b/tests/tests/hafs_regional_datm_cdeps index 944e41c916..51fb9af852 100644 --- a/tests/tests/hafs_regional_datm_cdeps +++ b/tests/tests/hafs_regional_datm_cdeps @@ -12,8 +12,8 @@ export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ ufs.hafs.datm.r.2019-08-30-00000.nc" -export_cpl_regional -export_datm_cdeps_hafs +export_hafs_regional +export_hafs_datm_cdeps export FHMAX=24 export RESTART_N=${FHMAX} diff --git a/tests/tests/hafs_regional_docn b/tests/tests/hafs_regional_docn index b40a70b2d0..494167fdc4 100644 --- a/tests/tests/hafs_regional_docn +++ b/tests/tests/hafs_regional_docn @@ -22,8 +22,8 @@ export LIST_FILES="atmf006.nc \ ufs.hafs.docn.r.2019-08-29-21600.nc" export_fv3 -export_cpl_regional -export_docn_cdeps_hafs +export_hafs_regional +export_hafs_docn_cdeps export FHMAX=6 export RESTART_N=${FHMAX} diff --git a/tests/tests/hafs_regional_docn_oisst b/tests/tests/hafs_regional_docn_oisst index d9a3a24b31..9c5edb4e08 100644 --- a/tests/tests/hafs_regional_docn_oisst +++ b/tests/tests/hafs_regional_docn_oisst @@ -22,8 +22,8 @@ export LIST_FILES="atmf006.nc \ ufs.hafs.docn.r.2019-08-29-21600.nc" export_fv3 -export_cpl_regional -export_docn_cdeps_hafs +export_hafs_regional +export_hafs_docn_cdeps export FHMAX=6 export RESTART_N=${FHMAX} From 8040fec55338677f5199ef2d2fcbf8cd8cb3fd1e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 3 Aug 2021 21:56:51 -0500 Subject: [PATCH 256/271] Update new added HAFS regression tests and three HAFS build modes (HAFS|HAFSW|HAFS-ALL). --- CMakeLists.txt | 2 +- cmake/configure_apps.cmake | 11 +++++++---- tests/rt.conf | 13 +++++++++++++ tests/rt_hafs.conf | 2 +- tests/tests/hafs_regional_atm | 1 + tests/tests/hafs_regional_atm_ocn | 1 - tests/tests/hafs_regional_docn | 1 - tests/tests/hafs_regional_docn_oisst | 1 - 8 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ec4095ac2..90d1993a0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules/Modules) ############################################################################### # Valid applications and choices -list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFS_CDEPS NG-GODAS NG-GODAS-NEMSDATM) +list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFSW HAFS-ALL NG-GODAS NG-GODAS-NEMSDATM) set(APP NONE CACHE BOOL "Application Name") if(NOT (APP IN_LIST VALID_APPS)) message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index c3ba1ec1a1..5cf4cb5d68 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -54,17 +54,20 @@ if(APP MATCHES "^(S2S|S2SW)$") endif() endif() -if(APP MATCHES "^(HAFS|HAFS_CDEPS)$") +if(APP MATCHES "^(HAFS|HAFSW|HAFS-ALL)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) - if(APP MATCHES "^(HAFS_CDEPS)$") - set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + if(APP MATCHES "^(HAFS-ALL)$") + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) message("Configuring UFS app in HAFS with CDEPS mode") endif() set(FMS ON CACHE BOOL "Enable FMS" FORCE) set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) set(HYCOM ON CACHE BOOL "Enable HYCOM" FORCE) - set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + if(APP MATCHES "^(HAFSW|HAFS-ALL)$") + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + message("Configuring UFS app in HAFS with Waves mode") + endif() endif() if(APP MATCHES "^(ATMAERO)$") diff --git a/tests/rt.conf b/tests/rt.conf index ec4ac1ebf1..f4eb200d3d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -145,6 +145,19 @@ RUN | fv3_esg_HAFS_v0_hwrf_thompson_debug #COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_2017_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | #RUN | fv3_multigases_debug | | fv3 | +################################################################################################################################################################################### +# HAFS tests # +################################################################################################################################################################################### + +COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | +RUN | hafs_regional_atm | | fv3 | +RUN | hafs_regional_atm_ocn | | fv3 | + +COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 | +RUN | hafs_regional_docn | - wcoss_cray | fv3 | +RUN | hafs_regional_docn_oisst | - wcoss_cray | fv3 | +RUN | hafs_regional_datm_cdeps | - wcoss_cray | fv3 | + ################################################################################################################################################################################### # NEMS Data Atmosphere tests # ################################################################################################################################################################################### diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf index 160af684bf..857778476c 100644 --- a/tests/rt_hafs.conf +++ b/tests/rt_hafs.conf @@ -6,7 +6,7 @@ COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_t RUN | hafs_regional_atm | | fv3 | RUN | hafs_regional_atm_ocn | | fv3 | -COMPILE | -DAPP=HAFS_CDEPS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 | +COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 | RUN | hafs_regional_docn | - wcoss_cray | fv3 | RUN | hafs_regional_docn_oisst | - wcoss_cray | fv3 | RUN | hafs_regional_datm_cdeps | - wcoss_cray | fv3 | diff --git a/tests/tests/hafs_regional_atm b/tests/tests/hafs_regional_atm index 47382f7bc1..dcd38d8038 100644 --- a/tests/tests/hafs_regional_atm +++ b/tests/tests/hafs_regional_atm @@ -24,6 +24,7 @@ export FHMAX=6 export RESTART_N=${FHMAX} export TASKS=300 export THRD=2 +export TPN=$TPN_thrd export CEN_LON=-62.0 export CEN_LAT=22.0 export LON1=-116.90 diff --git a/tests/tests/hafs_regional_atm_ocn b/tests/tests/hafs_regional_atm_ocn index be22b7baf9..a5647d2ddb 100644 --- a/tests/tests/hafs_regional_atm_ocn +++ b/tests/tests/hafs_regional_atm_ocn @@ -26,7 +26,6 @@ export_hafs_regional export FHMAX=6 export RESTART_N=${FHMAX} export TASKS=360 -export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 export LON1=-116.90 diff --git a/tests/tests/hafs_regional_docn b/tests/tests/hafs_regional_docn index 494167fdc4..7301d1e464 100644 --- a/tests/tests/hafs_regional_docn +++ b/tests/tests/hafs_regional_docn @@ -28,7 +28,6 @@ export_hafs_docn_cdeps export FHMAX=6 export RESTART_N=${FHMAX} export TASKS=360 -export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 export LON1=-116.90 diff --git a/tests/tests/hafs_regional_docn_oisst b/tests/tests/hafs_regional_docn_oisst index 9c5edb4e08..75700cdbc8 100644 --- a/tests/tests/hafs_regional_docn_oisst +++ b/tests/tests/hafs_regional_docn_oisst @@ -28,7 +28,6 @@ export_hafs_docn_cdeps export FHMAX=6 export RESTART_N=${FHMAX} export TASKS=360 -export THRD=2 export CEN_LON=-62.0 export CEN_LAT=22.0 export LON1=-116.90 From 45d7ade7a11dbba635484bab962c1a25d11fdf2b Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Tue, 3 Aug 2021 22:35:58 -0500 Subject: [PATCH 257/271] Take out the FV3 restart files from the new added HAFS related RT baseline to save disk space. --- tests/tests/hafs_regional_atm | 9 +-------- tests/tests/hafs_regional_atm_ocn | 7 ------- tests/tests/hafs_regional_datm_cdeps | 2 +- tests/tests/hafs_regional_docn | 7 ------- tests/tests/hafs_regional_docn_oisst | 7 ------- 5 files changed, 2 insertions(+), 30 deletions(-) diff --git a/tests/tests/hafs_regional_atm b/tests/tests/hafs_regional_atm index dcd38d8038..df54485acb 100644 --- a/tests/tests/hafs_regional_atm +++ b/tests/tests/hafs_regional_atm @@ -9,14 +9,7 @@ export TEST_DESCR="Compare HAFS regional atmosphere only results with previous t export CNTL_DIR=hafs_regional_atm export LIST_FILES="atmf006.nc \ - sfcf006.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc" + sfcf006.nc" export_fv3 diff --git a/tests/tests/hafs_regional_atm_ocn b/tests/tests/hafs_regional_atm_ocn index a5647d2ddb..5ea8faa98b 100644 --- a/tests/tests/hafs_regional_atm_ocn +++ b/tests/tests/hafs_regional_atm_ocn @@ -10,13 +10,6 @@ export CNTL_DIR=hafs_regional_atm_ocn export LIST_FILES="atmf006.nc \ sfcf006.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ ufs.hafs.cpl.hi.2019-08-29-21600.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc" diff --git a/tests/tests/hafs_regional_datm_cdeps b/tests/tests/hafs_regional_datm_cdeps index 51fb9af852..71e646d03f 100644 --- a/tests/tests/hafs_regional_datm_cdeps +++ b/tests/tests/hafs_regional_datm_cdeps @@ -6,7 +6,7 @@ export TEST_DESCR="Compare HAFS regional coupled CDEPS data atmosphere from ERA5 with regional HYCOM results with previous trunk version" -export CNTL_DIR="hafs_regional_datm_cdeps" +export CNTL_DIR=hafs_regional_datm_cdeps export LIST_FILES="ufs.hafs.cpl.hi.2019-08-30-00000.nc \ ufs.hafs.cpl.r.2019-08-30-00000.nc \ diff --git a/tests/tests/hafs_regional_docn b/tests/tests/hafs_regional_docn index 7301d1e464..a2ff49b9c8 100644 --- a/tests/tests/hafs_regional_docn +++ b/tests/tests/hafs_regional_docn @@ -10,13 +10,6 @@ export CNTL_DIR=hafs_regional_docn export LIST_FILES="atmf006.nc \ sfcf006.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ ufs.hafs.cpl.hi.2019-08-29-21600.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc \ ufs.hafs.docn.r.2019-08-29-21600.nc" diff --git a/tests/tests/hafs_regional_docn_oisst b/tests/tests/hafs_regional_docn_oisst index 75700cdbc8..410060a15e 100644 --- a/tests/tests/hafs_regional_docn_oisst +++ b/tests/tests/hafs_regional_docn_oisst @@ -10,13 +10,6 @@ export CNTL_DIR=hafs_regional_docn_oisst export LIST_FILES="atmf006.nc \ sfcf006.nc \ - RESTART/coupler.res \ - RESTART/fv_core.res.nc \ - RESTART/fv_core.res.tile1.nc \ - RESTART/fv_srf_wnd.res.tile1.nc \ - RESTART/fv_tracer.res.tile1.nc \ - RESTART/phy_data.nc \ - RESTART/sfc_data.nc \ ufs.hafs.cpl.hi.2019-08-29-21600.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc \ ufs.hafs.docn.r.2019-08-29-21600.nc" From c55ccbe81e4c0b54bf29b7c88cc8a4a40e569601 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 4 Aug 2021 12:07:57 -0500 Subject: [PATCH 258/271] Update RegressionTests_orion.intel.log. --- tests/RegressionTests_orion.intel.log | 598 ++++++++++++++------------ 1 file changed, 332 insertions(+), 266 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 94deac2ce5..7ed9d8af14 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,26 +1,28 @@ -Thu Jul 29 12:17:14 CDT 2021 +Wed Aug 4 09:48:07 CDT 2021 Start Regression test -Compile 001 elapsed time 697 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 659 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 172 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 516 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 579 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 533 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 550 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 542 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 147 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 151 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 136 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 152 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 190 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 94 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 190 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 016 elapsed time 102 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 540 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 666 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 703 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 472 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 583 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 638 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 591 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 621 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 589 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 320 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 382 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 162 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 218 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 568 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 588 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 200 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 016 elapsed time 109 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 210 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 018 elapsed time 113 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 555 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,13 +72,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 99.422707 + 0: The total amount of wall time = 104.874043 Test 001 cpld_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -126,13 +128,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 62.898283 + 0: The total amount of wall time = 70.436971 Test 002 cpld_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -182,13 +184,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 106.996265 + 0: The total amount of wall time = 116.307855 Test 003 cpld_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_decomp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_decomp Checking test 004 cpld_decomp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -238,13 +240,13 @@ Checking test 004 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 104.667716 + 0: The total amount of wall time = 101.908873 Test 004 cpld_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_ca -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_ca +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_ca Checking test 005 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -294,13 +296,13 @@ Checking test 005 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 102.956841 + 0: The total amount of wall time = 103.523952 Test 005 cpld_ca PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_control_c192 Checking test 006 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -350,13 +352,13 @@ Checking test 006 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 406.575216 + 0: The total amount of wall time = 390.885959 Test 006 cpld_control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_restart_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_restart_c192 Checking test 007 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -406,13 +408,13 @@ Checking test 007 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 268.261756 + 0: The total amount of wall time = 273.946678 Test 007 cpld_restart_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_control_c384 Checking test 008 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -465,13 +467,13 @@ Checking test 008 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 755.830177 + 0: The total amount of wall time = 785.347637 Test 008 cpld_control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_restart_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_restart_c384 Checking test 009 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -524,13 +526,13 @@ Checking test 009 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 421.625869 + 0: The total amount of wall time = 425.827674 Test 009 cpld_restart_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_bmark_v16 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_bmark_v16 Checking test 010 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -573,13 +575,13 @@ Checking test 010 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 724.110194 + 0: The total amount of wall time = 641.702298 Test 010 cpld_bmark_v16 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_restart_bmark_v16 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_restart_bmark_v16 Checking test 011 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -622,13 +624,13 @@ Checking test 011 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 342.412605 + 0: The total amount of wall time = 354.111456 Test 011 cpld_restart_bmark_v16 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16_nsst -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_bmark_v16_nsst +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_bmark_v16_nsst Checking test 012 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -671,13 +673,13 @@ Checking test 012 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 651.566723 + 0: The total amount of wall time = 717.313774 Test 012 cpld_bmark_v16_nsst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_bmark_wave_v16 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_bmark_wave_v16 Checking test 013 cpld_bmark_wave_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -722,13 +724,13 @@ Checking test 013 cpld_bmark_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 667.015126 + 0: The total amount of wall time = 689.383508 Test 013 cpld_bmark_wave_v16 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16_p7b -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_bmark_wave_v16_p7b +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_bmark_wave_v16_p7b Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -773,13 +775,13 @@ Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 747.675380 + 0: The total amount of wall time = 779.098210 Test 014 cpld_bmark_wave_v16_p7b PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_wave -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_control_wave +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_control_wave Checking test 015 cpld_control_wave results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -832,13 +834,13 @@ Checking test 015 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK - 0: The total amount of wall time = 119.815756 + 0: The total amount of wall time = 133.409225 Test 015 cpld_control_wave PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/cpld_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/cpld_debug Checking test 016 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -888,13 +890,13 @@ Checking test 016 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 301.880998 + 0: The total amount of wall time = 305.829367 Test 016 cpld_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control Checking test 017 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -941,13 +943,13 @@ Checking test 017 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.653670 + 0: The total amount of wall time = 168.345766 Test 017 control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_decomp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_decomp Checking test 018 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -990,13 +992,13 @@ Checking test 018 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.783094 + 0: The total amount of wall time = 165.670944 Test 018 control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1039,13 +1041,13 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.913736 + 0: The total amount of wall time = 170.470963 Test 019 control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1084,13 +1086,13 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 68.222597 + 0: The total amount of wall time = 72.069937 Test 020 control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_fhzero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1133,13 +1135,13 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.823531 + 0: The total amount of wall time = 161.439431 Test 021 control_fhzero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_CubedSphereGrid +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1166,13 +1168,13 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 128.249072 + 0: The total amount of wall time = 147.224701 Test 022 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1183,13 +1185,13 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 186.404942 + 0: The total amount of wall time = 232.941741 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1200,13 +1202,13 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 467.395929 + 0: The total amount of wall time = 471.113498 Test 024 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1217,13 +1219,13 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 771.025878 + 0: The total amount of wall time = 776.869996 Test 025 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_c384gdas +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1266,13 +1268,13 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 625.090400 + 0: The total amount of wall time = 664.056993 Test 026 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1283,26 +1285,26 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 112.362760 + 0: The total amount of wall time = 122.112592 Test 027 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_stochy_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 65.251138 + 0: The total amount of wall time = 62.986776 Test 028 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ca +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ca Checking test 029 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,13 +1315,13 @@ Checking test 029 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 113.653117 + 0: The total amount of wall time = 137.259469 Test 029 control_ca PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_lndp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1330,13 +1332,13 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 118.735434 + 0: The total amount of wall time = 137.661071 Test 030 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_lheatstrg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_lheatstrg Checking test 031 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1347,13 +1349,13 @@ Checking test 031 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 159.619261 + 0: The total amount of wall time = 161.086329 Test 031 control_lheatstrg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lseaspray -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_lseaspray +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_lseaspray Checking test 032 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1364,13 +1366,13 @@ Checking test 032 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 164.233670 + 0: The total amount of wall time = 178.255150 Test 032 control_lseaspray PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_merra2 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_merra2 Checking test 033 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1381,13 +1383,13 @@ Checking test 033 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 239.069340 + 0: The total amount of wall time = 242.986716 Test 033 control_merra2 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_rrtmgp Checking test 034 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1398,13 +1400,13 @@ Checking test 034 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 204.627833 + 0: The total amount of wall time = 212.489759 Test 034 control_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_csawmg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_csawmg Checking test 035 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1415,13 +1417,13 @@ Checking test 035 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 314.735585 + 0: The total amount of wall time = 328.920365 Test 035 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_csawmgt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_csawmgt Checking test 036 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1432,13 +1434,13 @@ Checking test 036 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 377.146570 + 0: The total amount of wall time = 390.512027 Test 036 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_flake -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_flake +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_flake Checking test 037 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1449,13 +1451,13 @@ Checking test 037 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 233.834298 + 0: The total amount of wall time = 241.816499 Test 037 control_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ugwpv1 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ugwpv1 Checking test 038 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1466,13 +1468,13 @@ Checking test 038 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 195.362857 + 0: The total amount of wall time = 200.611837 Test 038 control_ugwpv1 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ras +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ras Checking test 039 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1483,13 +1485,13 @@ Checking test 039 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 186.707318 + 0: The total amount of wall time = 190.389895 Test 039 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_thompson Checking test 040 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1500,13 +1502,13 @@ Checking test 040 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 211.787547 + 0: The total amount of wall time = 214.432399 Test 040 control_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_thompson_no_aero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_thompson_no_aero Checking test 041 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1517,13 +1519,13 @@ Checking test 041 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 201.239146 + 0: The total amount of wall time = 207.501771 Test 041 control_thompson_no_aero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_noahmp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_noahmp Checking test 042 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1534,13 +1536,13 @@ Checking test 042 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.550013 + 0: The total amount of wall time = 187.115652 Test 042 control_noahmp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_control Checking test 043 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1548,25 +1550,25 @@ Checking test 043 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 292.576145 + 0: The total amount of wall time = 292.718881 Test 043 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_restart -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_restart Checking test 044 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK - 0: The total amount of wall time = 161.149585 + 0: The total amount of wall time = 163.989382 Test 044 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_quilt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_quilt Checking test 045 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1577,13 +1579,13 @@ Checking test 045 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 307.549684 + 0: The total amount of wall time = 309.733564 Test 045 regional_quilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_quilt_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_quilt_2threads Checking test 046 regional_quilt_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1594,13 +1596,13 @@ Checking test 046 regional_quilt_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 217.827806 + 0: The total amount of wall time = 227.777722 Test 046 regional_quilt_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_hafs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_quilt_hafs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_quilt_hafs Checking test 047 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1609,27 +1611,27 @@ Checking test 047 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 310.438304 + 0: The total amount of wall time = 302.109417 Test 047 regional_quilt_hafs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_quilt_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_quilt_netcdf_parallel Checking test 048 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 303.875956 + 0: The total amount of wall time = 308.255416 Test 048 regional_quilt_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_RRTMGP -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_quilt_RRTMGP +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_quilt_RRTMGP Checking test 049 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1640,13 +1642,13 @@ Checking test 049 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 392.273847 + 0: The total amount of wall time = 396.277987 Test 049 regional_quilt_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_gsd +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_gsd Checking test 050 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1735,13 +1737,13 @@ Checking test 050 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.867018 + 0: The total amount of wall time = 237.799060 Test 050 fv3_gsd PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_rrfs_v1alpha +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_rrfs_v1alpha Checking test 051 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1806,13 +1808,13 @@ Checking test 051 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 98.862528 + 0: The total amount of wall time = 100.427656 Test 051 fv3_rrfs_v1alpha PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rap -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_rap +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_rap Checking test 052 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1877,13 +1879,13 @@ Checking test 052 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 96.609531 + 0: The total amount of wall time = 93.780146 Test 052 fv3_rap PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_hrrr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_hrrr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_hrrr Checking test 053 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1948,13 +1950,13 @@ Checking test 053 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 93.161114 + 0: The total amount of wall time = 95.423118 Test 053 fv3_hrrr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_rrfs_v1beta +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_rrfs_v1beta Checking test 054 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2019,13 +2021,13 @@ Checking test 054 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 94.947706 + 0: The total amount of wall time = 98.886850 Test 054 fv3_rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_HAFS_v0_hwrf_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_HAFS_v0_hwrf_thompson Checking test 055 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2090,13 +2092,13 @@ Checking test 055 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 148.337460 + 0: The total amount of wall time = 148.920846 Test 055 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_esg_HAFS_v0_hwrf_thompson Checking test 056 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2111,39 +2113,39 @@ Checking test 056 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 289.238727 + 0: The total amount of wall time = 292.174564 Test 056 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_debug Checking test 057 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 157.621540 + 0: The total amount of wall time = 172.614398 Test 057 control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_2threads_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_2threads_debug Checking test 058 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 231.229284 + 0: The total amount of wall time = 235.982297 Test 058 control_2threads_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2170,221 +2172,221 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 168.727764 + 0: The total amount of wall time = 178.561431 Test 059 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 167.331620 + 0: The total amount of wall time = 181.022039 Test 060 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_stochy_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_stochy_debug Checking test 061 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 181.470737 + 0: The total amount of wall time = 206.932252 Test 061 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ca_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ca_debug Checking test 062 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.665325 + 0: The total amount of wall time = 187.223085 Test 062 control_ca_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_lndp_debug Checking test 063 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.252186 + 0: The total amount of wall time = 168.070891 Test 063 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_lheatstrg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_lheatstrg_debug Checking test 064 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.709903 + 0: The total amount of wall time = 170.018707 Test 064 control_lheatstrg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_merra2_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_merra2_debug Checking test 065 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 242.080716 + 0: The total amount of wall time = 262.862355 Test 065 control_merra2_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_rrtmgp_debug Checking test 066 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.868884 + 0: The total amount of wall time = 180.199191 Test 066 control_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_csawmg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_csawmg_debug Checking test 067 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.884655 + 0: The total amount of wall time = 309.333427 Test 067 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_csawmgt_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_csawmgt_debug Checking test 068 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 312.077429 + 0: The total amount of wall time = 322.736400 Test 068 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ugwpv1_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ugwpv1_debug Checking test 069 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.137680 + 0: The total amount of wall time = 175.346410 Test 069 control_ugwpv1_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_ras_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.487143 + 0: The total amount of wall time = 176.947823 Test 070 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_noahmp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_noahmp_debug Checking test 071 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.340180 + 0: The total amount of wall time = 179.823000 Test 071 control_noahmp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_diag_debug Checking test 072 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.896542 + 0: The total amount of wall time = 189.031311 Test 072 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 183.107384 + 0: The total amount of wall time = 182.815991 Test 073 control_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.935984 + 0: The total amount of wall time = 184.384567 Test 074 control_thompson_no_aero_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_thompson_extdiag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 199.330112 + 0: The total amount of wall time = 212.225976 Test 075 control_thompson_extdiag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/regional_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/regional_control_debug Checking test 076 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2392,13 +2394,13 @@ Checking test 076 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 243.509218 + 0: The total amount of wall time = 241.537986 Test 076 regional_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_gsd_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_gsd_debug Checking test 077 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2463,13 +2465,13 @@ Checking test 077 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 255.882091 + 0: The total amount of wall time = 257.466620 Test 077 fv3_gsd_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_gsd_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_gsd_diag_debug Checking test 078 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2496,13 +2498,13 @@ Checking test 078 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 468.478952 + 0: The total amount of wall time = 481.070962 Test 078 fv3_gsd_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_rrfs_v1beta_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_rrfs_v1beta_debug Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2567,13 +2569,13 @@ Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 209.188361 + 0: The total amount of wall time = 205.819414 Test 079 fv3_rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_rrfs_v1alpha_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_rrfs_v1alpha_debug Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2638,13 +2640,13 @@ Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 209.867940 + 0: The total amount of wall time = 210.051569 Test 080 fv3_rrfs_v1alpha_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_HAFS_v0_hwrf_thompson_debug Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2709,13 +2711,13 @@ Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 221.265461 + 0: The total amount of wall time = 259.989457 Test 081 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2730,86 +2732,150 @@ Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 404.566387 + 0: The total amount of wall time = 405.710966 Test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/hafs_regional_atm +Checking test 083 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 261.922540 + +Test 083 hafs_regional_atm PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/hafs_regional_atm_ocn +Checking test 084 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 375.766576 + +Test 084 hafs_regional_atm_ocn PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/hafs_regional_docn +Checking test 085 hafs_regional_docn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 344.639243 + +Test 085 hafs_regional_docn PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/hafs_regional_docn_oisst +Checking test 086 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 336.490847 + +Test 086 hafs_regional_docn_oisst PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/hafs_regional_datm_cdeps +Checking test 087 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + + 0: The total amount of wall time = 933.170565 + +Test 087 hafs_regional_datm_cdeps PASS + + baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_control_cfsr -Checking test 083 datm_control_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_control_cfsr +Checking test 088 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 101.362519 + 0: The total amount of wall time = 104.409793 -Test 083 datm_control_cfsr PASS +Test 088 datm_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_restart_cfsr -Checking test 084 datm_restart_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_restart_cfsr +Checking test 089 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 74.082002 + 0: The total amount of wall time = 69.392980 -Test 084 datm_restart_cfsr PASS +Test 089 datm_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_control_gefs -Checking test 085 datm_control_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_control_gefs +Checking test 090 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 103.092100 + 0: The total amount of wall time = 100.623178 -Test 085 datm_control_gefs PASS +Test 090 datm_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_iau_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_control_iau_gefs -Checking test 086 datm_control_iau_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_control_iau_gefs +Checking test 091 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 103.162431 + 0: The total amount of wall time = 95.445375 -Test 086 datm_control_iau_gefs PASS +Test 091 datm_control_iau_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_bulk_cfsr -Checking test 087 datm_bulk_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_bulk_cfsr +Checking test 092 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 98.158130 + 0: The total amount of wall time = 100.034398 -Test 087 datm_bulk_cfsr PASS +Test 092 datm_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_bulk_gefs -Checking test 088 datm_bulk_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_bulk_gefs +Checking test 093 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 96.418221 + 0: The total amount of wall time = 93.017739 -Test 088 datm_bulk_gefs PASS +Test 093 datm_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_mx025_cfsr -Checking test 089 datm_mx025_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_mx025_cfsr +Checking test 094 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2817,14 +2883,14 @@ Checking test 089 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 351.493894 + 0: The total amount of wall time = 341.227199 -Test 089 datm_mx025_cfsr PASS +Test 094 datm_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_mx025_gefs -Checking test 090 datm_mx025_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_mx025_gefs +Checking test 095 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2832,86 +2898,86 @@ Checking test 090 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 343.476740 + 0: The total amount of wall time = 335.869449 -Test 090 datm_mx025_gefs PASS +Test 095 datm_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_debug_cfsr -Checking test 091 datm_debug_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_debug_cfsr +Checking test 096 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 278.959151 + 0: The total amount of wall time = 273.300737 -Test 091 datm_debug_cfsr PASS +Test 096 datm_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_control_cfsr -Checking test 092 datm_cdeps_control_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_control_cfsr +Checking test 097 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.743874 + 0: The total amount of wall time = 148.183425 -Test 092 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_restart_cfsr -Checking test 093 datm_cdeps_restart_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_restart_cfsr +Checking test 098 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 95.710364 + 0: The total amount of wall time = 96.850808 -Test 093 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_control_gefs -Checking test 094 datm_cdeps_control_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.272864 + 0: The total amount of wall time = 147.993701 -Test 094 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_bulk_cfsr -Checking test 095 datm_cdeps_bulk_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_bulk_cfsr +Checking test 100 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.023438 + 0: The total amount of wall time = 152.618682 -Test 095 datm_cdeps_bulk_cfsr PASS +Test 100 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_bulk_gefs -Checking test 096 datm_cdeps_bulk_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_bulk_gefs +Checking test 101 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 151.367990 + 0: The total amount of wall time = 150.148162 -Test 096 datm_cdeps_bulk_gefs PASS +Test 101 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_mx025_cfsr -Checking test 097 datm_cdeps_mx025_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_mx025_cfsr +Checking test 102 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2919,14 +2985,14 @@ Checking test 097 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 346.653740 + 0: The total amount of wall time = 346.810686 -Test 097 datm_cdeps_mx025_cfsr PASS +Test 102 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_mx025_gefs -Checking test 098 datm_cdeps_mx025_gefs results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_mx025_gefs +Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2934,36 +3000,36 @@ Checking test 098 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 337.069121 + 0: The total amount of wall time = 355.975609 -Test 098 datm_cdeps_mx025_gefs PASS +Test 103 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_multiple_files_cfsr -Checking test 099 datm_cdeps_multiple_files_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_multiple_files_cfsr +Checking test 104 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 147.923976 + 0: The total amount of wall time = 148.443261 -Test 099 datm_cdeps_multiple_files_cfsr PASS +Test 104 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/datm_cdeps_debug_cfsr -Checking test 100 datm_cdeps_debug_cfsr results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/datm_cdeps_debug_cfsr +Checking test 105 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 451.930668 + 0: The total amount of wall time = 444.727696 -Test 100 datm_cdeps_debug_cfsr PASS +Test 105 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atmwav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_atmwav -Checking test 101 control_atmwav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_atmwav +Checking test 106 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3006,14 +3072,14 @@ Checking test 101 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 151.019251 + 0: The total amount of wall time = 150.250666 -Test 101 control_atmwav PASS +Test 106 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_291980/control_c384gdas_wav -Checking test 102 control_c384gdas_wav results .... +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_196274/control_c384gdas_wav +Checking test 107 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3058,11 +3124,11 @@ Checking test 102 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 727.684849 + 0: The total amount of wall time = 761.264660 -Test 102 control_c384gdas_wav PASS +Test 107 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 19:19:18 CDT 2021 -Elapsed time: 07h:02m:05s. Have a nice day! +Wed Aug 4 10:49:23 CDT 2021 +Elapsed time: 01h:01m:17s. Have a nice day! From 5b543f5666c08774ec7e8e6b25cb3480af3a49f1 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 4 Aug 2021 17:12:27 +0000 Subject: [PATCH 259/271] Update RegressionTests_hera.gnu.log. --- tests/RegressionTests_hera.gnu.log | 146 ++++++++++++++--------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 1642fba5e3..c860e8b728 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,17 +1,17 @@ -Thu Jul 29 16:27:48 UTC 2021 +Wed Aug 4 15:17:03 UTC 2021 Start Regression test -Compile 001 elapsed time 179 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 181 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 88 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 178 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 175 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 172 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 88 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile 006 elapsed time 196 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 007 elapsed time 103 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 008 elapsed time 102 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 91 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,13 +58,13 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 852.817738 + 0: The total amount of wall time = 834.510554 Test 001 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -103,13 +103,13 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 396.376946 + 0: The total amount of wall time = 414.424756 Test 002 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_stochy Checking test 003 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -120,13 +120,13 @@ Checking test 003 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 653.563622 + 0: The total amount of wall time = 654.033186 Test 003 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_flake Checking test 004 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -137,13 +137,13 @@ Checking test 004 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1486.575867 + 0: The total amount of wall time = 1438.830602 Test 004 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_rrtmgp Checking test 005 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -154,13 +154,13 @@ Checking test 005 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 955.307267 + 0: The total amount of wall time = 872.683744 Test 005 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -171,13 +171,13 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1095.578069 + 0: The total amount of wall time = 1012.196011 Test 006 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -188,13 +188,13 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1064.620388 + 0: The total amount of wall time = 993.267052 Test 007 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_ugwpv1 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_ugwpv1 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_ugwpv1 Checking test 008 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -205,13 +205,13 @@ Checking test 008 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1020.566106 + 0: The total amount of wall time = 959.877068 Test 008 control_ugwpv1 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -222,13 +222,13 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 852.593607 + 0: The total amount of wall time = 827.869650 Test 009 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_gsd +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_gsd Checking test 010 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -317,13 +317,13 @@ Checking test 010 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1123.195962 + 0: The total amount of wall time = 1080.119589 Test 010 fv3_gsd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1alpha -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_rrfs_v1alpha +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_rrfs_v1alpha Checking test 011 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -388,13 +388,13 @@ Checking test 011 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 382.361647 + 0: The total amount of wall time = 387.191663 Test 011 fv3_rrfs_v1alpha PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_rrfs_v1beta Checking test 012 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -459,13 +459,13 @@ Checking test 012 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 373.248073 + 0: The total amount of wall time = 378.174643 Test 012 fv3_rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/HAFS_v0_HWRF_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_HAFS_v0_hwrf_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_HAFS_v0_hwrf_thompson Checking test 013 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -530,13 +530,13 @@ Checking test 013 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 643.977512 + 0: The total amount of wall time = 617.495887 Test 013 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/ESG_HAFS_v0_HWRF_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_esg_HAFS_v0_hwrf_thompson Checking test 014 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -551,39 +551,39 @@ Checking test 014 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 437.675086 + 0: The total amount of wall time = 440.695647 Test 014 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_debug Checking test 015 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 101.296217 + 0: The total amount of wall time = 95.876760 Test 015 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_diag_debug Checking test 016 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 125.285767 + 0: The total amount of wall time = 125.176502 Test 016 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_regional_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/regional_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/regional_control_debug Checking test 017 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -591,13 +591,13 @@ Checking test 017 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 118.184262 + 0: The total amount of wall time = 120.274440 Test 017 regional_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1alpha_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_rrfs_v1alpha_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_rrfs_v1alpha_debug Checking test 018 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -662,13 +662,13 @@ Checking test 018 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 115.255122 + 0: The total amount of wall time = 115.330153 Test 018 fv3_rrfs_v1alpha_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_rrfs_v1beta_debug Checking test 019 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -733,13 +733,13 @@ Checking test 019 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 116.248566 + 0: The total amount of wall time = 115.856064 Test 019 fv3_rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_gsd_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_gsd_debug Checking test 020 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -804,13 +804,13 @@ Checking test 020 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 147.062378 + 0: The total amount of wall time = 144.686969 Test 020 fv3_gsd_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_gsd_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_gsd_diag_debug Checking test 021 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -837,104 +837,104 @@ Checking test 021 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 400.543856 + 0: The total amount of wall time = 391.353025 Test 021 fv3_gsd_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_thompson_debug Checking test 022 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.195156 + 0: The total amount of wall time = 115.886649 Test 022 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_thompson_no_aero_debug Checking test 023 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 114.206911 + 0: The total amount of wall time = 109.079479 Test 023 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_thompson_extdiag_debug Checking test 024 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 131.063922 + 0: The total amount of wall time = 133.089981 Test 024 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_rrtmgp_debug Checking test 025 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 105.690148 + 0: The total amount of wall time = 106.961863 Test 025 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_ugwpv1_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_ugwpv1_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_ugwpv1_debug Checking test 026 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 104.705115 + 0: The total amount of wall time = 105.533444 Test 026 control_ugwpv1_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_ras_debug Checking test 027 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 103.976891 + 0: The total amount of wall time = 100.134961 Test 027 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/control_noahmp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/control_noahmp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/control_noahmp_debug Checking test 028 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 100.198090 + 0: The total amount of wall time = 98.695661 Test 028 control_noahmp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/HAFS_v0_HWRF_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_HAFS_v0_hwrf_thompson_debug Checking test 029 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -999,13 +999,13 @@ Checking test 029 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 133.672648 + 0: The total amount of wall time = 131.521724 Test 029 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1020,13 +1020,13 @@ Checking test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 232.646456 + 0: The total amount of wall time = 230.924635 Test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/cpld_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/cpld_control Checking test 031 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1076,13 +1076,13 @@ Checking test 031 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 638.940817 + 0: The total amount of wall time = 615.282766 Test 031 cpld_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/GNU/cpld_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_10075/cpld_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_1595/cpld_debug Checking test 032 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1132,11 +1132,11 @@ Checking test 032 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 332.560174 + 0: The total amount of wall time = 336.930745 Test 032 cpld_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 17:29:26 UTC 2021 -Elapsed time: 01h:01m:39s. Have a nice day! +Wed Aug 4 15:53:38 UTC 2021 +Elapsed time: 00h:36m:36s. Have a nice day! From dbf131b45627a8344b45cf9ed45f043de3754b2b Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 4 Aug 2021 17:57:32 +0000 Subject: [PATCH 260/271] Regression tests on wcoss_cray passed. Update RegressionTests_wcoss_cray.log. --- tests/RegressionTests_wcoss_cray.log | 283 +++++++++++++++------------ 1 file changed, 154 insertions(+), 129 deletions(-) diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index ffa06348e9..9d7820ddb1 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,18 +1,19 @@ -Thu Jul 29 16:46:10 UTC 2021 +Wed Aug 4 17:19:51 UTC 2021 Start Regression test -Compile 001 elapsed time 859 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 920 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 915 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 860 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 869 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 483 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 007 elapsed time 455 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 469 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 475 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 954 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 968 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 889 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 906 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 892 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 566 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 007 elapsed time 487 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 536 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 995 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -59,13 +60,13 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 185.165443 +The total amount of wall time = 191.554989 Test 001 control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_decomp +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_decomp Checking test 002 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -108,13 +109,13 @@ Checking test 002 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 179.938181 +The total amount of wall time = 192.744456 Test 002 control_decomp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_restart +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_restart Checking test 003 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -153,13 +154,13 @@ Checking test 003 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 70.343985 +The total amount of wall time = 70.134590 Test 003 control_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_fhzero +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_fhzero Checking test 004 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -202,13 +203,13 @@ Checking test 004 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 187.031731 +The total amount of wall time = 192.755326 Test 004 control_fhzero PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_CubedSphereGrid -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_CubedSphereGrid +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_CubedSphereGrid Checking test 005 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -235,13 +236,13 @@ Checking test 005 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 134.802740 +The total amount of wall time = 135.786429 Test 005 control_CubedSphereGrid PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_wrtGauss_netcdf_parallel -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_wrtGauss_netcdf_parallel Checking test 006 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -252,13 +253,13 @@ Checking test 006 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 192.630506 +The total amount of wall time = 193.344772 Test 006 control_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_c192 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_c192 +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_c192 Checking test 007 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -269,13 +270,13 @@ Checking test 007 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 526.103166 +The total amount of wall time = 524.822503 Test 007 control_c192 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_stochy +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_stochy Checking test 008 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -286,26 +287,26 @@ Checking test 008 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 128.383953 +The total amount of wall time = 142.932319 Test 008 control_stochy PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_stochy_restart +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_stochy_restart Checking test 009 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 67.099999 +The total amount of wall time = 67.823826 Test 009 control_stochy_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ca -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ca +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ca Checking test 010 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -316,13 +317,13 @@ Checking test 010 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 133.045690 +The total amount of wall time = 144.553377 Test 010 control_ca PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lndp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_lndp +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_lndp Checking test 011 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -333,13 +334,13 @@ Checking test 011 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 145.151728 +The total amount of wall time = 144.626395 Test 011 control_lndp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lheatstrg -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_lheatstrg +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_lheatstrg Checking test 012 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -350,13 +351,13 @@ Checking test 012 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 184.320168 +The total amount of wall time = 186.956755 Test 012 control_lheatstrg PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lseaspray -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_lseaspray +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_lseaspray Checking test 013 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -367,13 +368,13 @@ Checking test 013 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 188.991480 +The total amount of wall time = 201.775283 Test 013 control_lseaspray PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_merra2 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_merra2 +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_merra2 Checking test 014 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -384,13 +385,13 @@ Checking test 014 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 229.160967 +The total amount of wall time = 250.564677 Test 014 control_merra2 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_rrtmgp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_rrtmgp +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_rrtmgp Checking test 015 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -401,13 +402,13 @@ Checking test 015 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 231.328285 +The total amount of wall time = 237.179176 Test 015 control_rrtmgp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmg -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_csawmg +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_csawmg Checking test 016 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -418,13 +419,13 @@ Checking test 016 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 322.421699 +The total amount of wall time = 330.276185 Test 016 control_csawmg PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmgt -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_csawmgt +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_csawmgt Checking test 017 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -435,13 +436,13 @@ Checking test 017 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 396.911775 +The total amount of wall time = 400.044306 Test 017 control_csawmgt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_flake -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_flake +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_flake Checking test 018 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -452,13 +453,13 @@ Checking test 018 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 240.449898 +The total amount of wall time = 260.877381 Test 018 control_flake PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ugwpv1 -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ugwpv1 +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ugwpv1 Checking test 019 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -469,13 +470,13 @@ Checking test 019 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 221.779189 +The total amount of wall time = 227.840000 Test 019 control_ugwpv1 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ras -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ras +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ras Checking test 020 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -486,13 +487,13 @@ Checking test 020 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 209.137506 +The total amount of wall time = 211.413297 Test 020 control_ras PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_noahmp -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_noahmp +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_noahmp Checking test 021 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -503,13 +504,13 @@ Checking test 021 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 213.623863 +The total amount of wall time = 199.839385 Test 021 control_noahmp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_control -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_control +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_control Checking test 022 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -517,25 +518,25 @@ Checking test 022 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 353.068659 +The total amount of wall time = 379.238412 Test 022 regional_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_restart -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_restart +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_restart Checking test 023 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -The total amount of wall time = 217.174608 +The total amount of wall time = 217.655941 Test 023 regional_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_quilt +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_quilt Checking test 024 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -546,13 +547,13 @@ Checking test 024 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 339.982046 +The total amount of wall time = 344.653838 Test 024 regional_quilt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_hafs -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_quilt_hafs +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_quilt_hafs Checking test 025 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -561,13 +562,13 @@ Checking test 025 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 340.346536 +The total amount of wall time = 342.979331 Test 025 regional_quilt_hafs PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_netcdf_parallel -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_quilt_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_quilt_netcdf_parallel Checking test 026 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -575,13 +576,13 @@ Checking test 026 regional_quilt_netcdf_parallel results .... Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 342.231977 +The total amount of wall time = 346.018872 Test 026 regional_quilt_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_RRTMGP -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_quilt_RRTMGP +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_quilt_RRTMGP Checking test 027 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -592,13 +593,13 @@ Checking test 027 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 445.229433 +The total amount of wall time = 447.180235 Test 027 regional_quilt_RRTMGP PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_gsd +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_gsd Checking test 028 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -687,13 +688,13 @@ Checking test 028 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 248.103147 +The total amount of wall time = 247.978676 Test 028 fv3_gsd PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1alpha -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_rrfs_v1alpha +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_rrfs_v1alpha Checking test 029 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -758,13 +759,13 @@ Checking test 029 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 102.237026 +The total amount of wall time = 109.082832 Test 029 fv3_rrfs_v1alpha PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rap -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_rap +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_rap Checking test 030 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -829,13 +830,13 @@ Checking test 030 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 103.640033 +The total amount of wall time = 102.514025 Test 030 fv3_rap PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_hrrr -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_hrrr +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_hrrr Checking test 031 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -900,13 +901,13 @@ Checking test 031 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 103.564445 +The total amount of wall time = 103.425167 Test 031 fv3_hrrr PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1beta -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_rrfs_v1beta +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_rrfs_v1beta Checking test 032 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -971,13 +972,13 @@ Checking test 032 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 104.500429 +The total amount of wall time = 102.719930 Test 032 fv3_rrfs_v1beta PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/HAFS_v0_HWRF_thompson -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_HAFS_v0_hwrf_thompson +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_HAFS_v0_hwrf_thompson Checking test 033 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1042,13 +1043,13 @@ Checking test 033 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 165.610634 +The total amount of wall time = 164.432067 Test 033 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/ESG_HAFS_v0_HWRF_thompson -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_esg_HAFS_v0_hwrf_thompson Checking test 034 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1063,26 +1064,26 @@ Checking test 034 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 306.343136 +The total amount of wall time = 309.128039 Test 034 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_debug Checking test 035 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 142.180785 +The total amount of wall time = 142.564878 Test 035 control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_CubedSphereGrid_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_CubedSphereGrid_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_CubedSphereGrid_debug Checking test 036 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1109,221 +1110,221 @@ Checking test 036 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 150.112054 +The total amount of wall time = 150.444919 Test 036 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_wrtGauss_netcdf_parallel_debug Checking test 037 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 143.574799 +The total amount of wall time = 142.428843 Test 037 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_stochy_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_stochy_debug Checking test 038 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 163.628703 +The total amount of wall time = 167.205313 Test 038 control_stochy_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ca_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ca_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ca_debug Checking test 039 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 143.512331 +The total amount of wall time = 142.292566 Test 039 control_ca_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lndp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_lndp_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_lndp_debug Checking test 040 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 144.901846 +The total amount of wall time = 145.265311 Test 040 control_lndp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lheatstrg_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_lheatstrg_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_lheatstrg_debug Checking test 041 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 139.799238 +The total amount of wall time = 140.179491 Test 041 control_lheatstrg_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_merra2_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_merra2_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_merra2_debug Checking test 042 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 210.684302 +The total amount of wall time = 227.077857 Test 042 control_merra2_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_rrtmgp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_rrtmgp_debug Checking test 043 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 159.053954 +The total amount of wall time = 160.891636 Test 043 control_rrtmgp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmg_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_csawmg_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_csawmg_debug Checking test 044 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 254.008314 +The total amount of wall time = 250.533533 Test 044 control_csawmg_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmgt_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_csawmgt_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_csawmgt_debug Checking test 045 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 279.252654 +The total amount of wall time = 285.260583 Test 045 control_csawmgt_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ugwpv1_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ugwpv1_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ugwpv1_debug Checking test 046 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 154.896557 +The total amount of wall time = 153.289477 Test 046 control_ugwpv1_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ras_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_ras_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_ras_debug Checking test 047 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 145.532571 +The total amount of wall time = 145.078475 Test 047 control_ras_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_noahmp_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_noahmp_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_noahmp_debug Checking test 048 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 139.744666 +The total amount of wall time = 142.193989 Test 048 control_noahmp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_diag_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_diag_debug Checking test 049 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 150.863991 +The total amount of wall time = 149.457024 Test 049 control_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_thompson_debug Checking test 050 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 170.830543 +The total amount of wall time = 170.830486 Test 050 control_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_no_aero_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_thompson_no_aero_debug Checking test 051 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 162.187371 +The total amount of wall time = 160.961467 Test 051 control_thompson_no_aero_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_debug_extdiag -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/control_thompson_extdiag_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/control_thompson_extdiag_debug Checking test 052 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 176.817467 +The total amount of wall time = 176.561305 Test 052 control_thompson_extdiag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_control_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/regional_control_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/regional_control_debug Checking test 053 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1331,13 +1332,13 @@ Checking test 053 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 246.327948 +The total amount of wall time = 244.254652 Test 053 regional_control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_gsd_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_gsd_debug Checking test 054 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1402,13 +1403,13 @@ Checking test 054 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 242.257430 +The total amount of wall time = 241.929486 Test 054 fv3_gsd_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd_diag_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_gsd_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_gsd_diag_debug Checking test 055 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1435,13 +1436,13 @@ Checking test 055 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 434.970658 +The total amount of wall time = 466.315596 Test 055 fv3_gsd_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1beta_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_rrfs_v1beta_debug Checking test 056 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1506,13 +1507,13 @@ Checking test 056 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 191.835579 +The total amount of wall time = 190.315982 Test 056 fv3_rrfs_v1beta_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1alpha_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_rrfs_v1alpha_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_rrfs_v1alpha_debug Checking test 057 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1577,13 +1578,13 @@ Checking test 057 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 194.522905 +The total amount of wall time = 194.397641 Test 057 fv3_rrfs_v1alpha_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/HAFS_v0_HWRF_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_HAFS_v0_hwrf_thompson_debug Checking test 058 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1648,13 +1649,13 @@ Checking test 058 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -The total amount of wall time = 196.737682 +The total amount of wall time = 199.906253 Test 058 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /gpfs/hps3/stmp/Denise.Worthen/FV3_RT/rt_5653/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 059 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1669,11 +1670,35 @@ Checking test 059 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -The total amount of wall time = 353.023453 +The total amount of wall time = 358.106528 Test 059 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_atm +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/hafs_regional_atm +Checking test 060 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + +The total amount of wall time = 183.977694 + +Test 060 hafs_regional_atm PASS + + +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_atm_ocn +working dir = /gpfs/hps3/stmp/Bin.Liu/FV3_RT/rt_35704/hafs_regional_atm_ocn +Checking test 061 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + +The total amount of wall time = 354.966480 + +Test 061 hafs_regional_atm_ocn PASS + + REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 17:15:29 UTC 2021 +Wed Aug 4 17:49:10 UTC 2021 Elapsed time: 00h:29m:19s. Have a nice day! From 1d988278a51e5db378cfb23f0ce395b1430b518d Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 4 Aug 2021 18:03:59 +0000 Subject: [PATCH 261/271] Update RegressionTests_gaea.intel.log and RegressionTests_cheyenne.gnu.log. --- tests/RegressionTests_cheyenne.gnu.log | 200 ++++----- tests/RegressionTests_gaea.intel.log | 584 ++++++++++++++----------- 2 files changed, 427 insertions(+), 357 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 0e7fcc7fc3..3fcf359439 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,22 +1,26 @@ -Fri Jul 23 13:15:55 MDT 2021 +Wed Aug 4 10:31:03 MDT 2021 Start Regression test -Compile 001 elapsed time 349 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 341 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 308 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 367 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 155 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 359 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 346 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 315 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 409 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 162 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control Checking test 001 control results .... Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers @@ -51,13 +55,13 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 286.111960 +0:The total amount of wall time = 279.977867 Test 001 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -96,13 +100,13 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 139.475539 +0:The total amount of wall time = 138.199015 Test 002 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_stochy +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_stochy Checking test 003 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -113,13 +117,13 @@ Checking test 003 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 186.242907 +0:The total amount of wall time = 186.264276 Test 003 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_flake +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_flake Checking test 004 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -130,13 +134,13 @@ Checking test 004 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 350.207983 +0:The total amount of wall time = 350.367147 Test 004 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_rrtmgp Checking test 005 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -147,13 +151,13 @@ Checking test 005 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 359.889059 +0:The total amount of wall time = 361.053178 Test 005 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -164,13 +168,13 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 363.157738 +0:The total amount of wall time = 364.440357 Test 006 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_thompson_no_aero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -181,13 +185,13 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 347.698488 +0:The total amount of wall time = 344.551630 Test 007 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_ugwpv1 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_ugwpv1 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_ugwpv1 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_ugwpv1 Checking test 008 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -198,13 +202,13 @@ Checking test 008 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 309.936817 +0:The total amount of wall time = 307.871986 Test 008 control_ugwpv1 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_ras +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -215,13 +219,13 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.467301 +0:The total amount of wall time = 294.373894 Test 009 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_gsd -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_gsd +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_gsd Checking test 010 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -310,13 +314,13 @@ Checking test 010 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 443.939301 +0:The total amount of wall time = 442.107282 Test 010 fv3_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_rrfs_v1alpha -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_rrfs_v1alpha +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1alpha +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_rrfs_v1alpha Checking test 011 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -381,13 +385,13 @@ Checking test 011 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 163.842377 +0:The total amount of wall time = 164.254553 Test 011 fv3_rrfs_v1alpha PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_rrfs_v1beta +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_rrfs_v1beta Checking test 012 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -452,13 +456,13 @@ Checking test 012 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 162.939591 +0:The total amount of wall time = 162.865390 Test 012 fv3_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_HAFS_v0_hwrf_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_HAFS_v0_hwrf_thompson Checking test 013 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -523,13 +527,13 @@ Checking test 013 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 248.839001 +0:The total amount of wall time = 247.702449 Test 013 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/ESG_HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_esg_HAFS_v0_hwrf_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/ESG_HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_esg_HAFS_v0_hwrf_thompson Checking test 014 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -544,39 +548,39 @@ Checking test 014 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 456.183559 +0:The total amount of wall time = 434.485596 Test 014 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_debug Checking test 015 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 82.811783 +0:The total amount of wall time = 82.627217 Test 015 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_diag_debug Checking test 016 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 89.810915 +0:The total amount of wall time = 89.825533 Test 016 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_regional_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/regional_control_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_regional_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/regional_control_debug Checking test 017 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -584,13 +588,13 @@ Checking test 017 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 129.880069 +0:The total amount of wall time = 129.126882 Test 017 regional_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_rrfs_v1alpha_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_rrfs_v1alpha_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1alpha_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_rrfs_v1alpha_debug Checking test 018 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -655,13 +659,13 @@ Checking test 018 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 105.665921 +0:The total amount of wall time = 106.011461 Test 018 fv3_rrfs_v1alpha_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_rrfs_v1beta_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_rrfs_v1beta_debug Checking test 019 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -726,13 +730,13 @@ Checking test 019 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 105.737330 +0:The total amount of wall time = 105.815442 Test 019 fv3_rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_gsd_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_gsd_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_gsd_debug Checking test 020 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -797,13 +801,13 @@ Checking test 020 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 136.437608 +0:The total amount of wall time = 135.389091 Test 020 fv3_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/fv3_gsd_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_gsd_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/fv3_gsd_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_gsd_diag_debug Checking test 021 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -830,104 +834,104 @@ Checking test 021 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 293.249568 +0:The total amount of wall time = 290.333970 Test 021 fv3_gsd_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_thompson_debug Checking test 022 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 96.416295 +0:The total amount of wall time = 96.524176 Test 022 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_thompson_no_aero_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_thompson_no_aero_debug Checking test 023 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 94.869723 +0:The total amount of wall time = 94.475175 Test 023 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_thompson_extdiag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_thompson_extdiag_debug Checking test 024 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 102.608903 +0:The total amount of wall time = 103.445335 Test 024 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_rrtmgp_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_rrtmgp_debug Checking test 025 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 91.982145 +0:The total amount of wall time = 93.451478 Test 025 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_ugwpv1_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_ugwpv1_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_ugwpv1_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_ugwpv1_debug Checking test 026 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 88.614107 +0:The total amount of wall time = 88.101142 Test 026 control_ugwpv1_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_ras_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_ras_debug Checking test 027 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 86.756803 +0:The total amount of wall time = 86.558726 Test 027 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/control_noahmp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/control_noahmp_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/control_noahmp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/control_noahmp_debug Checking test 028 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 83.337219 +0:The total amount of wall time = 85.092509 Test 028 control_noahmp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_HAFS_v0_hwrf_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_HAFS_v0_hwrf_thompson_debug Checking test 029 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -992,13 +996,13 @@ Checking test 029 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 107.696197 +0:The total amount of wall time = 107.162402 Test 029 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/GNU/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_69643/fv3_esg_HAFS_v0_hwrf_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/GNU/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_35498/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1013,11 +1017,11 @@ Checking test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 213.104346 +0:The total amount of wall time = 212.579795 Test 030 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jul 23 13:43:55 MDT 2021 -Elapsed time: 00h:28m:01s. Have a nice day! +Wed Aug 4 11:46:08 MDT 2021 +Elapsed time: 01h:15m:05s. Have a nice day! diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index be5124cf84..43f9efe6d0 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,26 +1,28 @@ -Thu Jul 29 12:11:18 EDT 2021 +Wed Aug 4 10:48:38 EDT 2021 Start Regression test -Compile 001 elapsed time 840 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 837 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 297 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 685 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 733 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 692 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 725 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 736 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 259 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 252 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 439 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 284 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 329 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 213 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 335 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 016 elapsed time 218 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 699 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 805 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 847 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 323 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 720 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 748 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 720 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 720 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 726 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 285 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 285 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 256 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 212 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 734 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 739 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 309 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 016 elapsed time 209 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 325 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 018 elapsed time 218 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 695 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,13 +72,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 124.515306 + 0: The total amount of wall time = 121.735581 Test 001 cpld_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -126,13 +128,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 82.223007 + 0: The total amount of wall time = 50.452371 Test 002 cpld_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -182,13 +184,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 119.842432 + 0: The total amount of wall time = 148.087143 Test 003 cpld_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_decomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_decomp Checking test 004 cpld_decomp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -238,13 +240,13 @@ Checking test 004 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 90.379105 + 0: The total amount of wall time = 124.062305 Test 004 cpld_decomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_ca -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_ca +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_ca Checking test 005 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -294,13 +296,13 @@ Checking test 005 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 121.031518 + 0: The total amount of wall time = 123.535682 Test 005 cpld_ca PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_control_c192 Checking test 006 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -350,13 +352,13 @@ Checking test 006 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 429.428274 + 0: The total amount of wall time = 431.869764 Test 006 cpld_control_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_restart_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_restart_c192 Checking test 007 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -406,13 +408,13 @@ Checking test 007 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 349.746833 + 0: The total amount of wall time = 307.282874 Test 007 cpld_restart_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_control_c384 Checking test 008 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -465,13 +467,13 @@ Checking test 008 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 842.880855 + 0: The total amount of wall time = 833.224592 Test 008 cpld_control_c384 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_restart_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_restart_c384 Checking test 009 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -524,13 +526,13 @@ Checking test 009 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 451.370166 + 0: The total amount of wall time = 443.731654 Test 009 cpld_restart_c384 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_bmark_v16 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_bmark_v16 Checking test 010 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -573,13 +575,13 @@ Checking test 010 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 652.194824 + 0: The total amount of wall time = 674.779900 Test 010 cpld_bmark_v16 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_restart_bmark_v16 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_restart_bmark_v16 Checking test 011 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -622,13 +624,13 @@ Checking test 011 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 367.894587 + 0: The total amount of wall time = 387.619157 Test 011 cpld_restart_bmark_v16 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16_nsst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_bmark_v16_nsst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_bmark_v16_nsst Checking test 012 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -671,13 +673,13 @@ Checking test 012 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 679.199444 + 0: The total amount of wall time = 662.558099 Test 012 cpld_bmark_v16_nsst PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_bmark_wave_v16 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_bmark_wave_v16 Checking test 013 cpld_bmark_wave_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -722,13 +724,13 @@ Checking test 013 cpld_bmark_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 734.933050 + 0: The total amount of wall time = 780.003985 Test 013 cpld_bmark_wave_v16 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16_p7b -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_bmark_wave_v16_p7b +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_bmark_wave_v16_p7b Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -773,13 +775,13 @@ Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 854.053243 + 0: The total amount of wall time = 896.488004 Test 014 cpld_bmark_wave_v16_p7b PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_wave -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_control_wave +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_control_wave Checking test 015 cpld_control_wave results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -832,13 +834,13 @@ Checking test 015 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK - 0: The total amount of wall time = 138.834068 + 0: The total amount of wall time = 168.628291 Test 015 cpld_control_wave PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/cpld_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/cpld_debug Checking test 016 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -888,13 +890,13 @@ Checking test 016 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 294.126901 + 0: The total amount of wall time = 263.575479 Test 016 cpld_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control Checking test 017 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -941,13 +943,13 @@ Checking test 017 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 166.065569 + 0: The total amount of wall time = 167.679935 Test 017 control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_decomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_decomp Checking test 018 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -990,13 +992,13 @@ Checking test 018 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 168.518037 + 0: The total amount of wall time = 172.143359 Test 018 control_decomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1039,13 +1041,13 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 213.519815 + 0: The total amount of wall time = 192.367430 Test 019 control_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1084,13 +1086,13 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 100.470462 + 0: The total amount of wall time = 67.826724 Test 020 control_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_fhzero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1133,13 +1135,13 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.750283 + 0: The total amount of wall time = 196.613645 Test 021 control_fhzero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1166,13 +1168,13 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 127.307361 + 0: The total amount of wall time = 155.483031 Test 022 control_CubedSphereGrid PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1183,13 +1185,13 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 279.153975 + 0: The total amount of wall time = 445.145324 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1200,13 +1202,13 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 558.636031 + 0: The total amount of wall time = 551.558181 Test 024 control_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1249,13 +1251,13 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 593.701895 + 0: The total amount of wall time = 596.403390 Test 025 control_c384gdas PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1266,26 +1268,26 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 143.000719 + 0: The total amount of wall time = 141.718488 Test 026 control_stochy PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_stochy_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_stochy_restart Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.551974 + 0: The total amount of wall time = 61.432797 Test 027 control_stochy_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ca +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ca Checking test 028 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1296,13 +1298,13 @@ Checking test 028 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 115.937737 + 0: The total amount of wall time = 149.939706 Test 028 control_ca PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,13 +1315,13 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 119.963888 + 0: The total amount of wall time = 125.771891 Test 029 control_lndp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_lheatstrg +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_lheatstrg Checking test 030 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1330,13 +1332,13 @@ Checking test 030 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 192.890947 + 0: The total amount of wall time = 169.825935 Test 030 control_lheatstrg PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lseaspray -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_lseaspray +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_lseaspray Checking test 031 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1347,13 +1349,13 @@ Checking test 031 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 175.975361 + 0: The total amount of wall time = 207.092508 Test 031 control_lseaspray PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_merra2 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_merra2 Checking test 032 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1364,13 +1366,13 @@ Checking test 032 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 197.085895 + 0: The total amount of wall time = 271.341628 Test 032 control_merra2 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_rrtmgp Checking test 033 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1381,13 +1383,13 @@ Checking test 033 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 220.495488 + 0: The total amount of wall time = 226.616053 Test 033 control_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_csawmg +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_csawmg Checking test 034 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1398,13 +1400,13 @@ Checking test 034 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 290.942330 + 0: The total amount of wall time = 361.989235 Test 034 control_csawmg PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_csawmgt Checking test 035 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1415,13 +1417,13 @@ Checking test 035 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 371.266511 + 0: The total amount of wall time = 421.113529 Test 035 control_csawmgt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_flake Checking test 036 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1432,13 +1434,13 @@ Checking test 036 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 260.956552 + 0: The total amount of wall time = 245.311436 Test 036 control_flake PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ugwpv1 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ugwpv1 Checking test 037 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1449,13 +1451,13 @@ Checking test 037 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 201.376832 + 0: The total amount of wall time = 202.629215 Test 037 control_ugwpv1 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ras Checking test 038 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1466,13 +1468,13 @@ Checking test 038 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 219.324161 + 0: The total amount of wall time = 219.212920 Test 038 control_ras PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_thompson Checking test 039 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1483,13 +1485,13 @@ Checking test 039 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 255.141869 + 0: The total amount of wall time = 225.604226 Test 039 control_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_thompson_no_aero Checking test 040 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1500,13 +1502,13 @@ Checking test 040 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 227.717205 + 0: The total amount of wall time = 263.315370 Test 040 control_thompson_no_aero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_noahmp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_noahmp Checking test 041 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1517,13 +1519,13 @@ Checking test 041 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 189.247884 + 0: The total amount of wall time = 187.227121 Test 041 control_noahmp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_control Checking test 042 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1531,25 +1533,25 @@ Checking test 042 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 328.120509 + 0: The total amount of wall time = 330.505855 Test 042 regional_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_restart -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_restart Checking test 043 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK - 0: The total amount of wall time = 177.335010 + 0: The total amount of wall time = 175.706394 Test 043 regional_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_quilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_quilt Checking test 044 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1560,13 +1562,13 @@ Checking test 044 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 330.626213 + 0: The total amount of wall time = 332.137129 Test 044 regional_quilt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_quilt_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_quilt_2threads Checking test 045 regional_quilt_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1577,13 +1579,13 @@ Checking test 045 regional_quilt_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 256.302414 + 0: The total amount of wall time = 257.686633 Test 045 regional_quilt_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_quilt_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_quilt_hafs Checking test 046 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1592,27 +1594,27 @@ Checking test 046 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 325.484318 + 0: The total amount of wall time = 329.852082 Test 046 regional_quilt_hafs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_quilt_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_quilt_netcdf_parallel Checking test 047 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 367.236859 + 0: The total amount of wall time = 385.079020 Test 047 regional_quilt_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_quilt_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_quilt_RRTMGP Checking test 048 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1623,13 +1625,13 @@ Checking test 048 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 464.546695 + 0: The total amount of wall time = 470.597724 Test 048 regional_quilt_RRTMGP PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_gsd +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_gsd Checking test 049 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1718,13 +1720,13 @@ Checking test 049 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.558609 + 0: The total amount of wall time = 237.311170 Test 049 fv3_gsd PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_rrfs_v1alpha +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_rrfs_v1alpha Checking test 050 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1789,13 +1791,13 @@ Checking test 050 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 92.262743 + 0: The total amount of wall time = 91.611355 Test 050 fv3_rrfs_v1alpha PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rap -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_rap +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_rap Checking test 051 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1860,13 +1862,13 @@ Checking test 051 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 119.632058 + 0: The total amount of wall time = 119.901735 Test 051 fv3_rap PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_hrrr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_hrrr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_hrrr Checking test 052 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1931,13 +1933,13 @@ Checking test 052 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 91.901258 + 0: The total amount of wall time = 90.243151 Test 052 fv3_hrrr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_rrfs_v1beta Checking test 053 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2002,13 +2004,13 @@ Checking test 053 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 115.448964 + 0: The total amount of wall time = 96.034852 Test 053 fv3_rrfs_v1beta PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_HAFS_v0_hwrf_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_HAFS_v0_hwrf_thompson Checking test 054 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2073,13 +2075,13 @@ Checking test 054 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 163.357044 + 0: The total amount of wall time = 161.448415 Test 054 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_esg_HAFS_v0_hwrf_thompson Checking test 055 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2094,39 +2096,39 @@ Checking test 055 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 330.966441 + 0: The total amount of wall time = 328.147779 Test 055 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_debug Checking test 056 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.228394 + 0: The total amount of wall time = 146.716898 Test 056 control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_2threads_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_2threads_debug Checking test 057 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 254.100541 + 0: The total amount of wall time = 255.691829 Test 057 control_2threads_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_CubedSphereGrid_debug Checking test 058 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2153,221 +2155,221 @@ Checking test 058 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 154.998279 + 0: The total amount of wall time = 156.507548 Test 058 control_CubedSphereGrid_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_wrtGauss_netcdf_parallel_debug Checking test 059 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 154.891009 + 0: The total amount of wall time = 167.131830 Test 059 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_stochy_debug Checking test 060 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.446305 + 0: The total amount of wall time = 168.000891 Test 060 control_stochy_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ca_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ca_debug Checking test 061 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.323972 + 0: The total amount of wall time = 147.367010 Test 061 control_ca_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_lndp_debug Checking test 062 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 148.992245 + 0: The total amount of wall time = 152.031669 Test 062 control_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_lheatstrg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_lheatstrg_debug Checking test 063 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 145.438546 + 0: The total amount of wall time = 147.194685 Test 063 control_lheatstrg_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_merra2_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_merra2_debug Checking test 064 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 206.839236 + 0: The total amount of wall time = 245.099037 Test 064 control_merra2_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_rrtmgp_debug Checking test 065 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.448854 + 0: The total amount of wall time = 169.330979 Test 065 control_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_csawmg_debug Checking test 066 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 248.683186 + 0: The total amount of wall time = 285.062875 Test 066 control_csawmg_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_csawmgt_debug Checking test 067 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 293.282715 + 0: The total amount of wall time = 320.609433 Test 067 control_csawmgt_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ugwpv1_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ugwpv1_debug Checking test 068 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.091733 + 0: The total amount of wall time = 160.015530 Test 068 control_ugwpv1_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_ras_debug Checking test 069 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.633938 + 0: The total amount of wall time = 153.691179 Test 069 control_ras_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_noahmp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_noahmp_debug Checking test 070 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.788875 + 0: The total amount of wall time = 147.346101 Test 070 control_noahmp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.728130 + 0: The total amount of wall time = 157.561394 Test 071 control_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_thompson_debug Checking test 072 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.649689 + 0: The total amount of wall time = 175.910301 Test 072 control_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_thompson_no_aero_debug Checking test 073 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.993218 + 0: The total amount of wall time = 169.487058 Test 073 control_thompson_no_aero_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_thompson_extdiag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_thompson_extdiag_debug Checking test 074 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 179.443349 + 0: The total amount of wall time = 183.649441 Test 074 control_thompson_extdiag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/regional_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/regional_control_debug Checking test 075 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2375,13 +2377,13 @@ Checking test 075 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 255.369898 + 0: The total amount of wall time = 258.825172 Test 075 regional_control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_gsd_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_gsd_debug Checking test 076 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2446,13 +2448,13 @@ Checking test 076 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 253.890068 + 0: The total amount of wall time = 252.130751 Test 076 fv3_gsd_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_gsd_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_gsd_diag_debug Checking test 077 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2479,13 +2481,13 @@ Checking test 077 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 337.022571 + 0: The total amount of wall time = 339.713779 Test 077 fv3_gsd_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_rrfs_v1beta_debug Checking test 078 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2550,13 +2552,13 @@ Checking test 078 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.927496 + 0: The total amount of wall time = 200.173023 Test 078 fv3_rrfs_v1beta_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_rrfs_v1alpha_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_rrfs_v1alpha_debug Checking test 079 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2621,13 +2623,13 @@ Checking test 079 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.202427 + 0: The total amount of wall time = 200.801878 Test 079 fv3_rrfs_v1alpha_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_HAFS_v0_hwrf_thompson_debug Checking test 080 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2692,13 +2694,13 @@ Checking test 080 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 211.233182 + 0: The total amount of wall time = 213.618732 Test 080 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 081 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2713,86 +2715,150 @@ Checking test 081 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 376.608226 + 0: The total amount of wall time = 379.879421 Test 081 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/hafs_regional_atm +Checking test 082 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + + 0: The total amount of wall time = 258.580003 + +Test 082 hafs_regional_atm PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/hafs_regional_atm_ocn +Checking test 083 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 391.375953 + +Test 083 hafs_regional_atm_ocn PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/hafs_regional_docn +Checking test 084 hafs_regional_docn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 342.524887 + +Test 084 hafs_regional_docn PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/hafs_regional_docn_oisst +Checking test 085 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 328.395055 + +Test 085 hafs_regional_docn_oisst PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/hafs_regional_datm_cdeps +Checking test 086 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + + 0: The total amount of wall time = 1073.932478 + +Test 086 hafs_regional_datm_cdeps PASS + + baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_control_cfsr -Checking test 082 datm_control_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_control_cfsr +Checking test 087 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 129.846297 + 0: The total amount of wall time = 99.101326 -Test 082 datm_control_cfsr PASS +Test 087 datm_control_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_restart_cfsr -Checking test 083 datm_restart_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_restart_cfsr +Checking test 088 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 56.529647 + 0: The total amount of wall time = 87.400738 -Test 083 datm_restart_cfsr PASS +Test 088 datm_restart_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_control_gefs -Checking test 084 datm_control_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_control_gefs +Checking test 089 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 98.160741 + 0: The total amount of wall time = 93.165460 -Test 084 datm_control_gefs PASS +Test 089 datm_control_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_iau_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_control_iau_gefs -Checking test 085 datm_control_iau_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_control_iau_gefs +Checking test 090 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.819035 + 0: The total amount of wall time = 95.147815 -Test 085 datm_control_iau_gefs PASS +Test 090 datm_control_iau_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_bulk_cfsr -Checking test 086 datm_bulk_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_bulk_cfsr +Checking test 091 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 126.219534 + 0: The total amount of wall time = 95.967717 -Test 086 datm_bulk_cfsr PASS +Test 091 datm_bulk_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_bulk_gefs -Checking test 087 datm_bulk_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_bulk_gefs +Checking test 092 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 115.968103 + 0: The total amount of wall time = 92.511780 -Test 087 datm_bulk_gefs PASS +Test 092 datm_bulk_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_mx025_gefs -Checking test 088 datm_mx025_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_mx025_gefs +Checking test 093 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2800,86 +2866,86 @@ Checking test 088 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 378.143756 + 0: The total amount of wall time = 376.860751 -Test 088 datm_mx025_gefs PASS +Test 093 datm_mx025_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_debug_cfsr -Checking test 089 datm_debug_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_debug_cfsr +Checking test 094 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 219.517585 + 0: The total amount of wall time = 220.251286 -Test 089 datm_debug_cfsr PASS +Test 094 datm_debug_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_control_cfsr -Checking test 090 datm_cdeps_control_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_control_cfsr +Checking test 095 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.414042 + 0: The total amount of wall time = 148.777587 -Test 090 datm_cdeps_control_cfsr PASS +Test 095 datm_cdeps_control_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_restart_cfsr -Checking test 091 datm_cdeps_restart_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_restart_cfsr +Checking test 096 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 84.652198 + 0: The total amount of wall time = 84.298213 -Test 091 datm_cdeps_restart_cfsr PASS +Test 096 datm_cdeps_restart_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_control_gefs -Checking test 092 datm_cdeps_control_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_control_gefs +Checking test 097 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.748019 + 0: The total amount of wall time = 176.087541 -Test 092 datm_cdeps_control_gefs PASS +Test 097 datm_cdeps_control_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_bulk_cfsr -Checking test 093 datm_cdeps_bulk_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_bulk_cfsr +Checking test 098 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 147.028852 + 0: The total amount of wall time = 148.301193 -Test 093 datm_cdeps_bulk_cfsr PASS +Test 098 datm_cdeps_bulk_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_bulk_gefs -Checking test 094 datm_cdeps_bulk_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_bulk_gefs +Checking test 099 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 172.992092 + 0: The total amount of wall time = 145.035383 -Test 094 datm_cdeps_bulk_gefs PASS +Test 099 datm_cdeps_bulk_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_mx025_cfsr -Checking test 095 datm_cdeps_mx025_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_mx025_cfsr +Checking test 100 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2887,14 +2953,14 @@ Checking test 095 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 331.766305 + 0: The total amount of wall time = 352.907431 -Test 095 datm_cdeps_mx025_cfsr PASS +Test 100 datm_cdeps_mx025_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_mx025_gefs -Checking test 096 datm_cdeps_mx025_gefs results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_mx025_gefs +Checking test 101 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2902,36 +2968,36 @@ Checking test 096 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 359.634747 + 0: The total amount of wall time = 362.653443 -Test 096 datm_cdeps_mx025_gefs PASS +Test 101 datm_cdeps_mx025_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_multiple_files_cfsr -Checking test 097 datm_cdeps_multiple_files_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_multiple_files_cfsr +Checking test 102 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.301567 + 0: The total amount of wall time = 179.666554 -Test 097 datm_cdeps_multiple_files_cfsr PASS +Test 102 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/datm_cdeps_debug_cfsr -Checking test 098 datm_cdeps_debug_cfsr results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/datm_cdeps_debug_cfsr +Checking test 103 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 360.410113 + 0: The total amount of wall time = 361.061530 -Test 098 datm_cdeps_debug_cfsr PASS +Test 103 datm_cdeps_debug_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_atmwav -Checking test 099 control_atmwav results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_atmwav +Checking test 104 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2974,14 +3040,14 @@ Checking test 099 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 141.440469 + 0: The total amount of wall time = 175.707594 -Test 099 control_atmwav PASS +Test 104 control_atmwav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_4732/control_c384gdas_wav -Checking test 100 control_c384gdas_wav results .... +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_5601/control_c384gdas_wav +Checking test 105 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3026,11 +3092,11 @@ Checking test 100 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 832.315337 + 0: The total amount of wall time = 844.444775 -Test 100 control_c384gdas_wav PASS +Test 105 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 13:13:07 EDT 2021 -Elapsed time: 01h:01m:49s. Have a nice day! +Wed Aug 4 12:09:42 EDT 2021 +Elapsed time: 01h:21m:04s. Have a nice day! From 449571d7b00c2b22d7a7c20a948b232629b9f04f Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Wed, 4 Aug 2021 19:09:16 +0000 Subject: [PATCH 262/271] Regression tests on wcoss_dell_p3 passed. Update RegressionTests_wcoss_dell_p3.log. --- tests/RegressionTests_wcoss_dell_p3.log | 1295 ++++++----------------- 1 file changed, 306 insertions(+), 989 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index d465d6cea2..f3eb46c87b 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,26 +1,25 @@ -Thu Jul 29 18:47:31 UTC 2021 +Wed Aug 4 18:00:24 UTC 2021 Start Regression test -Compile 001 elapsed time 2155 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 2518 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 642 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 1148 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 1636 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1339 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 1563 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 1388 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 872 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 688 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 1090 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 684 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 1281 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 435 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 993 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 016 elapsed time 401 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 1139 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 2146 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 610 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 1569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 1386 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 356 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 301 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 323 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 291 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 1412 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 1479 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 920 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 016 elapsed time 344 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 960 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 018 elapsed time 374 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 1121 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_control +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,13 +69,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 102.014135 +[0] The total amount of wall time = 101.455202 Test 001 cpld_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_restart +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -126,13 +125,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 67.372570 +[0] The total amount of wall time = 67.905968 Test 002 cpld_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_2threads +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -182,13 +181,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 94.734114 +[0] The total amount of wall time = 96.413717 Test 003 cpld_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_decomp +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_decomp Checking test 004 cpld_decomp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -238,13 +237,13 @@ Checking test 004 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 101.444212 +[0] The total amount of wall time = 99.844245 Test 004 cpld_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_ca -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_ca +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_ca Checking test 005 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -294,13 +293,13 @@ Checking test 005 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -[0] The total amount of wall time = 100.154856 +[0] The total amount of wall time = 102.232459 Test 005 cpld_ca PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control_c192 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_control_c192 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_control_c192 Checking test 006 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -350,13 +349,13 @@ Checking test 006 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 413.503833 +[0] The total amount of wall time = 421.268225 Test 006 cpld_control_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control_c192 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_restart_c192 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_restart_c192 Checking test 007 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -406,13 +405,13 @@ Checking test 007 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -[0] The total amount of wall time = 309.928779 +[0] The total amount of wall time = 316.500560 Test 007 cpld_restart_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control_c384 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_control_c384 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_control_c384 Checking test 008 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -465,13 +464,13 @@ Checking test 008 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK -[0] The total amount of wall time = 803.451185 +[0] The total amount of wall time = 807.149172 Test 008 cpld_control_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control_c384 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_restart_c384 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_restart_c384 Checking test 009 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -524,13 +523,13 @@ Checking test 009 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK -[0] The total amount of wall time = 467.558725 +[0] The total amount of wall time = 466.304732 Test 009 cpld_restart_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_bmark_v16 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_bmark_v16 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_bmark_v16 Checking test 010 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -573,13 +572,13 @@ Checking test 010 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 656.677425 +[0] The total amount of wall time = 669.239618 Test 010 cpld_bmark_v16 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_bmark_v16 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_restart_bmark_v16 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_restart_bmark_v16 Checking test 011 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -622,13 +621,13 @@ Checking test 011 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 440.832734 +[0] The total amount of wall time = 438.785652 Test 011 cpld_restart_bmark_v16 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_bmark_v16_nsst -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_bmark_v16_nsst +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_bmark_v16_nsst Checking test 012 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -671,568 +670,26 @@ Checking test 012 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 659.783128 +[0] The total amount of wall time = 671.344439 Test 012 cpld_bmark_v16_nsst PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_bmark_wave_v16 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_bmark_wave_v16 -Checking test 013 cpld_bmark_wave_v16 results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - -[0] The total amount of wall time = 760.306138 - -Test 013 cpld_bmark_wave_v16 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_bmark_wave_v16_p7b -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_bmark_wave_v16_p7b -Checking test 014 cpld_bmark_wave_v16_p7b results .... - Comparing sfcf006.nc .........OK - Comparing atmf006.nc .........OK - Comparing 20130401.060000.out_grd.gwes_30m .........OK - Comparing 20130401.060000.out_pnt.points .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - -[0] The total amount of wall time = 822.795839 - -Test 014 cpld_bmark_wave_v16_p7b PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_control_wave -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_control_wave -Checking test 015 cpld_control_wave results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-04-00000.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - Comparing 20161004.000000.out_grd.glo_1deg .........OK - Comparing 20161004.000000.out_pnt.points .........OK - Comparing 20161004.000000.restart.glo_1deg .........OK - -[0] The total amount of wall time = 121.947680 - -Test 015 cpld_control_wave PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/cpld_debug -Checking test 016 cpld_debug results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2016-10-03-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - -[0] The total amount of wall time = 310.076364 - -Test 016 cpld_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control -Checking test 017 control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/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 - -[0] The total amount of wall time = 170.078390 - -Test 017 control PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_decomp -Checking test 018 control_decomp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/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 - -[0] The total amount of wall time = 173.479383 - -Test 018 control_decomp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_2threads -Checking test 019 control_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/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 - -[0] The total amount of wall time = 157.929647 - -Test 019 control_2threads PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_restart -Checking test 020 control_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/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 - -[0] The total amount of wall time = 77.902824 - -Test 020 control_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_fhzero -Checking test 021 control_fhzero results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf021.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........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 - -[0] The total amount of wall time = 171.409914 - -Test 021 control_fhzero PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_CubedSphereGrid -Checking test 022 control_CubedSphereGrid results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - -[0] The total amount of wall time = 136.634944 - -Test 022 control_CubedSphereGrid PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_wrtGauss_netcdf_parallel -Checking test 023 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc ............ALT CHECK......OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - -[0] The total amount of wall time = 201.483483 - -Test 023 control_wrtGauss_netcdf_parallel PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_c192 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_c192 -Checking test 024 control_c192 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - -[0] The total amount of wall time = 555.172835 - -Test 024 control_c192 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_c384 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_c384 -Checking test 025 control_c384 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -[0] The total amount of wall time = 1023.698501 - -Test 025 control_c384 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_c384gdas -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_c384gdas -Checking test 026 control_c384gdas results .... - Comparing sfcf000.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf006.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF06 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF06 .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/cpld_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/cpld_debug +Checking test 016 cpld_debug results .... + Comparing sfcf006.tile1.nc .........OK + Comparing sfcf006.tile2.nc .........OK + Comparing sfcf006.tile3.nc .........OK + Comparing sfcf006.tile4.nc .........OK + Comparing sfcf006.tile5.nc .........OK + Comparing sfcf006.tile6.nc .........OK + Comparing atmf006.tile1.nc .........OK + Comparing atmf006.tile2.nc .........OK + Comparing atmf006.tile3.nc .........OK + Comparing atmf006.tile4.nc .........OK + Comparing atmf006.tile5.nc .........OK + Comparing atmf006.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -1265,129 +722,17 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2016-10-03-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -[0] The total amount of wall time = 889.440423 - -Test 026 control_c384gdas PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_stochy -Checking test 027 control_stochy results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -[0] The total amount of wall time = 123.516948 - -Test 027 control_stochy PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_stochy_restart -Checking test 028 control_stochy_restart results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - -[0] The total amount of wall time = 62.721421 - -Test 028 control_stochy_restart PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ca -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ca -Checking test 029 control_ca results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -[0] The total amount of wall time = 124.918195 - -Test 029 control_ca PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lndp -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_lndp -Checking test 030 control_lndp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -[0] The total amount of wall time = 125.847795 - -Test 030 control_lndp PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lheatstrg -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_lheatstrg -Checking test 031 control_lheatstrg results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - -[0] The total amount of wall time = 175.462047 - -Test 031 control_lheatstrg PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lseaspray -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_lseaspray -Checking test 032 control_lseaspray results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - -[0] The total amount of wall time = 186.434672 - -Test 032 control_lseaspray PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_merra2 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_merra2 -Checking test 033 control_merra2 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - -[0] The total amount of wall time = 198.827885 +[0] The total amount of wall time = 308.832806 -Test 033 control_merra2 PASS +Test 016 cpld_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_rrtmgp Checking test 034 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1398,13 +743,13 @@ Checking test 034 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 232.929553 +[0] The total amount of wall time = 232.702303 Test 034 control_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmg -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_csawmg +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_csawmg Checking test 035 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1415,13 +760,13 @@ Checking test 035 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 301.030231 +[0] The total amount of wall time = 300.058465 Test 035 control_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmgt -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_csawmgt +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_csawmgt Checking test 036 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1432,13 +777,13 @@ Checking test 036 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 370.600225 +[0] The total amount of wall time = 369.208080 Test 036 control_csawmgt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_flake -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_flake +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_flake Checking test 037 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1449,13 +794,13 @@ Checking test 037 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 254.630613 +[0] The total amount of wall time = 252.960616 Test 037 control_flake PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ugwpv1 -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ugwpv1 +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_ugwpv1 Checking test 038 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1466,13 +811,13 @@ Checking test 038 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 210.482571 +[0] The total amount of wall time = 208.048649 Test 038 control_ugwpv1 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ras -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ras +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_ras Checking test 039 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1483,13 +828,13 @@ Checking test 039 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 201.367142 +[0] The total amount of wall time = 200.004313 Test 039 control_ras PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_thompson +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_thompson Checking test 040 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1500,13 +845,13 @@ Checking test 040 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 239.390166 +[0] The total amount of wall time = 238.664380 Test 040 control_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_thompson_no_aero Checking test 041 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1517,13 +862,13 @@ Checking test 041 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 229.579998 +[0] The total amount of wall time = 228.042408 Test 041 control_thompson_no_aero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_noahmp -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_noahmp +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_noahmp Checking test 042 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1534,13 +879,13 @@ Checking test 042 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 194.891203 +[0] The total amount of wall time = 193.950080 Test 042 control_noahmp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_control +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_control Checking test 043 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1548,25 +893,25 @@ Checking test 043 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 349.308489 +[0] The total amount of wall time = 349.735872 Test 043 regional_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_restart -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_restart +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_restart Checking test 044 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -[0] The total amount of wall time = 199.719800 +[0] The total amount of wall time = 198.770793 Test 044 regional_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_quilt +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_quilt Checking test 045 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1577,13 +922,13 @@ Checking test 045 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 344.726139 +[0] The total amount of wall time = 340.702688 Test 045 regional_quilt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_quilt_2threads +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_quilt_2threads Checking test 046 regional_quilt_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1594,13 +939,13 @@ Checking test 046 regional_quilt_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 193.147049 +[0] The total amount of wall time = 191.459973 Test 046 regional_quilt_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_hafs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_quilt_hafs +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_quilt_hafs Checking test 047 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1609,27 +954,27 @@ Checking test 047 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 344.728005 +[0] The total amount of wall time = 339.737310 Test 047 regional_quilt_hafs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_quilt_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_quilt_netcdf_parallel Checking test 048 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK -[0] The total amount of wall time = 343.460507 +[0] The total amount of wall time = 342.426788 Test 048 regional_quilt_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_quilt_RRTMGP -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_quilt_RRTMGP +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_quilt_RRTMGP Checking test 049 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1640,13 +985,13 @@ Checking test 049 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 467.461262 +[0] The total amount of wall time = 469.449534 Test 049 regional_quilt_RRTMGP PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_gsd +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_gsd Checking test 050 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1735,13 +1080,13 @@ Checking test 050 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 255.102475 +[0] The total amount of wall time = 253.214116 Test 050 fv3_gsd PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1alpha -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_rrfs_v1alpha +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_rrfs_v1alpha Checking test 051 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1806,13 +1151,13 @@ Checking test 051 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 103.672001 +[0] The total amount of wall time = 102.385017 Test 051 fv3_rrfs_v1alpha PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rap -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_rap +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_rap Checking test 052 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1877,13 +1222,13 @@ Checking test 052 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 101.343798 +[0] The total amount of wall time = 102.509106 Test 052 fv3_rap PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_hrrr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_hrrr +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_hrrr Checking test 053 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1948,13 +1293,13 @@ Checking test 053 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 101.629129 +[0] The total amount of wall time = 100.528517 Test 053 fv3_hrrr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_rrfs_v1beta Checking test 054 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2019,131 +1364,39 @@ Checking test 054 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 102.229300 +[0] The total amount of wall time = 102.635053 Test 054 fv3_rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/HAFS_v0_HWRF_thompson -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_HAFS_v0_hwrf_thompson -Checking test 055 fv3_HAFS_v0_hwrf_thompson 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 sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.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 - -[0] The total amount of wall time = 172.569521 - -Test 055 fv3_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/ESG_HAFS_v0_HWRF_thompson -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_esg_HAFS_v0_hwrf_thompson -Checking test 056 fv3_esg_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf012.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf012.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_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK - -[0] The total amount of wall time = 320.070288 - -Test 056 fv3_esg_HAFS_v0_hwrf_thompson PASS - - baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_debug Checking test 057 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 165.804494 +[0] The total amount of wall time = 164.905779 Test 057 control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_2threads_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_2threads_debug Checking test 058 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 154.082540 +[0] The total amount of wall time = 153.120390 Test 058 control_2threads_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2170,221 +1423,221 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 179.816613 +[0] The total amount of wall time = 179.052863 Test 059 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf001.nc ............ALT CHECK......OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 168.661438 +[0] The total amount of wall time = 168.333173 Test 060 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_stochy_debug Checking test 061 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 189.962750 +[0] The total amount of wall time = 189.005499 Test 061 control_stochy_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ca_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ca_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_ca_debug Checking test 062 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 167.264239 +[0] The total amount of wall time = 166.806714 Test 062 control_ca_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_lndp_debug Checking test 063 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 169.861262 +[0] The total amount of wall time = 169.666852 Test 063 control_lndp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_lheatstrg_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_lheatstrg_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_lheatstrg_debug Checking test 064 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 165.355532 +[0] The total amount of wall time = 165.141910 Test 064 control_lheatstrg_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_merra2_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_merra2_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_merra2_debug Checking test 065 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 238.186350 +[0] The total amount of wall time = 235.713180 Test 065 control_merra2_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_rrtmgp_debug Checking test 066 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 188.379088 +[0] The total amount of wall time = 188.297755 Test 066 control_rrtmgp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_csawmg_debug Checking test 067 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 281.931970 +[0] The total amount of wall time = 280.191763 Test 067 control_csawmg_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_csawmgt_debug Checking test 068 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 319.701157 +[0] The total amount of wall time = 315.174033 Test 068 control_csawmgt_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ugwpv1_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ugwpv1_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_ugwpv1_debug Checking test 069 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 179.282801 +[0] The total amount of wall time = 179.483755 Test 069 control_ugwpv1_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_ras_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_ras_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 171.029339 +[0] The total amount of wall time = 171.242080 Test 070 control_ras_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_noahmp_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_noahmp_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_noahmp_debug Checking test 071 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 165.001955 +[0] The total amount of wall time = 164.723399 Test 071 control_noahmp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_diag_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_diag_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_diag_debug Checking test 072 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 175.305460 +[0] The total amount of wall time = 175.449582 Test 072 control_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 196.011197 +[0] The total amount of wall time = 193.932253 Test 073 control_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 187.856767 +[0] The total amount of wall time = 186.955919 Test 074 control_thompson_no_aero_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_thompson_extdiag_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 205.127183 +[0] The total amount of wall time = 203.484839 Test 075 control_thompson_extdiag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_regional_control_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/regional_control_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/regional_control_debug Checking test 076 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2392,13 +1645,13 @@ Checking test 076 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 276.408553 +[0] The total amount of wall time = 276.423976 Test 076 regional_control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_gsd_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_gsd_debug Checking test 077 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2463,13 +1716,13 @@ Checking test 077 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 282.176114 +[0] The total amount of wall time = 281.743542 Test 077 fv3_gsd_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_gsd_diag_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_gsd_diag_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_gsd_diag_debug Checking test 078 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2496,13 +1749,13 @@ Checking test 078 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 430.371527 +[0] The total amount of wall time = 437.559032 Test 078 fv3_gsd_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_rrfs_v1beta_debug Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2567,13 +1820,13 @@ Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 223.095268 +[0] The total amount of wall time = 223.093202 Test 079 fv3_rrfs_v1beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/fv3_rrfs_v1alpha_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_rrfs_v1alpha_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_rrfs_v1alpha_debug Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2638,13 +1891,13 @@ Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 223.590295 +[0] The total amount of wall time = 222.853682 Test 080 fv3_rrfs_v1alpha_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/HAFS_v0_HWRF_thompson_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_HAFS_v0_hwrf_thompson_debug Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2709,13 +1962,13 @@ Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -[0] The total amount of wall time = 234.421422 +[0] The total amount of wall time = 235.377348 Test 081 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2730,86 +1983,150 @@ Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -[0] The total amount of wall time = 434.636368 +[0] The total amount of wall time = 433.941071 Test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/hafs_regional_atm +Checking test 083 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + +[0] The total amount of wall time = 622.521078 + +Test 083 hafs_regional_atm PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_atm_ocn +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/hafs_regional_atm_ocn +Checking test 084 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 616.053126 + +Test 084 hafs_regional_atm_ocn PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_docn +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/hafs_regional_docn +Checking test 085 hafs_regional_docn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 615.436561 + +Test 085 hafs_regional_docn PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_docn_oisst +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/hafs_regional_docn_oisst +Checking test 086 hafs_regional_docn_oisst results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + +[0] The total amount of wall time = 613.375985 + +Test 086 hafs_regional_docn_oisst PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/hafs_regional_datm_cdeps +Checking test 087 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + +[0] The total amount of wall time = 1084.093596 + +Test 087 hafs_regional_datm_cdeps PASS + + baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_control_cfsr -Checking test 083 datm_control_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_control_cfsr +Checking test 088 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 106.017161 +[0] The total amount of wall time = 105.143770 -Test 083 datm_control_cfsr PASS +Test 088 datm_control_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_restart_cfsr -Checking test 084 datm_restart_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_restart_cfsr +Checking test 089 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 76.911583 +[0] The total amount of wall time = 78.197635 -Test 084 datm_restart_cfsr PASS +Test 089 datm_restart_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_control_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_control_gefs -Checking test 085 datm_control_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_control_gefs +Checking test 090 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 98.207712 +[0] The total amount of wall time = 98.138641 -Test 085 datm_control_gefs PASS +Test 090 datm_control_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_control_iau_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_control_iau_gefs -Checking test 086 datm_control_iau_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_control_iau_gefs +Checking test 091 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 101.042991 +[0] The total amount of wall time = 99.405038 -Test 086 datm_control_iau_gefs PASS +Test 091 datm_control_iau_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_bulk_cfsr -Checking test 087 datm_bulk_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_bulk_cfsr +Checking test 092 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 102.006487 +[0] The total amount of wall time = 102.145875 -Test 087 datm_bulk_cfsr PASS +Test 092 datm_bulk_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_bulk_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_bulk_gefs -Checking test 088 datm_bulk_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_bulk_gefs +Checking test 093 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 97.961248 +[0] The total amount of wall time = 97.519043 -Test 088 datm_bulk_gefs PASS +Test 093 datm_bulk_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_mx025_cfsr -Checking test 089 datm_mx025_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_mx025_cfsr +Checking test 094 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2817,14 +2134,14 @@ Checking test 089 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 338.578768 +[0] The total amount of wall time = 345.076759 -Test 089 datm_mx025_cfsr PASS +Test 094 datm_mx025_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_mx025_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_mx025_gefs -Checking test 090 datm_mx025_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_mx025_gefs +Checking test 095 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2832,86 +2149,86 @@ Checking test 090 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 339.193278 +[0] The total amount of wall time = 335.808030 -Test 090 datm_mx025_gefs PASS +Test 095 datm_mx025_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_debug_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_debug_cfsr -Checking test 091 datm_debug_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_debug_cfsr +Checking test 096 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -[0] The total amount of wall time = 295.019649 +[0] The total amount of wall time = 293.550508 -Test 091 datm_debug_cfsr PASS +Test 096 datm_debug_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_control_cfsr -Checking test 092 datm_cdeps_control_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_control_cfsr +Checking test 097 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 172.773743 +[0] The total amount of wall time = 172.124463 -Test 092 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_restart_cfsr -Checking test 093 datm_cdeps_restart_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_restart_cfsr +Checking test 098 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 118.110907 +[0] The total amount of wall time = 118.421155 -Test 093 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_control_gefs -Checking test 094 datm_cdeps_control_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 166.374136 +[0] The total amount of wall time = 166.537919 -Test 094 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_bulk_cfsr -Checking test 095 datm_cdeps_bulk_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_bulk_cfsr +Checking test 100 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 172.044573 +[0] The total amount of wall time = 173.004407 -Test 095 datm_cdeps_bulk_cfsr PASS +Test 100 datm_cdeps_bulk_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_bulk_gefs -Checking test 096 datm_cdeps_bulk_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_bulk_gefs +Checking test 101 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 166.940329 +[0] The total amount of wall time = 166.125801 -Test 096 datm_cdeps_bulk_gefs PASS +Test 101 datm_cdeps_bulk_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_mx025_cfsr -Checking test 097 datm_cdeps_mx025_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_mx025_cfsr +Checking test 102 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2919,14 +2236,14 @@ Checking test 097 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 337.797150 +[0] The total amount of wall time = 335.843900 -Test 097 datm_cdeps_mx025_cfsr PASS +Test 102 datm_cdeps_mx025_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_mx025_gefs -Checking test 098 datm_cdeps_mx025_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_mx025_gefs +Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2934,36 +2251,36 @@ Checking test 098 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 334.249079 +[0] The total amount of wall time = 333.671337 -Test 098 datm_cdeps_mx025_gefs PASS +Test 103 datm_cdeps_mx025_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_multiple_files_cfsr -Checking test 099 datm_cdeps_multiple_files_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_multiple_files_cfsr +Checking test 104 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 173.174919 +[0] The total amount of wall time = 171.278128 -Test 099 datm_cdeps_multiple_files_cfsr PASS +Test 104 datm_cdeps_multiple_files_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/datm_cdeps_debug_cfsr -Checking test 100 datm_cdeps_debug_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/datm_cdeps_debug_cfsr +Checking test 105 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -[0] The total amount of wall time = 493.048204 +[0] The total amount of wall time = 492.666799 -Test 100 datm_cdeps_debug_cfsr PASS +Test 105 datm_cdeps_debug_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_atmwav -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_atmwav -Checking test 101 control_atmwav results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_atmwav +Checking test 106 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3006,14 +2323,14 @@ Checking test 101 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -[0] The total amount of wall time = 151.109496 +[0] The total amount of wall time = 154.460210 -Test 101 control_atmwav PASS +Test 106 control_atmwav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Ali.Abdolali/FV3_RT/rt_17044/control_c384gdas_wav -Checking test 102 control_c384gdas_wav results .... +working dir = /gpfs/dell2/ptmp/Bin.Liu/FV3_RT/rt_17982/control_c384gdas_wav +Checking test 107 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3058,11 +2375,11 @@ Checking test 102 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK -[0] The total amount of wall time = 1004.144156 +[0] The total amount of wall time = 990.952045 -Test 102 control_c384gdas_wav PASS +Test 107 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 19:50:06 UTC 2021 -Elapsed time: 01h:02m:37s. Have a nice day! +Wed Aug 4 19:02:56 UTC 2021 +Elapsed time: 01h:02m:33s. Have a nice day! From c81a564154b147d15b2ab71a2ba67ddf88bbac6e Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 4 Aug 2021 20:06:19 +0000 Subject: [PATCH 263/271] Update RegressionTests_hera.intel.log --- tests/RegressionTests_hera.intel.log | 604 +++++++++++++++------------ 1 file changed, 335 insertions(+), 269 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index dfa40318b5..b39abc7bc6 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,27 +1,29 @@ -Thu Jul 29 17:00:10 UTC 2021 +Wed Aug 4 18:46:39 UTC 2021 Start Regression test -Compile 001 elapsed time 692 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 809 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 175 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 695 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 556 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 539 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 533 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 536 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 477 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 167 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 375 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 157 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 423 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 94 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 178 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 016 elapsed time 90 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 536 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 549 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1026 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 982 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 429 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 1288 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 1021 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 871 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 834 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 1044 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 457 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 712 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 498 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 460 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 784 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 639 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 222 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 016 elapsed time 461 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 563 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 018 elapsed time 202 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 622 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 020 elapsed time 690 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -71,13 +73,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 88.370707 + 0: The total amount of wall time = 214.072036 Test 001 cpld_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -127,13 +129,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 49.362752 + 0: The total amount of wall time = 53.878623 Test 002 cpld_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -183,13 +185,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 93.041751 + 0: The total amount of wall time = 336.105818 Test 003 cpld_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_decomp Checking test 004 cpld_decomp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -239,13 +241,13 @@ Checking test 004 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 83.643200 + 0: The total amount of wall time = 329.629135 Test 004 cpld_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_ca -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_ca +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_ca Checking test 005 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -295,13 +297,13 @@ Checking test 005 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 84.613377 + 0: The total amount of wall time = 184.148437 Test 005 cpld_ca PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_control_c192 Checking test 006 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -351,13 +353,13 @@ Checking test 006 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 369.965376 + 0: The total amount of wall time = 606.843401 Test 006 cpld_control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_restart_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_restart_c192 Checking test 007 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -407,13 +409,13 @@ Checking test 007 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 276.561065 + 0: The total amount of wall time = 546.890012 Test 007 cpld_restart_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_control_c384 Checking test 008 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -466,13 +468,13 @@ Checking test 008 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 778.912569 + 0: The total amount of wall time = 1027.359558 Test 008 cpld_control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_restart_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_restart_c384 Checking test 009 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -525,13 +527,13 @@ Checking test 009 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 658.219711 + 0: The total amount of wall time = 481.550184 Test 009 cpld_restart_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_bmark_v16 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_bmark_v16 Checking test 010 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -574,13 +576,13 @@ Checking test 010 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 600.254014 + 0: The total amount of wall time = 730.925871 Test 010 cpld_bmark_v16 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_restart_bmark_v16 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_restart_bmark_v16 Checking test 011 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -623,13 +625,13 @@ Checking test 011 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 363.382040 + 0: The total amount of wall time = 444.889593 Test 011 cpld_restart_bmark_v16 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16_nsst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_bmark_v16_nsst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_bmark_v16_nsst Checking test 012 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -672,13 +674,13 @@ Checking test 012 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 596.494492 + 0: The total amount of wall time = 727.966633 Test 012 cpld_bmark_v16_nsst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_bmark_wave_v16 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_bmark_wave_v16 Checking test 013 cpld_bmark_wave_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -723,13 +725,13 @@ Checking test 013 cpld_bmark_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 636.886880 + 0: The total amount of wall time = 883.824617 Test 013 cpld_bmark_wave_v16 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16_p7b -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_bmark_wave_v16_p7b +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_bmark_wave_v16_p7b Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -774,13 +776,13 @@ Checking test 014 cpld_bmark_wave_v16_p7b results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 672.741771 + 0: The total amount of wall time = 1433.955487 Test 014 cpld_bmark_wave_v16_p7b PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_wave -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_control_wave +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_control_wave Checking test 015 cpld_control_wave results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -833,13 +835,13 @@ Checking test 015 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK - 0: The total amount of wall time = 97.902634 + 0: The total amount of wall time = 520.827202 Test 015 cpld_control_wave PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/cpld_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/cpld_debug Checking test 016 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -889,13 +891,13 @@ Checking test 016 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 289.858305 + 0: The total amount of wall time = 309.398421 Test 016 cpld_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control Checking test 017 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -942,13 +944,13 @@ Checking test 017 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 149.119972 + 0: The total amount of wall time = 228.466689 Test 017 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_decomp Checking test 018 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -991,13 +993,13 @@ Checking test 018 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 152.380191 + 0: The total amount of wall time = 179.783504 Test 018 control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1040,13 +1042,13 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 157.229408 + 0: The total amount of wall time = 197.640136 Test 019 control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1085,13 +1087,13 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 62.127478 + 0: The total amount of wall time = 82.533162 Test 020 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_fhzero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1134,13 +1136,13 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 150.675448 + 0: The total amount of wall time = 170.648346 Test 021 control_fhzero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1167,13 +1169,13 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 113.846274 + 0: The total amount of wall time = 151.435132 Test 022 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1184,13 +1186,13 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 164.160916 + 0: The total amount of wall time = 183.170968 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1201,13 +1203,13 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 461.249050 + 0: The total amount of wall time = 724.595507 Test 024 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1218,13 +1220,13 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 820.138490 + 0: The total amount of wall time = 1357.462656 Test 025 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1267,13 +1269,13 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 635.216857 + 0: The total amount of wall time = 1100.827212 Test 026 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1284,26 +1286,26 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 105.039853 + 0: The total amount of wall time = 131.097541 Test 027 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 56.253265 + 0: The total amount of wall time = 137.112249 Test 028 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ca +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ca Checking test 029 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1314,13 +1316,13 @@ Checking test 029 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 104.910031 + 0: The total amount of wall time = 116.719463 Test 029 control_ca PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1331,13 +1333,13 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 106.783305 + 0: The total amount of wall time = 117.120279 Test 030 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_lheatstrg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_lheatstrg Checking test 031 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1348,13 +1350,13 @@ Checking test 031 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 147.473174 + 0: The total amount of wall time = 197.890421 Test 031 control_lheatstrg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lseaspray -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_lseaspray +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_lseaspray Checking test 032 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1365,13 +1367,13 @@ Checking test 032 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 156.209975 + 0: The total amount of wall time = 188.505123 Test 032 control_lseaspray PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_merra2 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_merra2 Checking test 033 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1382,13 +1384,13 @@ Checking test 033 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 173.208902 + 0: The total amount of wall time = 267.237076 Test 033 control_merra2 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_rrtmgp Checking test 034 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1399,13 +1401,13 @@ Checking test 034 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 208.052258 + 0: The total amount of wall time = 475.859160 Test 034 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_csawmg Checking test 035 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1416,13 +1418,13 @@ Checking test 035 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 255.845881 + 0: The total amount of wall time = 485.660122 Test 035 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_csawmgt Checking test 036 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1433,13 +1435,13 @@ Checking test 036 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 312.281090 + 0: The total amount of wall time = 543.146024 Test 036 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_flake Checking test 037 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1450,13 +1452,13 @@ Checking test 037 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 220.169187 + 0: The total amount of wall time = 547.517272 Test 037 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ugwpv1 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ugwpv1 Checking test 038 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1467,13 +1469,13 @@ Checking test 038 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.359485 + 0: The total amount of wall time = 365.103165 Test 038 control_ugwpv1 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ras Checking test 039 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1484,13 +1486,13 @@ Checking test 039 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 180.188890 + 0: The total amount of wall time = 422.323871 Test 039 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_thompson Checking test 040 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1501,13 +1503,13 @@ Checking test 040 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 204.552354 + 0: The total amount of wall time = 271.936681 Test 040 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_thompson_no_aero Checking test 041 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1518,13 +1520,13 @@ Checking test 041 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 198.456487 + 0: The total amount of wall time = 279.227658 Test 041 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_noahmp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_noahmp Checking test 042 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1535,13 +1537,13 @@ Checking test 042 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 170.385758 + 0: The total amount of wall time = 223.453606 Test 042 control_noahmp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_control Checking test 043 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1549,25 +1551,25 @@ Checking test 043 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 283.486109 + 0: The total amount of wall time = 323.258356 Test 043 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_restart -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_restart Checking test 044 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK - 0: The total amount of wall time = 154.446288 + 0: The total amount of wall time = 336.565283 Test 044 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_quilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_quilt Checking test 045 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1578,13 +1580,13 @@ Checking test 045 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 290.086324 + 0: The total amount of wall time = 298.378158 Test 045 regional_quilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_quilt_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_quilt_2threads Checking test 046 regional_quilt_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1595,13 +1597,13 @@ Checking test 046 regional_quilt_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 208.527851 + 0: The total amount of wall time = 228.406712 Test 046 regional_quilt_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_quilt_hafs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_quilt_hafs Checking test 047 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1610,13 +1612,13 @@ Checking test 047 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 289.185112 + 0: The total amount of wall time = 313.475128 Test 047 regional_quilt_hafs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_quilt_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_quilt_netcdf_parallel Checking test 048 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1624,13 +1626,13 @@ Checking test 048 regional_quilt_netcdf_parallel results .... Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 296.272740 + 0: The total amount of wall time = 317.119626 Test 048 regional_quilt_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_quilt_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_quilt_RRTMGP Checking test 049 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1641,13 +1643,13 @@ Checking test 049 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 386.415185 + 0: The total amount of wall time = 519.799510 Test 049 regional_quilt_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_gsd +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_gsd Checking test 050 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1736,13 +1738,13 @@ Checking test 050 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 216.187589 + 0: The total amount of wall time = 270.982497 Test 050 fv3_gsd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_rrfs_v1alpha +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_rrfs_v1alpha Checking test 051 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1807,13 +1809,13 @@ Checking test 051 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 86.218201 + 0: The total amount of wall time = 116.563706 Test 051 fv3_rrfs_v1alpha PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rap -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_rap +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_rap Checking test 052 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1878,13 +1880,13 @@ Checking test 052 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 84.458463 + 0: The total amount of wall time = 92.249012 Test 052 fv3_rap PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_hrrr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_hrrr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_hrrr Checking test 053 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1949,13 +1951,13 @@ Checking test 053 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 83.679638 + 0: The total amount of wall time = 113.833772 Test 053 fv3_hrrr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_rrfs_v1beta Checking test 054 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2020,13 +2022,13 @@ Checking test 054 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 85.878946 + 0: The total amount of wall time = 109.477563 Test 054 fv3_rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_HAFS_v0_hwrf_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_HAFS_v0_hwrf_thompson Checking test 055 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2091,13 +2093,13 @@ Checking test 055 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 142.454203 + 0: The total amount of wall time = 214.405266 Test 055 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_esg_HAFS_v0_hwrf_thompson Checking test 056 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2112,39 +2114,39 @@ Checking test 056 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 294.613755 + 0: The total amount of wall time = 345.871804 Test 056 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_debug Checking test 057 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 139.424294 + 0: The total amount of wall time = 158.398938 Test 057 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_2threads_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_2threads_debug Checking test 058 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 210.771240 + 0: The total amount of wall time = 223.620948 Test 058 control_2threads_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2171,221 +2173,221 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 153.328346 + 0: The total amount of wall time = 368.927473 Test 059 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 144.513009 + 0: The total amount of wall time = 152.619134 Test 060 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_stochy_debug Checking test 061 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.577705 + 0: The total amount of wall time = 185.313471 Test 061 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ca_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ca_debug Checking test 062 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 143.652391 + 0: The total amount of wall time = 237.411797 Test 062 control_ca_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_lndp_debug Checking test 063 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 148.185360 + 0: The total amount of wall time = 168.453880 Test 063 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_lheatstrg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_lheatstrg_debug Checking test 064 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 145.077504 + 0: The total amount of wall time = 175.052528 Test 064 control_lheatstrg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_merra2_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_merra2_debug Checking test 065 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 196.846143 + 0: The total amount of wall time = 231.012092 Test 065 control_merra2_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_rrtmgp_debug Checking test 066 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.682437 + 0: The total amount of wall time = 367.266924 Test 066 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_csawmg_debug Checking test 067 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 229.899677 + 0: The total amount of wall time = 253.688979 Test 067 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_csawmgt_debug Checking test 068 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 262.830479 + 0: The total amount of wall time = 267.473936 Test 068 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ugwpv1_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ugwpv1_debug Checking test 069 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 149.640559 + 0: The total amount of wall time = 202.644720 Test 069 control_ugwpv1_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 145.470412 + 0: The total amount of wall time = 171.957879 Test 070 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_noahmp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_noahmp_debug Checking test 071 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.311700 + 0: The total amount of wall time = 166.018056 Test 071 control_noahmp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_diag_debug Checking test 072 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.228610 + 0: The total amount of wall time = 194.290555 Test 072 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 165.615141 + 0: The total amount of wall time = 181.070111 Test 073 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 157.851305 + 0: The total amount of wall time = 171.473050 Test 074 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 179.763847 + 0: The total amount of wall time = 194.934815 Test 075 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/regional_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/regional_control_debug Checking test 076 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2393,13 +2395,13 @@ Checking test 076 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 240.815316 + 0: The total amount of wall time = 243.719987 Test 076 regional_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_gsd_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_gsd_debug Checking test 077 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2464,13 +2466,13 @@ Checking test 077 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 245.436050 + 0: The total amount of wall time = 290.448542 Test 077 fv3_gsd_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_gsd_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_gsd_diag_debug Checking test 078 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2497,13 +2499,13 @@ Checking test 078 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 534.779759 + 0: The total amount of wall time = 1467.175095 Test 078 fv3_gsd_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_rrfs_v1beta_debug Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2568,13 +2570,13 @@ Checking test 079 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.147643 + 0: The total amount of wall time = 279.028846 Test 079 fv3_rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_rrfs_v1alpha_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_rrfs_v1alpha_debug Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2639,13 +2641,13 @@ Checking test 080 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.340817 + 0: The total amount of wall time = 217.263181 Test 080 fv3_rrfs_v1alpha_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_HAFS_v0_hwrf_thompson_debug Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2710,13 +2712,13 @@ Checking test 081 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 223.104539 + 0: The total amount of wall time = 294.508673 Test 081 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2731,86 +2733,150 @@ Checking test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 435.700299 + 0: The total amount of wall time = 457.682344 Test 082 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/hafs_regional_atm +Checking test 083 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 433.584259 + +Test 083 hafs_regional_atm PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/hafs_regional_atm_ocn +Checking test 084 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 412.567565 + +Test 084 hafs_regional_atm_ocn PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/hafs_regional_docn +Checking test 085 hafs_regional_docn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 361.119420 + +Test 085 hafs_regional_docn PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/hafs_regional_docn_oisst +Checking test 086 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 341.812962 + +Test 086 hafs_regional_docn_oisst PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/hafs_regional_datm_cdeps +Checking test 087 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + + 0: The total amount of wall time = 1178.108130 + +Test 087 hafs_regional_datm_cdeps PASS + + baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_control_cfsr -Checking test 083 datm_control_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_control_cfsr +Checking test 088 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 105.173888 + 0: The total amount of wall time = 161.513127 -Test 083 datm_control_cfsr PASS +Test 088 datm_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_restart_cfsr -Checking test 084 datm_restart_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_restart_cfsr +Checking test 089 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 68.455727 + 0: The total amount of wall time = 114.485053 -Test 084 datm_restart_cfsr PASS +Test 089 datm_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_control_gefs -Checking test 085 datm_control_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_control_gefs +Checking test 090 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 179.643767 + 0: The total amount of wall time = 179.937211 -Test 085 datm_control_gefs PASS +Test 090 datm_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_control_iau_gefs -Checking test 086 datm_control_iau_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_control_iau_gefs +Checking test 091 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 177.669099 + 0: The total amount of wall time = 191.718595 -Test 086 datm_control_iau_gefs PASS +Test 091 datm_control_iau_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_bulk_cfsr -Checking test 087 datm_bulk_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_bulk_cfsr +Checking test 092 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 113.473557 + 0: The total amount of wall time = 117.359816 -Test 087 datm_bulk_cfsr PASS +Test 092 datm_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_bulk_gefs -Checking test 088 datm_bulk_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_bulk_gefs +Checking test 093 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 112.395410 + 0: The total amount of wall time = 130.666131 -Test 088 datm_bulk_gefs PASS +Test 093 datm_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_mx025_cfsr -Checking test 089 datm_mx025_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_mx025_cfsr +Checking test 094 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2818,14 +2884,14 @@ Checking test 089 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 308.054606 + 0: The total amount of wall time = 413.499973 -Test 089 datm_mx025_cfsr PASS +Test 094 datm_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_mx025_gefs -Checking test 090 datm_mx025_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_mx025_gefs +Checking test 095 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2833,86 +2899,86 @@ Checking test 090 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 311.760272 + 0: The total amount of wall time = 459.692143 -Test 090 datm_mx025_gefs PASS +Test 095 datm_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_debug_cfsr -Checking test 091 datm_debug_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_debug_cfsr +Checking test 096 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 255.480765 + 0: The total amount of wall time = 484.402639 -Test 091 datm_debug_cfsr PASS +Test 096 datm_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_control_cfsr -Checking test 092 datm_cdeps_control_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_control_cfsr +Checking test 097 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 164.356774 + 0: The total amount of wall time = 161.896228 -Test 092 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_restart_cfsr -Checking test 093 datm_cdeps_restart_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_restart_cfsr +Checking test 098 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 95.118624 + 0: The total amount of wall time = 145.991541 -Test 093 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_control_gefs -Checking test 094 datm_cdeps_control_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.769503 + 0: The total amount of wall time = 285.805172 -Test 094 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_bulk_cfsr -Checking test 095 datm_cdeps_bulk_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_bulk_cfsr +Checking test 100 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.015964 + 0: The total amount of wall time = 197.282255 -Test 095 datm_cdeps_bulk_cfsr PASS +Test 100 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_bulk_gefs -Checking test 096 datm_cdeps_bulk_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_bulk_gefs +Checking test 101 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.979040 + 0: The total amount of wall time = 164.446927 -Test 096 datm_cdeps_bulk_gefs PASS +Test 101 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_mx025_cfsr -Checking test 097 datm_cdeps_mx025_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_mx025_cfsr +Checking test 102 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2920,14 +2986,14 @@ Checking test 097 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 321.056449 + 0: The total amount of wall time = 374.176308 -Test 097 datm_cdeps_mx025_cfsr PASS +Test 102 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_mx025_gefs -Checking test 098 datm_cdeps_mx025_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_mx025_gefs +Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2935,36 +3001,36 @@ Checking test 098 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 362.583289 + 0: The total amount of wall time = 554.391427 -Test 098 datm_cdeps_mx025_gefs PASS +Test 103 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_multiple_files_cfsr -Checking test 099 datm_cdeps_multiple_files_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_multiple_files_cfsr +Checking test 104 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 150.723289 + 0: The total amount of wall time = 148.930557 -Test 099 datm_cdeps_multiple_files_cfsr PASS +Test 104 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/datm_cdeps_debug_cfsr -Checking test 100 datm_cdeps_debug_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/datm_cdeps_debug_cfsr +Checking test 105 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 435.869862 + 0: The total amount of wall time = 474.298284 -Test 100 datm_cdeps_debug_cfsr PASS +Test 105 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_atmwav -Checking test 101 control_atmwav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_atmwav +Checking test 106 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3007,14 +3073,14 @@ Checking test 101 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 139.839582 + 0: The total amount of wall time = 242.584131 -Test 101 control_atmwav PASS +Test 106 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_c384gdas_wav -Checking test 102 control_c384gdas_wav results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_c384gdas_wav +Checking test 107 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3059,14 +3125,14 @@ Checking test 102 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 881.258701 + 0: The total amount of wall time = 674.308328 -Test 102 control_c384gdas_wav PASS +Test 107 control_c384gdas_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30373/control_atm_aerosols -Checking test 103 control_atm_aerosols results .... +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_25448/control_atm_aerosols +Checking test 108 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3112,11 +3178,11 @@ Checking test 103 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 336.633735 + 0: The total amount of wall time = 451.439855 -Test 103 control_atm_aerosols PASS +Test 108 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 18:17:44 UTC 2021 -Elapsed time: 01h:17m:35s. Have a nice day! +Wed Aug 4 20:03:17 UTC 2021 +Elapsed time: 01h:16m:38s. Have a nice day! From b8502bde90db638a03b513b2b059024a1b6c4de7 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Wed, 4 Aug 2021 22:41:48 +0000 Subject: [PATCH 264/271] Update RegressionTests_cheyenne.intel.log. --- tests/RegressionTests_cheyenne.intel.log | 1126 +++++++++++++--------- 1 file changed, 649 insertions(+), 477 deletions(-) diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index eb507d67b9..c83bd6bd5b 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,26 +1,28 @@ -Fri Jul 23 13:30:54 MDT 2021 +Wed Aug 4 10:45:56 MDT 2021 Start Regression test -Compile 001 elapsed time 950 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1029 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 299 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 685 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 883 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 738 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 802 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 711 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 226 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 206 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 210 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 349 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 160 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 360 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 016 elapsed time 160 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 691 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_control +Compile 001 elapsed time 1018 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1105 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 339 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 710 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 905 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 748 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 825 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 728 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 260 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 232 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 226 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 229 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 808 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 822 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 381 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 016 elapsed time 190 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 394 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 018 elapsed time 190 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 716 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,13 +72,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -0:The total amount of wall time = 95.973315 +0:The total amount of wall time = 96.156924 Test 001 cpld_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -126,13 +128,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -0:The total amount of wall time = 52.607685 +0:The total amount of wall time = 52.742686 Test 002 cpld_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -182,13 +184,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -0:The total amount of wall time = 254.393281 +0:The total amount of wall time = 253.358609 Test 003 cpld_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_decomp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_decomp Checking test 004 cpld_decomp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -238,13 +240,13 @@ Checking test 004 cpld_decomp results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -0:The total amount of wall time = 94.957030 +0:The total amount of wall time = 94.699459 Test 004 cpld_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_ca -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_ca +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_ca +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_ca Checking test 005 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -294,13 +296,13 @@ Checking test 005 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK -0:The total amount of wall time = 94.095853 +0:The total amount of wall time = 94.583997 Test 005 cpld_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_control_c192 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_control_c192 Checking test 006 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -350,13 +352,13 @@ Checking test 006 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -0:The total amount of wall time = 407.549346 +0:The total amount of wall time = 391.602825 Test 006 cpld_control_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_restart_c192 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_restart_c192 Checking test 007 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -406,13 +408,13 @@ Checking test 007 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK -0:The total amount of wall time = 284.357183 +0:The total amount of wall time = 287.982091 Test 007 cpld_restart_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_control_c384 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_control_c384 Checking test 008 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -465,13 +467,13 @@ Checking test 008 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK -0:The total amount of wall time = 859.221342 +0:The total amount of wall time = 819.755016 Test 008 cpld_control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_restart_c384 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_restart_c384 Checking test 009 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -524,13 +526,13 @@ Checking test 009 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK -0:The total amount of wall time = 467.859732 +0:The total amount of wall time = 472.210281 Test 009 cpld_restart_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_bmark_v16 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_bmark_v16 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_bmark_v16 Checking test 010 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -573,13 +575,13 @@ Checking test 010 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 680.276435 +0:The total amount of wall time = 690.602111 Test 010 cpld_bmark_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_bmark_v16 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_restart_bmark_v16 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_restart_bmark_v16 Checking test 011 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -622,13 +624,13 @@ Checking test 011 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 388.449443 +0:The total amount of wall time = 388.534776 Test 011 cpld_restart_bmark_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_bmark_v16_nsst -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_bmark_v16_nsst +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16_nsst +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_bmark_v16_nsst Checking test 012 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -671,13 +673,13 @@ Checking test 012 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 680.696663 +0:The total amount of wall time = 690.218042 Test 012 cpld_bmark_v16_nsst PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_bmark_wave_v16 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_bmark_wave_v16 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_bmark_wave_v16 Checking test 013 cpld_bmark_wave_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -722,13 +724,13 @@ Checking test 013 cpld_bmark_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 774.220511 +0:The total amount of wall time = 772.909135 Test 013 cpld_bmark_wave_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_control_wave -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_control_wave +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_wave +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_control_wave Checking test 014 cpld_control_wave results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -781,13 +783,13 @@ Checking test 014 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK -0:The total amount of wall time = 119.415804 +0:The total amount of wall time = 122.161951 Test 014 cpld_control_wave PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/cpld_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/cpld_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/cpld_debug Checking test 015 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -837,21 +839,25 @@ Checking test 015 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK -0:The total amount of wall time = 284.461517 +0:The total amount of wall time = 288.325514 Test 015 cpld_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control Checking test 016 control results .... Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -886,13 +892,13 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 166.776978 +0:The total amount of wall time = 165.871998 Test 016 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_decomp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -935,13 +941,13 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 170.299524 +0:The total amount of wall time = 166.644260 Test 017 control_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -984,13 +990,13 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 348.256355 +0:The total amount of wall time = 344.503098 Test 018 control_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1029,14 +1035,63 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 74.150274 +0:The total amount of wall time = 75.862691 Test 019 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_CubedSphereGrid -Checking test 020 control_CubedSphereGrid results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_fhzero +Checking test 020 control_fhzero results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf021.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........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 + +0:The total amount of wall time = 166.464032 + +Test 020 control_fhzero PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_CubedSphereGrid +Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1062,15 +1117,15 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 139.443023 +0:The total amount of wall time = 140.600364 -Test 020 control_CubedSphereGrid PASS +Test 021 control_CubedSphereGrid PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_wrtGauss_netcdf_parallel -Checking test 021 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_wrtGauss_netcdf_parallel +Checking test 022 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc .........OK @@ -1079,14 +1134,14 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 184.026789 +0:The total amount of wall time = 185.186821 -Test 021 control_wrtGauss_netcdf_parallel PASS +Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_c192 -Checking test 022 control_c192 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_c192 +Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1096,14 +1151,14 @@ Checking test 022 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 577.258468 +0:The total amount of wall time = 579.033414 -Test 022 control_c192 PASS +Test 023 control_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_c384 -Checking test 023 control_c384 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_c384 +Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1113,14 +1168,14 @@ Checking test 023 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1060.475199 +0:The total amount of wall time = 1067.237424 -Test 023 control_c384 PASS +Test 024 control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_c384gdas -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_c384gdas -Checking test 024 control_c384gdas results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_c384gdas +Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1162,14 +1217,14 @@ Checking test 024 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 886.086998 +0:The total amount of wall time = 912.116433 -Test 024 control_c384gdas PASS +Test 025 control_c384gdas PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_stochy -Checking test 025 control_stochy results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_stochy +Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1179,27 +1234,27 @@ Checking test 025 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 113.415994 +0:The total amount of wall time = 111.348178 -Test 025 control_stochy PASS +Test 026 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_stochy_restart -Checking test 026 control_stochy_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_stochy_restart +Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 57.307748 +0:The total amount of wall time = 56.631135 -Test 026 control_stochy_restart PASS +Test 027 control_stochy_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ca -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ca -Checking test 027 control_ca results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ca +Checking test 028 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1209,14 +1264,14 @@ Checking test 027 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 110.420009 +0:The total amount of wall time = 110.304694 -Test 027 control_ca PASS +Test 028 control_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_lndp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_lndp -Checking test 028 control_lndp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_lndp +Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1226,14 +1281,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 114.548014 +0:The total amount of wall time = 112.647471 -Test 028 control_lndp PASS +Test 029 control_lndp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_lheatstrg -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_lheatstrg -Checking test 029 control_lheatstrg results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_lheatstrg +Checking test 030 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1243,14 +1298,14 @@ Checking test 029 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 166.851346 +0:The total amount of wall time = 166.173465 -Test 029 control_lheatstrg PASS +Test 030 control_lheatstrg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_lseaspray -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_lseaspray -Checking test 030 control_lseaspray results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lseaspray +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_lseaspray +Checking test 031 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1260,14 +1315,14 @@ Checking test 030 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 175.255264 +0:The total amount of wall time = 174.464698 -Test 030 control_lseaspray PASS +Test 031 control_lseaspray PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_merra2 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_merra2 -Checking test 031 control_merra2 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_merra2 +Checking test 032 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1277,14 +1332,14 @@ Checking test 031 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 200.676952 +0:The total amount of wall time = 203.152962 -Test 031 control_merra2 PASS +Test 032 control_merra2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_rrtmgp -Checking test 032 control_rrtmgp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_rrtmgp +Checking test 033 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1294,14 +1349,14 @@ Checking test 032 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 276.220118 +0:The total amount of wall time = 271.914760 -Test 032 control_rrtmgp PASS +Test 033 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_csawmgt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_csawmgt -Checking test 033 control_csawmgt results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_csawmgt +Checking test 034 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1311,14 +1366,14 @@ Checking test 033 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 415.938724 +0:The total amount of wall time = 415.724291 -Test 033 control_csawmgt PASS +Test 034 control_csawmgt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_flake -Checking test 034 control_flake results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_flake +Checking test 035 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1328,14 +1383,14 @@ Checking test 034 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 267.580844 +0:The total amount of wall time = 268.525566 -Test 034 control_flake PASS +Test 035 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ugwpv1 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ugwpv1 -Checking test 035 control_ugwpv1 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ugwpv1 +Checking test 036 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1345,14 +1400,14 @@ Checking test 035 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 223.130509 +0:The total amount of wall time = 214.110007 -Test 035 control_ugwpv1 PASS +Test 036 control_ugwpv1 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ras -Checking test 036 control_ras results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ras +Checking test 037 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1362,14 +1417,14 @@ Checking test 036 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 204.865524 +0:The total amount of wall time = 203.996899 -Test 036 control_ras PASS +Test 037 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_thompson -Checking test 037 control_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_thompson +Checking test 038 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1379,14 +1434,14 @@ Checking test 037 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 258.267432 +0:The total amount of wall time = 258.511900 -Test 037 control_thompson PASS +Test 038 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_thompson_no_aero -Checking test 038 control_thompson_no_aero results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_thompson_no_aero +Checking test 039 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1396,14 +1451,14 @@ Checking test 038 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 248.777476 +0:The total amount of wall time = 247.313102 -Test 038 control_thompson_no_aero PASS +Test 039 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_noahmp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_noahmp -Checking test 039 control_noahmp results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_noahmp +Checking test 040 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1413,40 +1468,40 @@ Checking test 039 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 200.622090 +0:The total amount of wall time = 196.765463 -Test 039 control_noahmp PASS +Test 040 control_noahmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_control -Checking test 040 regional_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_control +Checking test 041 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 347.858405 +0:The total amount of wall time = 341.708535 -Test 040 regional_control PASS +Test 041 regional_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_restart -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_restart -Checking test 041 regional_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_restart +Checking test 042 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -0:The total amount of wall time = 189.059849 +0:The total amount of wall time = 189.023515 -Test 041 regional_restart PASS +Test 042 regional_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_quilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_quilt -Checking test 042 regional_quilt results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_quilt +Checking test 043 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1456,14 +1511,14 @@ Checking test 042 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 337.997550 +0:The total amount of wall time = 349.544531 -Test 042 regional_quilt PASS +Test 043 regional_quilt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_quilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_quilt_2threads -Checking test 043 regional_quilt_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_quilt_2threads +Checking test 044 regional_quilt_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1473,14 +1528,14 @@ Checking test 043 regional_quilt_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 931.153287 +0:The total amount of wall time = 928.587105 -Test 043 regional_quilt_2threads PASS +Test 044 regional_quilt_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_quilt_hafs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_quilt_hafs -Checking test 044 regional_quilt_hafs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_hafs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_quilt_hafs +Checking test 045 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1488,28 +1543,28 @@ Checking test 044 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -0:The total amount of wall time = 345.357673 +0:The total amount of wall time = 344.933928 -Test 044 regional_quilt_hafs PASS +Test 045 regional_quilt_hafs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_quilt_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_quilt_netcdf_parallel -Checking test 045 regional_quilt_netcdf_parallel results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_quilt_netcdf_parallel +Checking test 046 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 346.490861 +0:The total amount of wall time = 344.456020 -Test 045 regional_quilt_netcdf_parallel PASS +Test 046 regional_quilt_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_quilt_RRTMGP -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_quilt_RRTMGP -Checking test 046 regional_quilt_RRTMGP results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_RRTMGP +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_quilt_RRTMGP +Checking test 047 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK @@ -1519,14 +1574,14 @@ Checking test 046 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 528.146104 +0:The total amount of wall time = 528.590778 -Test 046 regional_quilt_RRTMGP PASS +Test 047 regional_quilt_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_gsd -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_gsd -Checking test 047 fv3_gsd results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_gsd +Checking test 048 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1614,14 +1669,14 @@ Checking test 047 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 253.754514 +0:The total amount of wall time = 255.923991 -Test 047 fv3_gsd PASS +Test 048 fv3_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_rrfs_v1alpha -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_rrfs_v1alpha -Checking test 048 fv3_rrfs_v1alpha results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_rrfs_v1alpha +Checking test 049 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1685,14 +1740,14 @@ Checking test 048 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 100.355164 +0:The total amount of wall time = 100.084925 -Test 048 fv3_rrfs_v1alpha PASS +Test 049 fv3_rrfs_v1alpha PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_rap -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_rap -Checking test 049 fv3_rap results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rap +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_rap +Checking test 050 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1756,14 +1811,14 @@ Checking test 049 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 100.023699 +0:The total amount of wall time = 100.241989 -Test 049 fv3_rap PASS +Test 050 fv3_rap PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_hrrr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_hrrr -Checking test 050 fv3_hrrr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_hrrr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_hrrr +Checking test 051 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1827,14 +1882,14 @@ Checking test 050 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 98.497930 +0:The total amount of wall time = 98.183460 -Test 050 fv3_hrrr PASS +Test 051 fv3_hrrr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_rrfs_v1beta -Checking test 051 fv3_rrfs_v1beta results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_rrfs_v1beta +Checking test 052 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1898,14 +1953,14 @@ Checking test 051 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 100.270052 +0:The total amount of wall time = 98.599940 -Test 051 fv3_rrfs_v1beta PASS +Test 052 fv3_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_HAFS_v0_hwrf_thompson -Checking test 052 fv3_HAFS_v0_hwrf_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_HAFS_v0_hwrf_thompson +Checking test 053 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1969,14 +2024,14 @@ Checking test 052 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 197.410546 +0:The total amount of wall time = 196.193086 -Test 052 fv3_HAFS_v0_hwrf_thompson PASS +Test 053 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_esg_HAFS_v0_hwrf_thompson -Checking test 053 fv3_esg_HAFS_v0_hwrf_thompson results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_esg_HAFS_v0_hwrf_thompson +Checking test 054 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf012.nc .........OK @@ -1990,40 +2045,40 @@ Checking test 053 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 319.718140 +0:The total amount of wall time = 340.382977 -Test 053 fv3_esg_HAFS_v0_hwrf_thompson PASS +Test 054 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_debug -Checking test 054 control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_debug +Checking test 055 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 156.659140 +0:The total amount of wall time = 154.316889 -Test 054 control_debug PASS +Test 055 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_2threads_debug -Checking test 055 control_2threads_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_2threads_debug +Checking test 056 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 271.860427 +0:The total amount of wall time = 271.672491 -Test 055 control_2threads_debug PASS +Test 056 control_2threads_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_CubedSphereGrid_debug -Checking test 056 control_CubedSphereGrid_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_CubedSphereGrid_debug +Checking test 057 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2049,236 +2104,236 @@ Checking test 056 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 168.976247 +0:The total amount of wall time = 173.351013 -Test 056 control_CubedSphereGrid_debug PASS +Test 057 control_CubedSphereGrid_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_wrtGauss_netcdf_parallel_debug -Checking test 057 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_wrtGauss_netcdf_parallel_debug +Checking test 058 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 157.335072 +0:The total amount of wall time = 156.949391 -Test 057 control_wrtGauss_netcdf_parallel_debug PASS +Test 058 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_stochy_debug -Checking test 058 control_stochy_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_stochy_debug +Checking test 059 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 176.212948 +0:The total amount of wall time = 177.227009 -Test 058 control_stochy_debug PASS +Test 059 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ca_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ca_debug -Checking test 059 control_ca_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ca_debug +Checking test 060 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 156.683892 +0:The total amount of wall time = 156.184732 -Test 059 control_ca_debug PASS +Test 060 control_ca_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_lndp_debug -Checking test 060 control_lndp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_lndp_debug +Checking test 061 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 161.171988 +0:The total amount of wall time = 158.959785 -Test 060 control_lndp_debug PASS +Test 061 control_lndp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_lheatstrg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_lheatstrg_debug -Checking test 061 control_lheatstrg_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_lheatstrg_debug +Checking test 062 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 155.902712 +0:The total amount of wall time = 154.202689 -Test 061 control_lheatstrg_debug PASS +Test 062 control_lheatstrg_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_merra2_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_merra2_debug -Checking test 062 control_merra2_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_merra2_debug +Checking test 063 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 227.786286 +0:The total amount of wall time = 225.607298 -Test 062 control_merra2_debug PASS +Test 063 control_merra2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_rrtmgp_debug -Checking test 063 control_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_rrtmgp_debug +Checking test 064 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.548005 +0:The total amount of wall time = 179.718561 -Test 063 control_rrtmgp_debug PASS +Test 064 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_csawmg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_csawmg_debug -Checking test 064 control_csawmg_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_csawmg_debug +Checking test 065 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 268.838560 +0:The total amount of wall time = 268.815740 -Test 064 control_csawmg_debug PASS +Test 065 control_csawmg_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_csawmgt_debug -Checking test 065 control_csawmgt_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_csawmgt_debug +Checking test 066 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 301.899229 +0:The total amount of wall time = 304.953137 -Test 065 control_csawmgt_debug PASS +Test 066 control_csawmgt_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ugwpv1_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ugwpv1_debug -Checking test 066 control_ugwpv1_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ugwpv1_debug +Checking test 067 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 167.611956 +0:The total amount of wall time = 167.070064 -Test 066 control_ugwpv1_debug PASS +Test 067 control_ugwpv1_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_ras_debug -Checking test 067 control_ras_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_ras_debug +Checking test 068 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 160.352127 +0:The total amount of wall time = 162.568068 -Test 067 control_ras_debug PASS +Test 068 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_noahmp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_noahmp_debug -Checking test 068 control_noahmp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_noahmp_debug +Checking test 069 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 155.163485 +0:The total amount of wall time = 155.207458 -Test 068 control_noahmp_debug PASS +Test 069 control_noahmp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_diag_debug -Checking test 069 control_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_diag_debug +Checking test 070 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 164.443422 +0:The total amount of wall time = 166.529985 -Test 069 control_diag_debug PASS +Test 070 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_thompson_debug -Checking test 070 control_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_thompson_debug +Checking test 071 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 181.309175 +0:The total amount of wall time = 180.955679 -Test 070 control_thompson_debug PASS +Test 071 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_thompson_no_aero_debug -Checking test 071 control_thompson_no_aero_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_thompson_no_aero_debug +Checking test 072 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 176.695377 +0:The total amount of wall time = 174.430219 -Test 071 control_thompson_no_aero_debug PASS +Test 072 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_thompson_extdiag_debug -Checking test 072 control_thompson_extdiag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_thompson_extdiag_debug +Checking test 073 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 191.145300 +0:The total amount of wall time = 191.027473 -Test 072 control_thompson_extdiag_debug PASS +Test 073 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_regional_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/regional_control_debug -Checking test 073 regional_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/regional_control_debug +Checking test 074 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 255.970683 +0:The total amount of wall time = 256.630012 -Test 073 regional_control_debug PASS +Test 074 regional_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_gsd_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_gsd_debug -Checking test 074 fv3_gsd_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_gsd_debug +Checking test 075 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2342,14 +2397,14 @@ Checking test 074 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 263.152884 +0:The total amount of wall time = 268.595310 -Test 074 fv3_gsd_debug PASS +Test 075 fv3_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_gsd_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_gsd_diag_debug -Checking test 075 fv3_gsd_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_gsd_diag_debug +Checking test 076 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2375,14 +2430,14 @@ Checking test 075 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 405.749013 +0:The total amount of wall time = 415.505841 -Test 075 fv3_gsd_diag_debug PASS +Test 076 fv3_gsd_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_rrfs_v1beta_debug -Checking test 076 fv3_rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_rrfs_v1beta_debug +Checking test 077 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2446,14 +2501,14 @@ Checking test 076 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 207.359061 +0:The total amount of wall time = 213.254805 -Test 076 fv3_rrfs_v1beta_debug PASS +Test 077 fv3_rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/fv3_rrfs_v1alpha_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_rrfs_v1alpha_debug -Checking test 077 fv3_rrfs_v1alpha_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_rrfs_v1alpha_debug +Checking test 078 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2517,14 +2572,14 @@ Checking test 077 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 208.092692 +0:The total amount of wall time = 210.273315 -Test 077 fv3_rrfs_v1alpha_debug PASS +Test 078 fv3_rrfs_v1alpha_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_HAFS_v0_hwrf_thompson_debug -Checking test 078 fv3_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_HAFS_v0_hwrf_thompson_debug +Checking test 079 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -2588,14 +2643,14 @@ Checking test 078 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 216.883301 +0:The total amount of wall time = 217.994112 -Test 078 fv3_HAFS_v0_hwrf_thompson_debug PASS +Test 079 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/fv3_esg_HAFS_v0_hwrf_thompson_debug -Checking test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/fv3_esg_HAFS_v0_hwrf_thompson_debug +Checking test 080 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK @@ -2609,86 +2664,150 @@ Checking test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 397.012594 +0:The total amount of wall time = 398.979828 + +Test 080 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/hafs_regional_atm +Checking test 081 hafs_regional_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + +0:The total amount of wall time = 488.434185 + +Test 081 hafs_regional_atm PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/hafs_regional_atm_ocn +Checking test 082 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + +0:The total amount of wall time = 392.940285 + +Test 082 hafs_regional_atm_ocn PASS -Test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/hafs_regional_docn +Checking test 083 hafs_regional_docn results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_control_cfsr -Checking test 080 datm_control_cfsr results .... +0:The total amount of wall time = 344.907551 + +Test 083 hafs_regional_docn PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/hafs_regional_docn_oisst +Checking test 084 hafs_regional_docn_oisst results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + +0:The total amount of wall time = 339.387355 + +Test 084 hafs_regional_docn_oisst PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/hafs_regional_datm_cdeps +Checking test 085 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + +0:The total amount of wall time = 1292.030448 + +Test 085 hafs_regional_datm_cdeps PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_control_cfsr +Checking test 086 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 100.188162 +0:The total amount of wall time = 100.025279 -Test 080 datm_control_cfsr PASS +Test 086 datm_control_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_restart_cfsr -Checking test 081 datm_restart_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_restart_cfsr +Checking test 087 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 62.917460 +0:The total amount of wall time = 62.957003 -Test 081 datm_restart_cfsr PASS +Test 087 datm_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_control_gefs -Checking test 082 datm_control_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_control_gefs +Checking test 088 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 91.439584 +0:The total amount of wall time = 93.747654 -Test 082 datm_control_gefs PASS +Test 088 datm_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_control_iau_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_control_iau_gefs -Checking test 083 datm_control_iau_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_iau_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_control_iau_gefs +Checking test 089 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 96.771947 +0:The total amount of wall time = 96.382469 -Test 083 datm_control_iau_gefs PASS +Test 089 datm_control_iau_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_bulk_cfsr -Checking test 084 datm_bulk_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_bulk_cfsr +Checking test 090 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 96.938001 +0:The total amount of wall time = 96.359426 -Test 084 datm_bulk_cfsr PASS +Test 090 datm_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_bulk_gefs -Checking test 085 datm_bulk_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_bulk_gefs +Checking test 091 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 95.210445 +0:The total amount of wall time = 94.521999 -Test 085 datm_bulk_gefs PASS +Test 091 datm_bulk_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_mx025_cfsr -Checking test 086 datm_mx025_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_mx025_cfsr +Checking test 092 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2696,14 +2815,14 @@ Checking test 086 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 349.855861 +0:The total amount of wall time = 345.170879 -Test 086 datm_mx025_cfsr PASS +Test 092 datm_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_mx025_gefs -Checking test 087 datm_mx025_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_mx025_gefs +Checking test 093 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2711,86 +2830,86 @@ Checking test 087 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 350.607948 +0:The total amount of wall time = 330.645458 -Test 087 datm_mx025_gefs PASS +Test 093 datm_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_debug_cfsr -Checking test 088 datm_debug_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_debug_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_debug_cfsr +Checking test 094 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 266.212523 +0:The total amount of wall time = 268.183873 -Test 088 datm_debug_cfsr PASS +Test 094 datm_debug_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_control_cfsr -Checking test 089 datm_cdeps_control_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_control_cfsr +Checking test 095 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 164.407059 +0:The total amount of wall time = 158.362281 -Test 089 datm_cdeps_control_cfsr PASS +Test 095 datm_cdeps_control_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_restart_cfsr -Checking test 090 datm_cdeps_restart_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_restart_cfsr +Checking test 096 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 101.118936 +0:The total amount of wall time = 100.727456 -Test 090 datm_cdeps_restart_cfsr PASS +Test 096 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_control_gefs -Checking test 091 datm_cdeps_control_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_control_gefs +Checking test 097 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 157.903383 +0:The total amount of wall time = 157.762789 -Test 091 datm_cdeps_control_gefs PASS +Test 097 datm_cdeps_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_bulk_cfsr -Checking test 092 datm_cdeps_bulk_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_bulk_cfsr +Checking test 098 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 165.488629 +0:The total amount of wall time = 165.026423 -Test 092 datm_cdeps_bulk_cfsr PASS +Test 098 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_bulk_gefs -Checking test 093 datm_cdeps_bulk_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_bulk_gefs +Checking test 099 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 158.113397 +0:The total amount of wall time = 157.322021 -Test 093 datm_cdeps_bulk_gefs PASS +Test 099 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_mx025_cfsr -Checking test 094 datm_cdeps_mx025_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_mx025_cfsr +Checking test 100 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2798,14 +2917,14 @@ Checking test 094 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 349.233590 +0:The total amount of wall time = 346.206987 -Test 094 datm_cdeps_mx025_cfsr PASS +Test 100 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_mx025_gefs -Checking test 095 datm_cdeps_mx025_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_mx025_gefs +Checking test 101 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2813,36 +2932,36 @@ Checking test 095 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 344.932609 +0:The total amount of wall time = 345.091527 -Test 095 datm_cdeps_mx025_gefs PASS +Test 101 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_multiple_files_cfsr -Checking test 096 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_multiple_files_cfsr +Checking test 102 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 164.805142 +0:The total amount of wall time = 163.041346 -Test 096 datm_cdeps_multiple_files_cfsr PASS +Test 102 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/datm_cdeps_debug_cfsr -Checking test 097 datm_cdeps_debug_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/datm_cdeps_debug_cfsr +Checking test 103 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 448.209955 +0:The total amount of wall time = 451.213277 -Test 097 datm_cdeps_debug_cfsr PASS +Test 103 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210722/INTEL/control_atmwav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_48931/control_atmwav -Checking test 098 control_atmwav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atmwav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_atmwav +Checking test 104 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2883,12 +3002,65 @@ Checking test 098 control_atmwav results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing 20210322.180000.restart.glo_1deg .........OK + +0:The total amount of wall time = 145.267401 + +Test 104 control_atmwav PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_22343/control_c384gdas_wav +Checking test 105 control_c384gdas_wav results .... + Comparing sfcf000.nc .........OK + Comparing sfcf003.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf003.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF03 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF03 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing 20210322.030000.restart.aoc_9km .........OK + Comparing 20210322.030000.restart.gnh_10m .........OK + Comparing 20210322.030000.restart.gsh_15m .........OK -0:The total amount of wall time = 367.143267 +0:The total amount of wall time = 931.519290 -Test 098 control_atmwav PASS +Test 105 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jul 23 14:47:59 MDT 2021 -Elapsed time: 01h:17m:06s. Have a nice day! +Wed Aug 4 15:33:37 MDT 2021 +Elapsed time: 04h:47m:41s. Have a nice day! From 11b062ee77850d0d5bad2ae6cc69592181cc84d5 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 5 Aug 2021 02:07:01 +0000 Subject: [PATCH 265/271] Delete rt_hafs.conf and increase wallclock for RT hafs_regional_atm. --- tests/rt_hafs.conf | 13 ------------- tests/tests/hafs_regional_atm | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 tests/rt_hafs.conf diff --git a/tests/rt_hafs.conf b/tests/rt_hafs.conf deleted file mode 100644 index 857778476c..0000000000 --- a/tests/rt_hafs.conf +++ /dev/null @@ -1,13 +0,0 @@ -################################################################################################################################################################################### -# HAFS tests # -################################################################################################################################################################################### - -COMPILE | -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | | fv3 | -RUN | hafs_regional_atm | | fv3 | -RUN | hafs_regional_atm_ocn | | fv3 | - -COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 | -RUN | hafs_regional_docn | - wcoss_cray | fv3 | -RUN | hafs_regional_docn_oisst | - wcoss_cray | fv3 | -RUN | hafs_regional_datm_cdeps | - wcoss_cray | fv3 | - diff --git a/tests/tests/hafs_regional_atm b/tests/tests/hafs_regional_atm index df54485acb..6262b28547 100644 --- a/tests/tests/hafs_regional_atm +++ b/tests/tests/hafs_regional_atm @@ -13,6 +13,7 @@ export LIST_FILES="atmf006.nc \ export_fv3 +export WLCLK=30 export FHMAX=6 export RESTART_N=${FHMAX} export TASKS=300 From 90e0e49f4c189565a142cdbae4e0e08ca38f544e Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 5 Aug 2021 10:55:43 +0000 Subject: [PATCH 266/271] Update RegressionTests_jet.intel.log. --- tests/RegressionTests_jet.intel.log | 576 ++++++++++++++++------------ 1 file changed, 321 insertions(+), 255 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index e5f0e7fe2a..4a0a4e5c49 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,26 +1,28 @@ -Thu Jul 29 17:23:35 GMT 2021 +Thu Aug 5 03:01:30 GMT 2021 Start Regression test -Compile 001 elapsed time 2522 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 2518 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 275 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 2297 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 2430 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 2296 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 007 elapsed time 2319 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 008 elapsed time 2347 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 009 elapsed time 205 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 207 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 218 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 196 seconds. -DAPP=ATM -DCCPP_SUITES=HAFS_v0_hwrf_thompson,HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 263 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 014 elapsed time 126 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 271 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 016 elapsed time 133 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 017 elapsed time 2290 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 001 elapsed time 2501 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_couplednsst -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 2544 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_2017_coupled,FV3_GFS_v16_coupled,FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 264 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_2017_coupled -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 2326 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 005 elapsed time 2400 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 2312 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 007 elapsed time 2323 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 008 elapsed time 2367 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 009 elapsed time 233 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 232 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_thompson -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 232 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn,FV3_GSD_v0,FV3_RRFS_v1beta,FV3_RRFS_v1alpha -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 230 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson,FV3_HAFS_v0_hwrf -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 2373 seconds. -DAPP=HAFS -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 2383 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 015 elapsed time 282 seconds. -DAPP=NG-GODAS-NEMSDATM -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 016 elapsed time 153 seconds. -DAPP=NG-GODAS-NEMSDATM -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 017 elapsed time 280 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 018 elapsed time 153 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 019 elapsed time 2353 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_control Checking test 001 cpld_control results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,13 +72,13 @@ Checking test 001 cpld_control results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 124.733694 + 0: The total amount of wall time = 139.797830 Test 001 cpld_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_restart Checking test 002 cpld_restart results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -126,13 +128,13 @@ Checking test 002 cpld_restart results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 70.062963 + 0: The total amount of wall time = 80.900021 Test 002 cpld_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_2threads +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_2threads Checking test 003 cpld_2threads results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -182,13 +184,13 @@ Checking test 003 cpld_2threads results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 539.894654 + 0: The total amount of wall time = 638.263531 Test 003 cpld_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_ca -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_ca +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_ca Checking test 004 cpld_ca results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -238,13 +240,13 @@ Checking test 004 cpld_ca results .... Comparing RESTART/iced.2016-10-04-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc .........OK - 0: The total amount of wall time = 122.977301 + 0: The total amount of wall time = 136.793498 Test 004 cpld_ca PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_control_c192 Checking test 005 cpld_control_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -294,13 +296,13 @@ Checking test 005 cpld_control_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 524.593605 + 0: The total amount of wall time = 563.500640 Test 005 cpld_control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_restart_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_restart_c192 Checking test 006 cpld_restart_c192 results .... Comparing sfcf048.tile1.nc .........OK Comparing sfcf048.tile2.nc .........OK @@ -350,13 +352,13 @@ Checking test 006 cpld_restart_c192 results .... Comparing RESTART/iced.2016-10-05-00000.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-05-00000.nc .........OK - 0: The total amount of wall time = 363.203097 + 0: The total amount of wall time = 382.331559 Test 006 cpld_restart_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_control_c384 Checking test 007 cpld_control_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -409,13 +411,13 @@ Checking test 007 cpld_control_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 622.543661 + 0: The total amount of wall time = 660.704180 Test 007 cpld_control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_restart_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_restart_c384 Checking test 008 cpld_restart_c384 results .... Comparing sfcf012.tile1.nc .........OK Comparing sfcf012.tile2.nc .........OK @@ -468,13 +470,13 @@ Checking test 008 cpld_restart_c384 results .... Comparing RESTART/iced.2016-10-03-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-43200.nc .........OK - 0: The total amount of wall time = 339.067123 + 0: The total amount of wall time = 380.075789 Test 008 cpld_restart_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_bmark_v16 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_bmark_v16 Checking test 009 cpld_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -517,13 +519,13 @@ Checking test 009 cpld_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 822.327599 + 0: The total amount of wall time = 873.474600 Test 009 cpld_bmark_v16 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_restart_bmark_v16 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_restart_bmark_v16 Checking test 010 cpld_restart_bmark_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -566,13 +568,13 @@ Checking test 010 cpld_restart_bmark_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 452.412887 + 0: The total amount of wall time = 504.016269 Test 010 cpld_restart_bmark_v16 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_v16_nsst -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_bmark_v16_nsst +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_bmark_v16_nsst Checking test 011 cpld_bmark_v16_nsst results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -615,13 +617,13 @@ Checking test 011 cpld_bmark_v16_nsst results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 797.604005 + 0: The total amount of wall time = 873.767224 Test 011 cpld_bmark_v16_nsst PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_bmark_wave_v16 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_bmark_wave_v16 Checking test 012 cpld_bmark_wave_v16 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -666,13 +668,13 @@ Checking test 012 cpld_bmark_wave_v16 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1056.008515 + 0: The total amount of wall time = 1076.896649 Test 012 cpld_bmark_wave_v16 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_bmark_wave_v16_p7b -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_bmark_wave_v16_p7b +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_bmark_wave_v16_p7b Checking test 013 cpld_bmark_wave_v16_p7b results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -717,13 +719,13 @@ Checking test 013 cpld_bmark_wave_v16_p7b results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1123.533401 + 0: The total amount of wall time = 1136.067273 Test 013 cpld_bmark_wave_v16_p7b PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_control_wave -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_control_wave +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_control_wave Checking test 014 cpld_control_wave results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -776,13 +778,13 @@ Checking test 014 cpld_control_wave results .... Comparing 20161004.000000.out_pnt.points .........OK Comparing 20161004.000000.restart.glo_1deg .........OK - 0: The total amount of wall time = 990.301366 + 0: The total amount of wall time = 994.961605 Test 014 cpld_control_wave PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/cpld_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/cpld_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/cpld_debug Checking test 015 cpld_debug results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -832,13 +834,13 @@ Checking test 015 cpld_debug results .... Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2016-10-03-21600.nc .........OK - 0: The total amount of wall time = 360.209331 + 0: The total amount of wall time = 377.393271 Test 015 cpld_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -885,13 +887,13 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 221.222518 + 0: The total amount of wall time = 242.181959 Test 016 control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_decomp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -934,13 +936,13 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.774822 + 0: The total amount of wall time = 239.321357 Test 017 control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_2threads +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -983,13 +985,13 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 751.621641 + 0: The total amount of wall time = 853.920229 Test 018 control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1028,13 +1030,13 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 87.528457 + 0: The total amount of wall time = 94.234895 Test 019 control_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_fhzero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1077,13 +1079,13 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 216.260971 + 0: The total amount of wall time = 228.599977 Test 020 control_fhzero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1110,13 +1112,13 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 160.202159 + 0: The total amount of wall time = 199.809717 Test 021 control_CubedSphereGrid PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1127,13 +1129,13 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 248.525721 + 0: The total amount of wall time = 289.841301 Test 022 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_c192 Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1144,13 +1146,13 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 656.397533 + 0: The total amount of wall time = 713.242299 Test 023 control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_c384 Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1161,13 +1163,13 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 862.798865 + 0: The total amount of wall time = 940.501791 Test 024 control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_c384gdas +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1210,13 +1212,13 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 757.479591 + 0: The total amount of wall time = 795.003919 Test 025 control_c384gdas PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1227,26 +1229,26 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 146.182002 + 0: The total amount of wall time = 162.461414 Test 026 control_stochy PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_stochy_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_stochy_restart Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 75.640876 + 0: The total amount of wall time = 81.837541 Test 027 control_stochy_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ca +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ca Checking test 028 control_ca results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1257,13 +1259,13 @@ Checking test 028 control_ca results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 142.585542 + 0: The total amount of wall time = 158.910651 Test 028 control_ca PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_lndp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1274,13 +1276,13 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 148.047725 + 0: The total amount of wall time = 174.980849 Test 029 control_lndp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_lheatstrg +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_lheatstrg Checking test 030 control_lheatstrg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1291,13 +1293,13 @@ Checking test 030 control_lheatstrg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 205.541292 + 0: The total amount of wall time = 237.548620 Test 030 control_lheatstrg PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lseaspray -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_lseaspray +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_lseaspray Checking test 031 control_lseaspray results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1308,13 +1310,13 @@ Checking test 031 control_lseaspray results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 226.533722 + 0: The total amount of wall time = 241.289734 Test 031 control_lseaspray PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_merra2 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_merra2 Checking test 032 control_merra2 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1325,13 +1327,13 @@ Checking test 032 control_merra2 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 240.325577 + 0: The total amount of wall time = 269.909957 Test 032 control_merra2 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_rrtmgp Checking test 033 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1342,13 +1344,13 @@ Checking test 033 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 276.103911 + 0: The total amount of wall time = 294.068974 Test 033 control_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_csawmgt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_csawmgt Checking test 034 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1359,13 +1361,13 @@ Checking test 034 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 449.981091 + 0: The total amount of wall time = 490.564164 Test 034 control_csawmgt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_flake +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_flake Checking test 035 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1376,13 +1378,13 @@ Checking test 035 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 297.766854 + 0: The total amount of wall time = 320.672135 Test 035 control_flake PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ugwpv1 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ugwpv1 Checking test 036 control_ugwpv1 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1393,13 +1395,13 @@ Checking test 036 control_ugwpv1 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 274.206650 + 0: The total amount of wall time = 288.145409 Test 036 control_ugwpv1 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ras +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ras Checking test 037 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1410,13 +1412,13 @@ Checking test 037 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 256.683927 + 0: The total amount of wall time = 275.922776 Test 037 control_ras PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_thompson Checking test 038 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1427,13 +1429,13 @@ Checking test 038 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 299.759481 + 0: The total amount of wall time = 303.850970 Test 038 control_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_thompson_no_aero Checking test 039 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1444,13 +1446,13 @@ Checking test 039 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 279.592857 + 0: The total amount of wall time = 295.349730 Test 039 control_thompson_no_aero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_noahmp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_noahmp Checking test 040 control_noahmp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1461,13 +1463,13 @@ Checking test 040 control_noahmp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 250.847832 + 0: The total amount of wall time = 253.581164 Test 040 control_noahmp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_control Checking test 041 regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1475,25 +1477,25 @@ Checking test 041 regional_control results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 432.222329 + 0: The total amount of wall time = 477.502609 Test 041 regional_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_restart -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_restart Checking test 042 regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK - 0: The total amount of wall time = 228.909388 + 0: The total amount of wall time = 250.956176 Test 042 regional_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_quilt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_quilt Checking test 043 regional_quilt results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1504,13 +1506,13 @@ Checking test 043 regional_quilt results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 413.458378 + 0: The total amount of wall time = 461.246436 Test 043 regional_quilt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_hafs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_quilt_hafs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_quilt_hafs Checking test 044 regional_quilt_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1519,27 +1521,27 @@ Checking test 044 regional_quilt_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 411.307836 + 0: The total amount of wall time = 442.287138 Test 044 regional_quilt_hafs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_quilt_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_quilt_netcdf_parallel Checking test 045 regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 423.039023 + 0: The total amount of wall time = 467.132922 Test 045 regional_quilt_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_quilt_RRTMGP -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_quilt_RRTMGP +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_quilt_RRTMGP Checking test 046 regional_quilt_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1550,13 +1552,13 @@ Checking test 046 regional_quilt_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 541.789593 + 0: The total amount of wall time = 572.021641 Test 046 regional_quilt_RRTMGP PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_gsd +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_gsd Checking test 047 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1645,13 +1647,13 @@ Checking test 047 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 296.616174 + 0: The total amount of wall time = 342.672197 Test 047 fv3_gsd PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_rrfs_v1alpha +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_rrfs_v1alpha Checking test 048 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1716,13 +1718,13 @@ Checking test 048 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 119.285341 + 0: The total amount of wall time = 146.216726 Test 048 fv3_rrfs_v1alpha PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rap -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_rap +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_rap Checking test 049 fv3_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1787,13 +1789,13 @@ Checking test 049 fv3_rap results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 118.625546 + 0: The total amount of wall time = 137.687978 Test 049 fv3_rap PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_hrrr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_hrrr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_hrrr Checking test 050 fv3_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1858,13 +1860,13 @@ Checking test 050 fv3_hrrr results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 119.110022 + 0: The total amount of wall time = 141.063020 Test 050 fv3_hrrr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_rrfs_v1beta Checking test 051 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1929,13 +1931,13 @@ Checking test 051 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 137.619927 + 0: The total amount of wall time = 135.777636 Test 051 fv3_rrfs_v1beta PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_HAFS_v0_hwrf_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_HAFS_v0_hwrf_thompson Checking test 052 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2000,13 +2002,13 @@ Checking test 052 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 202.539772 + 0: The total amount of wall time = 198.497100 Test 052 fv3_HAFS_v0_hwrf_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_esg_HAFS_v0_hwrf_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_esg_HAFS_v0_hwrf_thompson Checking test 053 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2021,39 +2023,39 @@ Checking test 053 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 365.976726 + 0: The total amount of wall time = 371.050439 Test 053 fv3_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_debug Checking test 054 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 189.564387 + 0: The total amount of wall time = 208.378402 Test 054 control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_2threads_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_2threads_debug Checking test 055 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 366.316014 + 0: The total amount of wall time = 364.732551 Test 055 control_2threads_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_CubedSphereGrid_debug Checking test 056 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2080,221 +2082,221 @@ Checking test 056 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 204.321901 + 0: The total amount of wall time = 245.843046 Test 056 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_wrtGauss_netcdf_parallel_debug Checking test 057 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.131611 + 0: The total amount of wall time = 194.622722 Test 057 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_stochy_debug Checking test 058 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 215.133806 + 0: The total amount of wall time = 231.984274 Test 058 control_stochy_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ca_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ca_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ca_debug Checking test 059 control_ca_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.030623 + 0: The total amount of wall time = 207.065205 Test 059 control_ca_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_lndp_debug Checking test 060 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 195.435863 + 0: The total amount of wall time = 207.143197 Test 060 control_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_lheatstrg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_lheatstrg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_lheatstrg_debug Checking test 061 control_lheatstrg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.017660 + 0: The total amount of wall time = 198.772818 Test 061 control_lheatstrg_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_merra2_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_merra2_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_merra2_debug Checking test 062 control_merra2_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 259.797917 + 0: The total amount of wall time = 263.244534 Test 062 control_merra2_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_rrtmgp_debug Checking test 063 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 213.092398 + 0: The total amount of wall time = 222.599405 Test 063 control_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_csawmg_debug Checking test 064 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 309.607670 + 0: The total amount of wall time = 317.740854 Test 064 control_csawmg_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_csawmgt_debug Checking test 065 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 351.600719 + 0: The total amount of wall time = 355.890305 Test 065 control_csawmgt_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ugwpv1_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ugwpv1_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ugwpv1_debug Checking test 066 control_ugwpv1_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 203.499901 + 0: The total amount of wall time = 207.802162 Test 066 control_ugwpv1_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_ras_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_ras_debug Checking test 067 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 197.596407 + 0: The total amount of wall time = 200.302838 Test 067 control_ras_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_noahmp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_noahmp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_noahmp_debug Checking test 068 control_noahmp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 187.453082 + 0: The total amount of wall time = 204.469059 Test 068 control_noahmp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_diag_debug Checking test 069 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 201.770572 + 0: The total amount of wall time = 208.715606 Test 069 control_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_thompson_debug Checking test 070 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 220.909184 + 0: The total amount of wall time = 226.264071 Test 070 control_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_thompson_no_aero_debug Checking test 071 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 212.842947 + 0: The total amount of wall time = 218.415159 Test 071 control_thompson_no_aero_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_thompson_extdiag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_thompson_extdiag_debug Checking test 072 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 232.227239 + 0: The total amount of wall time = 236.596712 Test 072 control_thompson_extdiag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_regional_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/regional_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/regional_control_debug Checking test 073 regional_control_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2302,13 +2304,13 @@ Checking test 073 regional_control_debug results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 315.801787 + 0: The total amount of wall time = 320.971414 Test 073 regional_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_gsd_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_gsd_debug Checking test 074 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2373,13 +2375,13 @@ Checking test 074 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 319.787822 + 0: The total amount of wall time = 326.956147 Test 074 fv3_gsd_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_gsd_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_gsd_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_gsd_diag_debug Checking test 075 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2406,13 +2408,13 @@ Checking test 075 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 573.299270 + 0: The total amount of wall time = 653.711506 Test 075 fv3_gsd_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_rrfs_v1beta_debug Checking test 076 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2477,13 +2479,13 @@ Checking test 076 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 253.254730 + 0: The total amount of wall time = 264.747142 Test 076 fv3_rrfs_v1beta_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/fv3_rrfs_v1alpha_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_rrfs_v1alpha_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_rrfs_v1alpha_debug Checking test 077 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2548,13 +2550,13 @@ Checking test 077 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 252.529940 + 0: The total amount of wall time = 257.342617 Test 077 fv3_rrfs_v1alpha_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_HAFS_v0_hwrf_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_HAFS_v0_hwrf_thompson_debug Checking test 078 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2619,13 +2621,13 @@ Checking test 078 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK - 0: The total amount of wall time = 266.278882 + 0: The total amount of wall time = 270.509631 Test 078 fv3_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/fv3_esg_HAFS_v0_hwrf_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2640,86 +2642,150 @@ Checking test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK - 0: The total amount of wall time = 502.274375 + 0: The total amount of wall time = 510.428702 Test 079 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/hafs_regional_atm +Checking test 080 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + + 0: The total amount of wall time = 1209.213194 + +Test 080 hafs_regional_atm PASS + + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/hafs_regional_atm_ocn +Checking test 081 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 686.035346 + +Test 081 hafs_regional_atm_ocn PASS + + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/hafs_regional_docn +Checking test 082 hafs_regional_docn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 587.289195 + +Test 082 hafs_regional_docn PASS + + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/hafs_regional_docn_oisst +Checking test 083 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 595.476824 + +Test 083 hafs_regional_docn_oisst PASS + + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/hafs_regional_datm_cdeps +Checking test 084 hafs_regional_datm_cdeps results .... + Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK + + 0: The total amount of wall time = 1391.276081 + +Test 084 hafs_regional_datm_cdeps PASS + + baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_control_cfsr -Checking test 080 datm_control_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_control_cfsr +Checking test 085 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 128.979615 + 0: The total amount of wall time = 143.996052 -Test 080 datm_control_cfsr PASS +Test 085 datm_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_restart_cfsr -Checking test 081 datm_restart_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_restart_cfsr +Checking test 086 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 81.680289 + 0: The total amount of wall time = 87.345493 -Test 081 datm_restart_cfsr PASS +Test 086 datm_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_control_gefs -Checking test 082 datm_control_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_control_gefs +Checking test 087 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 118.810359 + 0: The total amount of wall time = 130.333186 -Test 082 datm_control_gefs PASS +Test 087 datm_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_control_iau_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_control_iau_gefs -Checking test 083 datm_control_iau_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_control_iau_gefs +Checking test 088 datm_control_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 124.680536 + 0: The total amount of wall time = 134.487583 -Test 083 datm_control_iau_gefs PASS +Test 088 datm_control_iau_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_bulk_cfsr -Checking test 084 datm_bulk_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_bulk_cfsr +Checking test 089 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 122.642523 + 0: The total amount of wall time = 132.756312 -Test 084 datm_bulk_cfsr PASS +Test 089 datm_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_bulk_gefs -Checking test 085 datm_bulk_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_bulk_gefs +Checking test 090 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 118.543022 + 0: The total amount of wall time = 129.939602 -Test 085 datm_bulk_gefs PASS +Test 090 datm_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_mx025_cfsr -Checking test 086 datm_mx025_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_mx025_cfsr +Checking test 091 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2727,14 +2793,14 @@ Checking test 086 datm_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 422.658754 + 0: The total amount of wall time = 425.414828 -Test 086 datm_mx025_cfsr PASS +Test 091 datm_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_mx025_gefs -Checking test 087 datm_mx025_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_mx025_gefs +Checking test 092 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2742,86 +2808,86 @@ Checking test 087 datm_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 414.336131 + 0: The total amount of wall time = 416.768886 -Test 087 datm_mx025_gefs PASS +Test 092 datm_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_debug_cfsr -Checking test 088 datm_debug_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_debug_cfsr +Checking test 093 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 339.230244 + 0: The total amount of wall time = 342.573202 -Test 088 datm_debug_cfsr PASS +Test 093 datm_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_control_cfsr -Checking test 089 datm_cdeps_control_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_control_cfsr +Checking test 094 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 205.708259 + 0: The total amount of wall time = 205.256414 -Test 089 datm_cdeps_control_cfsr PASS +Test 094 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_restart_cfsr -Checking test 090 datm_cdeps_restart_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_restart_cfsr +Checking test 095 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.135298 + 0: The total amount of wall time = 123.325607 -Test 090 datm_cdeps_restart_cfsr PASS +Test 095 datm_cdeps_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_control_gefs -Checking test 091 datm_cdeps_control_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_control_gefs +Checking test 096 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 199.852315 + 0: The total amount of wall time = 208.565615 -Test 091 datm_cdeps_control_gefs PASS +Test 096 datm_cdeps_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_bulk_cfsr -Checking test 092 datm_cdeps_bulk_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_bulk_cfsr +Checking test 097 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 205.628544 + 0: The total amount of wall time = 208.068443 -Test 092 datm_cdeps_bulk_cfsr PASS +Test 097 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_bulk_gefs -Checking test 093 datm_cdeps_bulk_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_bulk_gefs +Checking test 098 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 198.133669 + 0: The total amount of wall time = 204.312335 -Test 093 datm_cdeps_bulk_gefs PASS +Test 098 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_mx025_cfsr -Checking test 094 datm_cdeps_mx025_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_mx025_cfsr +Checking test 099 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2829,14 +2895,14 @@ Checking test 094 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 415.417964 + 0: The total amount of wall time = 430.556842 -Test 094 datm_cdeps_mx025_cfsr PASS +Test 099 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_mx025_gefs -Checking test 095 datm_cdeps_mx025_gefs results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_mx025_gefs +Checking test 100 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -2844,36 +2910,36 @@ Checking test 095 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 443.392344 + 0: The total amount of wall time = 421.835499 -Test 095 datm_cdeps_mx025_gefs PASS +Test 100 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_multiple_files_cfsr -Checking test 096 datm_cdeps_multiple_files_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_multiple_files_cfsr +Checking test 101 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 196.540608 + 0: The total amount of wall time = 208.211906 -Test 096 datm_cdeps_multiple_files_cfsr PASS +Test 101 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/datm_cdeps_debug_cfsr -Checking test 097 datm_cdeps_debug_cfsr results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/datm_cdeps_debug_cfsr +Checking test 102 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 566.322564 + 0: The total amount of wall time = 580.469889 -Test 097 datm_cdeps_debug_cfsr PASS +Test 102 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210729/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_69257/control_atmwav -Checking test 098 control_atmwav results .... +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_111435/control_atmwav +Checking test 103 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2916,11 +2982,11 @@ Checking test 098 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 188.284355 + 0: The total amount of wall time = 194.921138 -Test 098 control_atmwav PASS +Test 103 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 29 20:01:16 GMT 2021 -Elapsed time: 02h:37m:41s. Have a nice day! +Thu Aug 5 05:12:16 GMT 2021 +Elapsed time: 02h:10m:46s. Have a nice day! From 73a3bdd5cb40be208c8f34667e754354c83529bf Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 5 Aug 2021 11:18:08 +0000 Subject: [PATCH 267/271] Update submodule CDEPS-interface/CDEPS. --- .gitmodules | 4 ++-- CDEPS-interface/CDEPS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 762ff31311..75b06a30bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,8 +40,8 @@ branch = develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS - url = https://github.com/hafs-community/CDEPS.git - branch = feature/hafs_sync_202107 + url = https://github.com/NOAA-EMC/CDEPS.git + branch = develop [submodule "GOCART"] path = GOCART url = https://github.com/GEOS-ESM/GOCART diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index e9e072d628..e4663bdd01 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit e9e072d62842f7ec2c8e5ca3cd3ab925fb7aab5d +Subproject commit e4663bdd01c23a538327ed45dad9a66aa5e07aec From 37ca720bcb78a5e2acfe6c3557562f9d7f9d5353 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 5 Aug 2021 11:37:33 +0000 Subject: [PATCH 268/271] Remove .git for urls in .gitmodules. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 75b06a30bb..616cbae671 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,11 +20,11 @@ branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS - url = https://github.com/hafs-community/CMEPS.git + url = https://github.com/hafs-community/CMEPS branch = feature/hafs_sync_202107 [submodule "HYCOM"] path = HYCOM-interface/HYCOM - url = https://github.com/NOAA-EMC/HYCOM-src.git + url = https://github.com/NOAA-EMC/HYCOM-src branch = emc/develop [submodule "MOM6"] path = MOM6-interface/MOM6 @@ -40,7 +40,7 @@ branch = develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS - url = https://github.com/NOAA-EMC/CDEPS.git + url = https://github.com/NOAA-EMC/CDEPS branch = develop [submodule "GOCART"] path = GOCART From 5bfb2d38faf1c6d3c0ca724057840a94ed8fec23 Mon Sep 17 00:00:00 2001 From: "Bin.Liu" Date: Thu, 5 Aug 2021 11:54:59 +0000 Subject: [PATCH 269/271] Remove empty trailing whitespaces for new added files/changes. --- tests/default_vars.sh | 2 +- tests/fv3_conf/hafs_datm_cdeps_era5.IN | 2 +- tests/fv3_conf/hafs_docn_cdeps_mom6.IN | 2 +- tests/fv3_conf/hafs_docn_cdeps_oisst.IN | 2 +- tests/parm/hafs_datm.streams.era5.IN | 6 +++--- tests/parm/input_hafs_regional.nml.IN | 2 +- tests/parm/nems.configure.hafs_atm.IN | 2 +- tests/parm/nems.configure.hafs_atm_docn.IN | 6 +++--- tests/parm/nems.configure.hafs_atm_ocn.IN | 6 +++--- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 40ddab4a71..50a26be9fc 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1103,7 +1103,7 @@ export MERGE_IMPORT=.true. # nems.configure export med_model="cmeps" export CAP_DBUG_FLAG="0" -export RESTART_N=${FHMAX} +export RESTART_N=${FHMAX} export CPLMODE="hafs" export RUNTYPE="startup" export USE_COLDSTART="false" diff --git a/tests/fv3_conf/hafs_datm_cdeps_era5.IN b/tests/fv3_conf/hafs_datm_cdeps_era5.IN index ddf2bee0b1..66ffd43aa4 100644 --- a/tests/fv3_conf/hafs_datm_cdeps_era5.IN +++ b/tests/fv3_conf/hafs_datm_cdeps_era5.IN @@ -1,5 +1,5 @@ mkdir -p INPUT_DATM cd INPUT_DATM -rsync -arv @[INPUTDATA_ROOT]/DATM_ERA5_input_data/. . +rsync -arv @[INPUTDATA_ROOT]/DATM_ERA5_input_data/. . cd - diff --git a/tests/fv3_conf/hafs_docn_cdeps_mom6.IN b/tests/fv3_conf/hafs_docn_cdeps_mom6.IN index 02094b9dc4..108ced32d4 100644 --- a/tests/fv3_conf/hafs_docn_cdeps_mom6.IN +++ b/tests/fv3_conf/hafs_docn_cdeps_mom6.IN @@ -1,4 +1,4 @@ -mkdir -p INPUT_DOCN +mkdir -p INPUT_DOCN cd INPUT_DOCN rsync -arv @[INPUTDATA_ROOT]/DOCN_MOM6_input_data/. . diff --git a/tests/fv3_conf/hafs_docn_cdeps_oisst.IN b/tests/fv3_conf/hafs_docn_cdeps_oisst.IN index a2154cc552..7fb2706777 100644 --- a/tests/fv3_conf/hafs_docn_cdeps_oisst.IN +++ b/tests/fv3_conf/hafs_docn_cdeps_oisst.IN @@ -1,4 +1,4 @@ -mkdir -p INPUT_DOCN +mkdir -p INPUT_DOCN cd INPUT_DOCN rsync -arv @[INPUTDATA_ROOT]/DOCN_OISST_input_data/. . diff --git a/tests/parm/hafs_datm.streams.era5.IN b/tests/parm/hafs_datm.streams.era5.IN index 3c5b873ce3..2ff5456953 100644 --- a/tests/parm/hafs_datm.streams.era5.IN +++ b/tests/parm/hafs_datm.streams.era5.IN @@ -1,15 +1,15 @@ stream_info: ERA5_HOURLY01 -taxmode01: limit +taxmode01: limit mapalgo01: bilinear tInterpAlgo01: linear readMode01: single dtlimit01: 1.5 stream_offset01: 0 -yearFirst01: @[SYEAR] +yearFirst01: @[SYEAR] yearLast01: @[SYEAR] yearAlign01: @[SYEAR] stream_vectors01: "u:v" -stream_mesh_file01: @[MESH_ATM] +stream_mesh_file01: @[MESH_ATM] stream_lev_dimname01: null stream_data_files01: @[DATA_ATM]" stream_data_variables01: "u10 Sa_u10m" "v10 Sa_v10m" "t2m Sa_t2m" "skt Sa_tskn" "d2m Sa_tdew" "msl Sa_pslv" "tp Faxa_rain" "cp Faxa_rainc" "lsp Faxa_rainl" "csf Faxa_snowc" "lsf Faxa_snowl" "ssrd Faxa_swdn" "ssr Faxa_swnet" "strd Faxa_lwdn" "str Faxa_lwnet" "aluvp Faxa_swvdr" "aluvd Faxa_swvdf" "alnip Faxa_swndr" "alnid Faxa_swndf" "sshf Faxa_sen" "slhf Faxa_lat" "ewss Faxa_taux" "nsss Faxa_tauy" diff --git a/tests/parm/input_hafs_regional.nml.IN b/tests/parm/input_hafs_regional.nml.IN index be5979ba47..cebb74d354 100644 --- a/tests/parm/input_hafs_regional.nml.IN +++ b/tests/parm/input_hafs_regional.nml.IN @@ -205,7 +205,7 @@ cplice = .false. cplwav = @[CPLWAV] cplwav2atm = @[CPLWAV2ATM] - cpl_imp_mrg = @[MERGE_IMPORT] + cpl_imp_mrg = @[MERGE_IMPORT] psautco = 0.0008, 0.0005 prautco = 0.00015, 0.00015 iau_delthrs = 6 diff --git a/tests/parm/nems.configure.hafs_atm.IN b/tests/parm/nems.configure.hafs_atm.IN index b62156cbf0..e44cdabd7a 100644 --- a/tests/parm/nems.configure.hafs_atm.IN +++ b/tests/parm/nems.configure.hafs_atm.IN @@ -2,7 +2,7 @@ ATM_model: fv3 ATM_attributes:: - :: + :: runSeq:: ATM diff --git a/tests/parm/nems.configure.hafs_atm_docn.IN b/tests/parm/nems.configure.hafs_atm_docn.IN index c2825689ef..1c38776174 100644 --- a/tests/parm/nems.configure.hafs_atm_docn.IN +++ b/tests/parm/nems.configure.hafs_atm_docn.IN @@ -43,8 +43,8 @@ OCN_attributes:: :: # Run Sequence # -runSeq:: -@@[coupling_interval_sec] +runSeq:: +@@[coupling_interval_sec] ATM -> MED :remapMethod=redist MED med_phases_post_atm OCN -> MED :remapMethod=redist @@ -58,7 +58,7 @@ runSeq:: OCN MED med_phases_restart_write MED med_phases_history_write -@ +@ :: # Other Attributes # diff --git a/tests/parm/nems.configure.hafs_atm_ocn.IN b/tests/parm/nems.configure.hafs_atm_ocn.IN index 316a87cc53..5a64442462 100644 --- a/tests/parm/nems.configure.hafs_atm_ocn.IN +++ b/tests/parm/nems.configure.hafs_atm_ocn.IN @@ -64,8 +64,8 @@ OCN_attributes:: :: # Run Sequence # -runSeq:: -@@[coupling_interval_sec] +runSeq:: +@@[coupling_interval_sec] ATM -> MED :remapMethod=redist MED med_phases_post_atm OCN -> MED :remapMethod=redist @@ -79,7 +79,7 @@ runSeq:: OCN MED med_phases_restart_write MED med_phases_history_write -@ +@ :: # Other Attributes # From 7e97205a139e178eefc0bb4fff6629bd4f783f13 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 5 Aug 2021 13:17:36 +0000 Subject: [PATCH 270/271] Update submodule CMEPS-interface/CMEPS. --- .gitmodules | 4 ++-- CMEPS-interface/CMEPS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 616cbae671..6682655b70 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,8 +20,8 @@ branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS - url = https://github.com/hafs-community/CMEPS - branch = feature/hafs_sync_202107 + url = https://github.com/NOAA-EMC/CMEPS + branch = emc/develop [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/NOAA-EMC/HYCOM-src diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index faa1560806..7d7c06640f 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit faa1560806dc4ba52c2cc896fe78f2e437c38915 +Subproject commit 7d7c06640fc5aff8fe2ed911716ba0c76521b059 From b041e63561abdf3badb1cb133a09eab8a0069905 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 5 Aug 2021 13:23:15 +0000 Subject: [PATCH 271/271] Update submodule FV3. --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6682655b70..9dca13dffd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/hafs-community/fv3atm - branch = feature/hafs_sync_202107 + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index b8e732615e..c52bb0b2ce 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b8e732615ed78515359caa70bfc3bf0f2cb187d5 +Subproject commit c52bb0b2ce698caf62d14411e51cc11737cbb649