Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regional BC blending and BCs into GSI #83

Merged
merged 28 commits into from
Apr 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
96f235f
Point at my fv3atm fork and branch.
TomBlack-NOAA Feb 21, 2020
7fc550a
More cleanup of the regional module.
TomBlack-NOAA Feb 24, 2020
274face
Moved call to write_full_fields in atmos_cubed_sphere.
TomBlack-NOAA Mar 5, 2020
087f5a9
Updating develop branch in my fork.
TomBlack-NOAA Mar 11, 2020
25c55f1
Merge branch 'develop' into blend_DA
TomBlack-NOAA Mar 11, 2020
9bd5840
Merge remote-tracking branch 'upstream/develop' into develop
TomBlack-NOAA Mar 12, 2020
c95c037
Update FV3 submodule.
TomBlack-NOAA Mar 12, 2020
0fd6344
Merge branch 'develop' into blend_DA
TomBlack-NOAA Mar 12, 2020
4e487ab
Get ccpp update.
TomBlack-NOAA Mar 19, 2020
9a22d79
New commits.
TomBlack-NOAA Mar 20, 2020
ef44110
ccpp updates.
TomBlack-NOAA Mar 20, 2020
8b60889
Merge remote-tracking branch 'upstream/develop' into develop
TomBlack-NOAA Mar 20, 2020
629bfcb
Update NEMS.
TomBlack-NOAA Mar 20, 2020
e8509f3
Update FV3.
TomBlack-NOAA Mar 20, 2020
e6cee87
Merge branch 'develop' into blend_DA
TomBlack-NOAA Mar 20, 2020
8df1aba
Update ccpp.
TomBlack-NOAA Mar 20, 2020
095c288
Merge remote-tracking branch 'upstream/develop' into blend_DA
TomBlack-NOAA Apr 1, 2020
6c65cdc
Updates for regional DA and blending.
TomBlack-NOAA Apr 2, 2020
ea07d34
Changes in regional regtests for blending and DA.
TomBlack-NOAA Apr 2, 2020
d705830
Update logs.
TomBlack-NOAA Apr 2, 2020
8f3a7ba
Update cray regtest logs.
TomBlack-NOAA Apr 2, 2020
7a996a7
Update regtest logs for hera.
TomBlack-NOAA Apr 3, 2020
a19d368
Modifications for code review.
TomBlack-NOAA Apr 6, 2020
bbabe58
Update logs for dell regtests.
TomBlack-NOAA Apr 7, 2020
e98e20e
Update logs for cray regtests.
TomBlack-NOAA Apr 7, 2020
0984953
Update logs for hera regtests.
TomBlack-NOAA Apr 7, 2020
7cb4b5f
Update FV3 submodule
TomBlack-NOAA Apr 8, 2020
a323539
Update NEMS submodule
TomBlack-NOAA Apr 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
950 changes: 475 additions & 475 deletions log/report-hera.intel-log/build_fv3.exe.log

Large diffs are not rendered by default.

964 changes: 482 additions & 482 deletions log/report-hera.intel-log/build_fv3_32bit.exe.log

Large diffs are not rendered by default.

990 changes: 495 additions & 495 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,110 changes: 559 additions & 551 deletions log/report-hera.intel-log/build_fv3_ww3.exe.log

Large diffs are not rendered by default.

340 changes: 171 additions & 169 deletions log/report-hera.intel-log/rtreport.txt

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

932 changes: 466 additions & 466 deletions log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log

Large diffs are not rendered by default.

1,174 changes: 591 additions & 583 deletions log/report-wcoss.cray-log/build_fv3_ww3.exe.log

Large diffs are not rendered by default.

306 changes: 154 additions & 152 deletions log/report-wcoss.cray-log/rtreport.txt

Large diffs are not rendered by default.

976 changes: 488 additions & 488 deletions log/report-wcoss_dell_p3-log/build_fv3.exe.log

Large diffs are not rendered by default.

1,008 changes: 504 additions & 504 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,124 changes: 566 additions & 558 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.

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,922 changes: 5,488 additions & 5,434 deletions tests/Compile_hera.intel.log

Large diffs are not rendered by default.

11,209 changes: 4,523 additions & 6,686 deletions tests/Compile_wcoss_cray.log

Large diffs are not rendered by default.

112,309 changes: 28,239 additions & 84,070 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 @@
Thu Mar 26 01:53:28 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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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/Jun.Wang/FV3_RT/rt_30510/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
Thu Mar 26 05:31:41 UTC 2020
Elapsed time: 03h:38m:15s. Have a nice day!
Mon Apr 6 19:42:47 UTC 2020
Elapsed time: 00h:50m:24s. Have a nice day!
Loading