Skip to content

Commit

Permalink
fv3atm update: CCPP tendencies bugfixes, global restart reproducibili…
Browse files Browse the repository at this point in the history
…ty, halo boundary update in dycore, transition to cap_gen.py part 1 (#200)
  • Loading branch information
climbfuji authored Oct 14, 2020
1 parent 973fd67 commit a05a615
Show file tree
Hide file tree
Showing 14 changed files with 15,133 additions and 49,670 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 75 files
+151 −95 CMakeLists.txt
+1 −1 atmos_cubed_sphere
+36 −35 atmos_model.F90
+7 −5 ccpp/CMakeLists.txt
+120 −120 ccpp/config/ccpp_prebuild_config.py
+9 −9 ccpp/driver/CCPP_driver.F90
+1 −1 ccpp/framework
+1 −1 ccpp/physics
+9 −20 ccpp/suites/suite.xsd
+1 −1 ccpp/suites/suite_FV3_CPT_v0.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_coupled.xml
+89 −0 ccpp/suites/suite_FV3_GFS_2017_couplednsst.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_csawmg.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_fv3wam.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_h2ophys.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_myj.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_ntiedtke.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_ozphys_2015.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_sas.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_satmedmfq.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_shinhong.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_stretched.xml
+1 −1 ccpp/suites/suite_FV3_GFS_2017_ysu.xml
+1 −1 ccpp/suites/suite_FV3_GFS_cpld_rasmgshoc.xml
+1 −1 ccpp/suites/suite_FV3_GFS_cpld_rasmgshocnsst.xml
+1 −1 ccpp/suites/suite_FV3_GFS_cpldnst_rasmgshoc.xml
+1 −1 ccpp/suites/suite_FV3_GFS_rasmgshoc.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_gf.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_gf_thompson.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_mynn.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_ras.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_rasmgshoc.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_thompson.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15_thompson_mynn.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15p2.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15p2_RRTMGP.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15p2_no_nsst.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15plus.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15plusras.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16_csawmg.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16beta.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16beta_RRTMGP.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16beta_flake.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16beta_no_nsst.xml
+1 −1 ccpp/suites/suite_FV3_GSD_SAR.xml
+1 −1 ccpp/suites/suite_FV3_GSD_noah.xml
+1 −1 ccpp/suites/suite_FV3_GSD_noah_mynnsfc.xml
+1 −1 ccpp/suites/suite_FV3_GSD_v0.xml
+1 −1 ccpp/suites/suite_FV3_GSD_v0_drag_suite.xml
+1 −1 ccpp/suites/suite_FV3_GSD_v0_mynnsfc.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_ferhires_update_moist.xml
+1 −1 ccpp/suites/suite_FV3_HRRR.xml
+1 −1 ccpp/suites/suite_FV3_RAP.xml
+1 −1 ccpp/suites/suite_FV3_RRFS_v1beta.xml
+34 −21 gfsphysics/CMakeLists.txt
+5 −5 gfsphysics/GFS_layer/GFS_diagnostics.F90
+2 −2 gfsphysics/GFS_layer/GFS_driver.F90
+38 −20 gfsphysics/GFS_layer/GFS_typedefs.F90
+1,243 −952 gfsphysics/GFS_layer/GFS_typedefs.meta
+7 −8 gfsphysics/physics/GFS_debug.F90
+19 −12 io/CMakeLists.txt
+46 −27 io/FV3GFS_io.F90
+19 −17 ipd/CMakeLists.txt
+11 −14 stochastic_physics/CMakeLists.txt
+28 −28 stochastic_physics/stochastic_physics_wrapper.F90
2 changes: 1 addition & 1 deletion NEMS
2 changes: 1 addition & 1 deletion conf/configure.fv3.cheyenne.intel
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ FAST := $(TRANSCENDENTALS)
endif

ifeq ($(OPENMP),Y)
CPPDEFS += -DOPENMP
CPPDEFS += -D_OPENMP
CFLAGS += $(CFLAGS_OPENMP)
FFLAGS += $(FFLAGS_OPENMP)
LDFLAGS += $(LDFLAGS_OPENMP)
Expand Down
2 changes: 1 addition & 1 deletion conf/configure.fv3.hera.intel
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ FAST := $(TRANSCENDENTALS)
endif

ifeq ($(OPENMP),Y)
CPPDEFS += -DOPENMP
CPPDEFS += -D_OPENMP
CFLAGS += $(CFLAGS_OPENMP)
FFLAGS += $(FFLAGS_OPENMP)
LDFLAGS += $(LDFLAGS_OPENMP)
Expand Down
2 changes: 1 addition & 1 deletion conf/configure.fv3.orion.intel
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FAST := $(TRANSCENDENTALS)
endif

ifeq ($(OPENMP),Y)
CPPDEFS += -DOPENMP
CPPDEFS += -D_OPENMP
CFLAGS += $(CFLAGS_OPENMP)
FFLAGS += $(FFLAGS_OPENMP)
LDFLAGS += $(LDFLAGS_OPENMP)
Expand Down
2 changes: 1 addition & 1 deletion conf/configure.fv3.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ FAST := $(TRANSCENDENTALS)
endif

ifeq ($(OPENMP),Y)
CPPDEFS += -DOPENMP
CPPDEFS += -D_OPENMP
CFLAGS += $(CFLAGS_OPENMP)
FFLAGS += $(FFLAGS_OPENMP)
LDFLAGS += $(LDFLAGS_OPENMP)
Expand Down
2 changes: 1 addition & 1 deletion stochastic_physics
21,091 changes: 4,903 additions & 16,188 deletions tests/Compile_hera.intel.log

Large diffs are not rendered by default.

22,612 changes: 5,487 additions & 17,125 deletions tests/Compile_orion.intel.log

Large diffs are not rendered by default.

20,724 changes: 4,614 additions & 16,110 deletions tests/Compile_wcoss_dell_p3.log

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions tests/RegressionTests_hera.intel.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Thu Oct 8 22:27:29 UTC 2020
Wed Oct 14 00:12:28 UTC 2020
Start Regression test


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux
Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -58,9 +58,9 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results ....
Test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux
Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -114,9 +114,9 @@ Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results ....
Test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux
Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results ....
Comparing phyf072.tile1.nc .........OK
Comparing phyf072.tile2.nc .........OK
Expand Down Expand Up @@ -170,9 +170,9 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results ....
Test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_restart
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_restart
Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results ....
Comparing phyf072.tile1.nc .........OK
Comparing phyf072.tile2.nc .........OK
Expand Down Expand Up @@ -226,9 +226,9 @@ Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results ....
Test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads
Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -282,9 +282,9 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results ....
Test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp
Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -338,9 +338,9 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results ....
Test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf
Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results ....
Comparing phyf024.tile1.nc .........OK
Comparing phyf024.tile2.nc .........OK
Expand Down Expand Up @@ -394,9 +394,9 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results ....
Test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux
Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -450,9 +450,9 @@ Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results ....
Test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac
Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results ....
Comparing phyf048.tile1.nc .........OK
Comparing phyf048.tile2.nc .........OK
Expand Down Expand Up @@ -506,9 +506,9 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results ...
Test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt
Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results ....
Comparing phyf024.tile1.nc .........OK
Comparing phyf024.tile2.nc .........OK
Expand Down Expand Up @@ -599,9 +599,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results ....
Test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt
Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results ....
Comparing phyf024.tile1.nc .........OK
Comparing phyf024.tile2.nc .........OK
Expand Down Expand Up @@ -658,9 +658,9 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results ....
Test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS


baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART
working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug
baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps
mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART
working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug
Checking test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results ....
Comparing phyf006.tile1.nc .........OK
Comparing phyf006.tile2.nc .........OK
Expand Down Expand Up @@ -716,5 +716,5 @@ Test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS


REGRESSION TEST WAS SUCCESSFUL
Fri Oct 9 04:00:48 UTC 2020
Elapsed time: 05h:33m:21s. Have a nice day!
Wed Oct 14 07:24:59 UTC 2020
Elapsed time: 07h:12m:33s. Have a nice day!
Loading

0 comments on commit a05a615

Please sign in to comment.