Skip to content

Commit

Permalink
Merge pull request #38 from climbfuji/update_dtc_develop_from_emc_dev…
Browse files Browse the repository at this point in the history
…elop_and_other_updates_20200409

Update dtc/develop from develop and other updates 2020/04/09
  • Loading branch information
climbfuji authored Apr 10, 2020
2 parents fa94ff7 + 6897b78 commit e447123
Show file tree
Hide file tree
Showing 37 changed files with 17,944 additions and 18,280 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0)

foreach(env_var IN ITEMS
CMAKE_C_COMPILER CMAKE_CXX_COMPILER CMAKE_Fortran_COMPILER
Expand All @@ -13,7 +13,9 @@ set(CMAKE_CXX_COMPILER $ENV{CMAKE_CXX_COMPILER})
set(CMAKE_Fortran_COMPILER $ENV{CMAKE_Fortran_COMPILER})
set(CMAKE_Platform $ENV{CMAKE_Platform})

project(NEMSfv3gfs C CXX Fortran)
project(ufs-weather-model
VERSION 1.0
LANGUAGES C CXX Fortran)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
find_package(MPI REQUIRED)
Expand Down
5 changes: 5 additions & 0 deletions cmake/configure_macosx.gnu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ option(DEBUG "Enable DEBUG mode" OFF)
option(REPRO "Enable REPRO mode" OFF)
option(VERBOSE "Enable VERBOSE mode" OFF)
option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF)
# OpenMP broken for clang compiler
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang*")
option(OPENMP "Enable OpenMP threading" OFF)
else()
option(OPENMP "Enable OpenMP threading" ON)
endif()
option(AVX2 "Enable AVX2 instruction set" OFF)

option(INLINE_POST "Enable inline post" OFF)
Expand Down
962 changes: 481 additions & 481 deletions log/report-hera.intel-log/build_fv3.exe.log

Large diffs are not rendered by default.

984 changes: 492 additions & 492 deletions log/report-hera.intel-log/build_fv3_32bit.exe.log

Large diffs are not rendered by default.

988 changes: 494 additions & 494 deletions log/report-hera.intel-log/build_fv3_32bit_debug.exe.log

Large diffs are not rendered by default.

858 changes: 429 additions & 429 deletions log/report-hera.intel-log/build_fv3_appbuilder.exe.log

Large diffs are not rendered by default.

1,108 changes: 558 additions & 550 deletions log/report-hera.intel-log/build_fv3_ww3.exe.log

Large diffs are not rendered by default.

467 changes: 199 additions & 268 deletions log/report-hera.intel-log/rtreport.txt

Large diffs are not rendered by default.

1,028 changes: 514 additions & 514 deletions log/report-wcoss.cray-log/build_fv3.exe.log

Large diffs are not rendered by default.

1,040 changes: 520 additions & 520 deletions log/report-wcoss.cray-log/build_fv3_32bit.exe.log

Large diffs are not rendered by default.

924 changes: 462 additions & 462 deletions log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log

Large diffs are not rendered by default.

1,220 changes: 605 additions & 615 deletions log/report-wcoss.cray-log/build_fv3_ww3.exe.log

Large diffs are not rendered by default.

425 changes: 177 additions & 248 deletions log/report-wcoss.cray-log/rtreport.txt

Large diffs are not rendered by default.

978 changes: 489 additions & 489 deletions log/report-wcoss_dell_p3-log/build_fv3.exe.log

Large diffs are not rendered by default.

1,004 changes: 502 additions & 502 deletions log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log

Large diffs are not rendered by default.

882 changes: 441 additions & 441 deletions log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log

Large diffs are not rendered by default.

1,122 changes: 565 additions & 557 deletions log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log

Large diffs are not rendered by default.

312 changes: 157 additions & 155 deletions log/report-wcoss_dell_p3-log/rtreport.txt

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions modulefiles/wcoss_cray/fv3
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ module-whatis "loads NEMS FV3 prerequisites on Surge and Luna"
module load PrgEnv-intel
module rm intel
module rm NetCDF-intel-sandybridge/4.2
module load intel/16.3.210
module load intel/18.1.163
module load cray-netcdf/4.3.3.1
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
module load cmake/3.16.2
#
## WCOSS cray for WW3
module load gcc/4.9.2
Expand Down Expand Up @@ -58,14 +58,13 @@ module load udreg
module load ugni

module use /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles
module load esmf/8.0.0
module load esmf/8.0.0_intel18

module swap pmi pmi/5.0.11

##
## load cmake
##
module load cmake/3.6.2
setenv CMAKE_C_COMPILER cc
setenv CMAKE_CXX_COMPILER CC
setenv CMAKE_Fortran_COMPILER ftn
Expand Down
3 changes: 3 additions & 0 deletions parm/ccpp_regional.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
n_zs_filter = 0
regional = .true.
bc_update_interval = 6
regional_bcs_from_gsi = .false.
write_restart_with_bcs = @[WRITE_RESTART_WITH_BCS]
nrows_blend = 0
/

&external_ic_nml
Expand Down
3 changes: 3 additions & 0 deletions parm/regional.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
n_zs_filter = 0
regional = .true.
bc_update_interval = 6
regional_bcs_from_gsi = .false.
write_restart_with_bcs = @[WRITE_RESTART_WITH_BCS]
nrows_blend = 0
/

&external_ic_nml
Expand Down
10,799 changes: 5,379 additions & 5,420 deletions tests/Compile_hera.intel.log

Large diffs are not rendered by default.

1,269 changes: 628 additions & 641 deletions tests/Compile_wcoss_cray.log

Large diffs are not rendered by default.

9,036 changes: 4,467 additions & 4,569 deletions tests/Compile_wcoss_dell_p3.log

Large diffs are not rendered by default.

304 changes: 156 additions & 148 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

72 changes: 37 additions & 35 deletions tests/RegressionTests_wcoss_cray.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Tue Mar 17 17:55:05 UTC 2020
Mon Apr 6 18:52:24 UTC 2020
Start Regression test


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_control
Checking test 001 fv3_control results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -71,7 +71,7 @@ Test 001 fv3_control PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_decomp
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_decomp
Checking test 002 fv3_decomp results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -139,7 +139,7 @@ Test 002 fv3_decomp PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_2threads
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_2threads
Checking test 003 fv3_2threads results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -207,7 +207,7 @@ Test 003 fv3_2threads PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_restart
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_restart
Checking test 004 fv3_restart results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -275,7 +275,7 @@ Test 004 fv3_restart PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_read_inc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_read_inc
Checking test 005 fv3_read_inc results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -343,7 +343,7 @@ Test 005 fv3_read_inc PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmp
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_gfdlmp
Checking test 006 fv3_gfdlmp results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -391,7 +391,7 @@ Test 006 fv3_gfdlmp PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_gwd
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_gfdlmprad_gwd
Checking test 007 fv3_gfdlmprad_gwd results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -439,7 +439,7 @@ Test 007 fv3_gfdlmprad_gwd PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_noahmp
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_gfdlmprad_noahmp
Checking test 008 fv3_gfdlmprad_noahmp results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -487,7 +487,7 @@ Test 008 fv3_gfdlmprad_noahmp PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_thompson
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_thompson
Checking test 009 fv3_thompson results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -555,7 +555,7 @@ Test 009 fv3_thompson PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wsm6
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wsm6
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_wsm6
Checking test 010 fv3_wsm6 results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -623,7 +623,7 @@ Test 010 fv3_wsm6 PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_netcdf_esmf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_wrtGauss_netcdf_esmf
Checking test 011 fv3_wrtGauss_netcdf_esmf results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -671,7 +671,7 @@ Test 011 fv3_wrtGauss_netcdf_esmf PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_netcdf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_wrtGauss_netcdf
Checking test 012 fv3_wrtGauss_netcdf results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -719,7 +719,7 @@ Test 012 fv3_wrtGauss_netcdf PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_nemsio
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_wrtGauss_nemsio
Checking test 013 fv3_wrtGauss_nemsio results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -767,7 +767,7 @@ Test 013 fv3_wrtGauss_nemsio PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_nemsio_c192
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_wrtGauss_nemsio_c192
Checking test 014 fv3_wrtGauss_nemsio_c192 results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -815,7 +815,7 @@ Test 014 fv3_wrtGauss_nemsio_c192 PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stochy
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_stochy
Checking test 015 fv3_stochy results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -883,7 +883,7 @@ Test 015 fv3_stochy PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_iau
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_iau
Checking test 016 fv3_iau results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -951,7 +951,7 @@ Test 016 fv3_iau PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmgshoc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmgshoc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_csawmgshoc
Checking test 017 fv3_csawmgshoc results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -999,7 +999,7 @@ Test 017 fv3_csawmgshoc PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmg
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_csawmg
Checking test 018 fv3_csawmg results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1047,7 +1047,7 @@ Test 018 fv3_csawmg PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_rasmgshoc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_rasmgshoc
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_rasmgshoc
Checking test 019 fv3_rasmgshoc results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1095,7 +1095,7 @@ Test 019 fv3_rasmgshoc PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg3shoc127
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmg3shoc127
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_csawmg3shoc127
Checking test 020 fv3_csawmg3shoc127 results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1143,7 +1143,7 @@ Test 020 fv3_csawmg3shoc127 PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_satmedmf
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_satmedmf
Checking test 021 fv3_satmedmf results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1191,7 +1191,7 @@ Test 021 fv3_satmedmf PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_lheatstrg
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_lheatstrg
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_lheatstrg
Checking test 022 fv3_lheatstrg results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1239,7 +1239,7 @@ Test 022 fv3_lheatstrg PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_gfdlmprad
Checking test 023 fv3_gfdlmprad results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1288,7 +1288,7 @@ Test 023 fv3_gfdlmprad PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_appbuild
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_appbuild
Checking test 024 fv3_appbuild results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1356,7 +1356,7 @@ Test 024 fv3_appbuild PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_control_32bit
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_control_32bit
Checking test 025 fv3_control_32bit results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1424,7 +1424,7 @@ Test 025 fv3_control_32bit PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_32bit_post
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_gfdlmprad_32bit_post
Checking test 026 fv3_gfdlmprad_32bit_post results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1476,7 +1476,7 @@ Test 026 fv3_gfdlmprad_32bit_post PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_stretched
Checking test 027 fv3_stretched results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1532,7 +1532,7 @@ Test 027 fv3_stretched PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched_nest
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_stretched_nest
Checking test 028 fv3_stretched_nest results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1599,7 +1599,7 @@ Test 028 fv3_stretched_nest PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_quilt
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched_nest_quilt
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_stretched_nest_quilt
Checking test 029 fv3_stretched_nest_quilt results ....
Comparing atmos_4xdaily.tile1.nc .........OK
Comparing atmos_4xdaily.tile2.nc .........OK
Expand Down Expand Up @@ -1664,16 +1664,18 @@ Test 029 fv3_stretched_nest_quilt PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_control
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_regional_control
Checking test 030 fv3_regional_control results ....
Comparing atmos_4xdaily.nc .........OK
Comparing fv3_history2d.nc .........OK
Comparing fv3_history.nc .........OK
Comparing RESTART/fv_core.res.tile1_new.nc .........OK
Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK
Test 030 fv3_regional_control PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_restart
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_regional_restart
Checking test 031 fv3_regional_restart results ....
Comparing atmos_4xdaily.nc .........OK
Comparing fv3_history2d.nc .........OK
Expand All @@ -1682,7 +1684,7 @@ Test 031 fv3_regional_restart PASS


baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_quilt
working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_46678/fv3_regional_quilt
Checking test 032 fv3_regional_quilt results ....
Comparing atmos_4xdaily.nc .........OK
Comparing dynf000.nc .........OK
Expand All @@ -1693,5 +1695,5 @@ Test 032 fv3_regional_quilt PASS


REGRESSION TEST WAS SUCCESSFUL
Tue Mar 17 18:28:06 UTC 2020
Elapsed time: 00h:33m:02s. Have a nice day!
Mon Apr 6 19:42:47 UTC 2020
Elapsed time: 00h:50m:24s. Have a nice day!
Loading

0 comments on commit e447123

Please sign in to comment.