From b3504d16e47a9f604a14f72a3b56e86372d920c8 Mon Sep 17 00:00:00 2001 From: Jaymes Kenyon Date: Fri, 22 Nov 2024 14:39:34 -0500 Subject: [PATCH] RRFS-MPAS applications: add several fields to output; remove "imp_physics" logic from INITPOST_MPAS (#1088) Add several fields to output; remove "imp_physics" logic from INITPOST_MPAS --- parm/postxconfig-NT-rrfs_mpas.txt | 90 ++++++++++++++++++- parm/rrfs_mpas_postcntrl.xml | 13 ++- sorc/ncep_post.fd/INITPOST_MPAS.F | 142 ++---------------------------- tests/logs/rt.log.HERA | 112 +++++++++++------------ tests/logs/rt.log.HERCULES | 112 +++++++++++------------ tests/logs/rt.log.ORION | 112 +++++++++++------------ 6 files changed, 275 insertions(+), 306 deletions(-) diff --git a/parm/postxconfig-NT-rrfs_mpas.txt b/parm/postxconfig-NT-rrfs_mpas.txt index 32fc888d7..80581ec1c 100644 --- a/parm/postxconfig-NT-rrfs_mpas.txt +++ b/parm/postxconfig-NT-rrfs_mpas.txt @@ -1,7 +1,7 @@ 3 19 14 -144 +146 WRFTWO 4 ncep_emc @@ -2412,6 +2412,90 @@ cloud_ceilng ? ? ? +487 +GSD_EXP_CEILING +? +1 +tmpl4_0 +CEIL +? +? +cloud_ceilng +0 +? +0 +? +? +0 +? +0 +? +? +? +? +0 +0.0 +0 +0.0 +? +0 +0.0 +0 +0.0 +0 +0.0 +0 +0.0 +1 +-3.0 +0 +0 +0 +? +? +? +711 +GSD_EXP_CEILING_2 +? +1 +tmpl4_0 +CEIL +? +? +cloud_base +0 +? +0 +? +? +0 +? +0 +? +? +? +? +0 +0.0 +0 +0.0 +? +0 +0.0 +0 +0.0 +0 +0.0 +0 +0.0 +1 +-3.0 +0 +0 +0 +? +? +? 409 GSD_HGT_ON_CLOUD_TOP GSD_geopotential height on cloud top @@ -4056,7 +4140,7 @@ GSD_VIL_ON_ENTIRE_ATMOS 1 tmpl4_0 VIL -NCEP +? ? entire_atmos 0 @@ -4085,7 +4169,7 @@ entire_atmos 0 0.0 1 -6.0 +4.0 0 0 0 diff --git a/parm/rrfs_mpas_postcntrl.xml b/parm/rrfs_mpas_postcntrl.xml index 6e07693e2..8b2386f9d 100644 --- a/parm/rrfs_mpas_postcntrl.xml +++ b/parm/rrfs_mpas_postcntrl.xml @@ -340,6 +340,16 @@ -3.0 + + GSD_EXP_CEILING + -3.0 + + + + GSD_EXP_CEILING_2 + -3.0 + + GSD_HGT_ON_CLOUD_BASE -3.0 @@ -580,8 +590,7 @@ GSD_VIL_ON_ENTIRE_ATMOS - NCEP - 6.0 + 4.0 diff --git a/sorc/ncep_post.fd/INITPOST_MPAS.F b/sorc/ncep_post.fd/INITPOST_MPAS.F index d5f036a20..f71b7fa54 100644 --- a/sorc/ncep_post.fd/INITPOST_MPAS.F +++ b/sorc/ncep_post.fd/INITPOST_MPAS.F @@ -21,6 +21,7 @@ !> 2024-08-30 | Jaymes Kenyon| Add temporary hard coding of SLLEVEL (for RUC LSM) and PREC_ACC_DT !> 2024-09-09 | Eric James | Add checks for missing values before entering some computations !> 2024-10-16 | Jaymes Kenyon| Missing-value checks for wind interp, fix to LH flux +!> 2024-10-28 | Jaymes Kenyon| Removing outdated processing for various "imp_physics" cases !> !> @author Jaymes Kenyon (GSL) @date 2024-08-14 @@ -238,11 +239,6 @@ SUBROUTINE INITPOST_MPAS imp_physics=itmp if (me==0) print*,'MP_PHYSICS= ',itmp -! Initializes constants for Ferrier microphysics - if(imp_physics==5 .or. imp_physics==85 .or. imp_physics==95)then - CALL MICROINIT(imp_physics) - end if - call ext_ncd_get_dom_ti_integer(DataHandle,'CU_PHYSICS' & ,itmp,1,ioutcount,istatus) icu_physics=itmp @@ -383,13 +379,6 @@ SUBROUTINE INITPOST_MPAS if(abs(t( i, j, l ))>1.0e-3) & omga(I,J,L) = -WH(I,J,L)*pmid(i,j,l)*G/ & (RD*t(i,j,l)*(1.+D608*q(i,j,l))) -! seperate rain from snow and cloud water from cloud ice for WSM3 scheme -! if(imp_physics == 3)then -! if(t(i,j,l) < TFRZ)then -! qqs(i,j,l)=qqr(i,j,l) -! qqi(i,j,l)=qqw(i,j,l) -! end if -! end if else PMID(I,J,L) = spval thv(i,j,l) = spval @@ -473,52 +462,24 @@ SUBROUTINE INITPOST_MPAS end do end do - -! Brad comment out the output of individual species for Ferriers scheme within -! ARW in Registry file - - qqw=0. - qqr=0. - qqs=0. - qqi=0. - qqg=0. - qqni=0. - qqnr=0. - cwm=0. - ! extinction coef for aerosol extcof55=0. aextc55=0. - if(imp_physics/=5 .and. imp_physics/=0)then VarName='QCLOUD' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) do l = 1, lm do j = jsta_2l, jend_2u do i = 1, im -! partition cloud water and ice for WSM3 - if(imp_physics==3)then - if(t(i,j,l) >= TFRZ)then - qqw ( i, j, l ) = dum3d ( i, j, l ) - else - qqi ( i, j, l ) = dum3d ( i, j, l ) - end if - else ! bug fix provided by J CASE - qqw ( i, j, l ) = dum3d ( i, j, l ) - end if + qqw ( i, j, l ) = dum3d ( i, j, l ) end do end do end do ! if(jj>= jsta .and. jj<=jend) ! + print*,'sample QCLOUD= ',QQW(ii,jj,ll) ! print*,'finish reading cloud mixing ratio' - end if - - - if(imp_physics/=1 .and. imp_physics/=3 & - .and. imp_physics/=5 .and. imp_physics/=0)then VarName='QICE' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -531,34 +492,20 @@ SUBROUTINE INITPOST_MPAS end do ! if(jj>= jsta .and. jj<=jend) ! + print*,'sample QICE= ',qqi(ii,jj,ll) - end if - - if(imp_physics/=5 .and. imp_physics/=0)then VarName='QRAIN' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) do l = 1, lm do j = jsta_2l, jend_2u do i = 1, im -! partition rain and snow for WSM3 - if(imp_physics == 3)then - if(t(i,j,l) >= TFRZ)then - qqr ( i, j, l ) = dum3d ( i, j, l ) - else - qqs ( i, j, l ) = dum3d ( i, j, l ) - end if - else ! bug fix provided by J CASE - qqr ( i, j, l ) = dum3d ( i, j, l ) - end if - dummy(i,j)=dum3d(i,j,l) + qqr ( i, j, l ) = dum3d ( i, j, l ) end do end do -! print*,'max rain water= ',l,maxval(dummy) end do ! if(jj>= jsta .and. jj<=jend) ! + print*,'sample QRAIN= ',qqr(ii,jj,ll) -!tgs + ! Compute max QRAIN in the column to be used later in precip type computation do j = jsta_2l, jend_2u do i = 1, im @@ -573,12 +520,7 @@ SUBROUTINE INITPOST_MPAS end do end do end do - - end if - - if(imp_physics/=1 .and. imp_physics/=3 .and. & - imp_physics/=5 .and. imp_physics/=0)then VarName='QSNOW' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -591,11 +533,7 @@ SUBROUTINE INITPOST_MPAS end do ! print*,'max snow= ',l,maxval(dummy) end do - end if - - if(imp_physics==2 .or. imp_physics==6 .or. & - imp_physics==8 .or. imp_physics==9 .or. imp_physics==28)then VarName='QGRAUP' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -608,9 +546,7 @@ SUBROUTINE INITPOST_MPAS end do ! if(jj>= jsta .and. jj<=jend) ! + print*,'sample QGRAUP= ',qqg(ii,jj,ll) - end if - if(imp_physics==8 .or. imp_physics==9 .or.imp_physics==28)then VarName='QNICE' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -623,6 +559,7 @@ SUBROUTINE INITPOST_MPAS end do end do end do + VarName='QNRAIN' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -635,10 +572,8 @@ SUBROUTINE INITPOST_MPAS end do end do end do - end if ! For aerosol aware microphyscis - if(imp_physics==28) then VarName='QNCLOUD' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -651,6 +586,7 @@ SUBROUTINE INITPOST_MPAS end do end do end do + VarName='QNWFA' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -663,6 +599,7 @@ SUBROUTINE INITPOST_MPAS end do end do end do + VarName='QNIFA' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -675,7 +612,6 @@ SUBROUTINE INITPOST_MPAS end do end do end do - end if ! Read in extinction coefficient for aerosol at 550 nm ! VarName='EXTCOF55' @@ -690,7 +626,6 @@ SUBROUTINE INITPOST_MPAS ! end do ! print*,'finish reading EXTCOF55' - if(imp_physics/=5)then !HC SUM UP ALL CONDENSATE FOR CWM do l = 1, lm do j = jsta_2l, jend_2u @@ -713,53 +648,6 @@ SUBROUTINE INITPOST_MPAS end do end do end do - else - - VarName='CWM' - call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & - IM+1,1,JM+1,LM+1,IM, JS,JE,LM) - do l = 1, lm - do j = jsta_2l, jend_2u - do i = 1, im - CWM ( i, j, l ) = dum3d ( i, j, l ) - end do - end do - end do - - VarName='F_ICE_PHY' - call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & - IM+1,1,JM+1,LM+1,IM, JS,JE,LM) - do l = 1, lm - do j = jsta_2l, jend_2u - do i = 1, im - F_ICE( i, j, l ) = dum3d ( i, j, l ) - end do - end do - end do - - VarName='F_RAIN_PHY' - call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & - IM+1,1,JM+1,LM+1,IM, JS,JE,LM) - do l = 1, lm - do j = jsta_2l, jend_2u - do i = 1, im - F_RAIN( i, j, l ) = dum3d ( i, j, l ) - end do - end do - end do - - VarName='F_RIMEF_PHY' - call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & - IM+1,1,JM+1,LM+1,IM, JS,JE,LM) - do l = 1, lm - do j = jsta_2l, jend_2u - do i = 1, im - F_RIMEF( i, j, l ) = dum3d ( i, j, l ) - end do - end do - end do - - end if VarName='HTOP' IF(ICU_PHYSICS == 3 .or. ICU_PHYSICS == 5) VarName='CUTOP' @@ -813,8 +701,6 @@ SUBROUTINE INITPOST_MPAS ENDIF -!MEB call getVariable(fileName,DateStr,DataHandle,'QRAIN',new) - ! get sfc pressure VarName='MU' call getVariable(fileName,DateStr,DataHandle,VarName,DUMMY, & @@ -1080,7 +966,6 @@ SUBROUTINE INITPOST_MPAS ! E. James - 8 Dec 2017: this is for HRRR-smoke; it needs to be after ZINT ! is defined. ! - if(imp_physics==28) then VarName='AOD3D_SMOKE' call getVariable(fileName,DateStr,DataHandle,VarName,DUM3D, & IM+1,1,JM+1,LM+1,IM, JS,JE,LM) @@ -1099,7 +984,6 @@ SUBROUTINE INITPOST_MPAS end do end do end do - end if ! get 3-d soil variables VarName='SMOIS' @@ -1214,13 +1098,8 @@ SUBROUTINE INITPOST_MPAS end do end do -#ifdef COMMCODE - IF(MODELNAME == 'NCAR' .OR. MODELNAME == 'RAPR')THEN - if(imp_physics/=5 .and. imp_physics/=0)then -#else - IF(MODELNAME == 'RAPR')THEN + IF(MODELNAME == 'RAPR')THEN ! J. Kenyon - 4 Apr 2019: revised cloud-cover diagnostics for RAP/HRRR -#endif PTOP_LOW = 64200. PTOP_MID = 35000. PTOP_HIGH = 15000. @@ -1243,10 +1122,7 @@ SUBROUTINE INITPOST_MPAS enddo enddo -#ifdef COMMCODE - ENDIF ! Not Ferrier or null mp_physics -#endif - ENDIF ! NCAR or RAPR + ENDIF ! GRAUP ! E. James - 8 Dec 2017: SMOKE from WRF-CHEM diff --git a/tests/logs/rt.log.HERA b/tests/logs/rt.log.HERA index e25663170..6dfd23849 100644 --- a/tests/logs/rt.log.HERA +++ b/tests/logs/rt.log.HERA @@ -1,69 +1,69 @@ ===== Start of UPP Regression Testing Log ===== UPP Hash Tested: -25cbb5db2b38d44e665ac782cdb909a987feffc6 +5a4bb70bb4050d0b94c4c66e9569551620dfe249 Submodule hashes: -179cae1dd84401cf25d250bd9102e66560a9d328 sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d sorc/ncep_post.fd/post_gtg.fd -Run directory: /scratch1/NCEPDEV/nems/Gillian.Petro/RTs/upp-rts/1062/ci/rundir/upp-HERA +Run directory: /scratch2/NAGAPE/epic/Gillian.Petro/RTs/upp-rts/1088/ci/rundir/upp-HERA Baseline directory: /scratch2/NAGAPE/epic/UPP/test_suite -Total runtime: 00h:11m:08s -Test Date: 20241120 04:18:49 +Total runtime: 00h:11m:26s +Test Date: 20241122 18:22:20 Summary Results: -11/20 04:10:33Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 04:11:11Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk -11/20 04:11:15Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 04:11:24Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 04:11:44Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 04:11:46Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 04:11:53Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 04:11:56Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 04:11:56Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 04:12:33Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 04:12:33Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 04:12:36Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 04:12:36Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 04:12:38Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 04:12:47Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 -11/20 04:12:48Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 04:12:49Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 04:12:49Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 04:12:51Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 04:12:51Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 04:12:52Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 04:12:53Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 04:12:54Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 04:12:55Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 04:12:55Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 04:12:56Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 04:13:00Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 04:13:08Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 04:13:09Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 04:13:11Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 04:18:06Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 04:18:11Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 04:18:11Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 04:18:36Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 04:18:40Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 04:18:40Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 04:12:57Z -Runtime: nmmb_test 00:01:07 -- baseline 00:01:00 -11/20 04:12:57Z -Runtime: nmmb_pe_test 00:01:19 -- baseline 00:01:00 -11/20 04:12:58Z -Runtime: fv3gefs_test 00:00:20 -- baseline 00:40:00 -11/20 04:12:58Z -Runtime: fv3gefs_pe_test 00:00:25 -- baseline 00:40:00 -11/20 04:12:58Z -Runtime: rap_test 00:01:07 -- baseline 00:02:00 -11/20 04:12:58Z -Runtime: rap_pe_test 00:01:19 -- baseline 00:02:00 -11/20 04:13:14Z -Runtime: hrrr_test 00:02:35 -- baseline 00:02:00 -11/20 04:13:14Z -Runtime: hrrr_pe_test 00:01:57 -- baseline 00:02:00 -11/20 04:18:17Z -Runtime: fv3gfs_test 00:07:23 -- baseline 00:15:00 -11/20 04:18:47Z -Runtime: fv3gfs_pe_test 00:07:15 -- baseline 00:15:00 -11/20 04:18:47Z -Runtime: fv3r_test 00:01:46 -- baseline 00:03:00 -11/20 04:18:48Z -Runtime: fv3r_pe_test 00:01:35 -- baseline 00:03:00 -11/20 04:18:48Z -Runtime: fv3hafs_test 00:00:29 -- baseline 00:03:00 -11/20 04:18:48Z -Runtime: fv3hafs_pe_test 00:00:36 -- baseline 00:03:00 -11/20 04:18:49Z -Runtime: rtma_test 00:01:45 -- baseline 00:03:00 -11/20 04:18:49Z -Runtime: rtma_test_pe_test 00:01:44 -- baseline +11/22 18:14:30Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/22 18:14:59Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/22 18:15:27Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/22 18:15:28Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/22 18:15:31Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/22 18:15:31Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/22 18:15:34Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/22 18:15:48Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/22 18:15:50Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/22 18:15:52Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/22 18:15:57Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk +11/22 18:15:58Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/22 18:16:12Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/22 18:16:14Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/22 18:16:14Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/22 18:16:14Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/22 18:16:15Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/22 18:16:17Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/22 18:16:18Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/22 18:16:20Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/22 18:16:20Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/22 18:16:21Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 +11/22 18:16:22Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/22 18:16:26Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/22 18:16:28Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/22 18:16:29Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/22 18:16:29Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/22 18:16:33Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/22 18:16:37Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/22 18:16:42Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/22 18:21:18Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/22 18:21:22Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/22 18:21:22Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/22 18:22:04Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/22 18:22:08Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/22 18:22:08Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/22 18:16:27Z -Runtime: nmmb_test 00:01:27 -- baseline 00:01:00 +11/22 18:16:27Z -Runtime: nmmb_pe_test 00:01:21 -- baseline 00:01:00 +11/22 18:16:27Z -Runtime: fv3gefs_test 00:00:34 -- baseline 00:40:00 +11/22 18:16:28Z -Runtime: fv3gefs_pe_test 00:00:35 -- baseline 00:40:00 +11/22 18:16:28Z -Runtime: rap_test 00:01:17 -- baseline 00:02:00 +11/22 18:16:28Z -Runtime: rap_pe_test 00:01:29 -- baseline 00:02:00 +11/22 18:16:29Z -Runtime: hrrr_test 00:02:34 -- baseline 00:02:00 +11/22 18:16:29Z -Runtime: hrrr_pe_test 00:01:58 -- baseline 00:02:00 +11/22 18:21:32Z -Runtime: fv3gfs_test 00:07:02 -- baseline 00:15:00 +11/22 18:22:18Z -Runtime: fv3gfs_pe_test 00:07:19 -- baseline 00:15:00 +11/22 18:22:18Z -Runtime: fv3r_test 00:02:02 -- baseline 00:03:00 +11/22 18:22:18Z -Runtime: fv3r_pe_test 00:01:49 -- baseline 00:03:00 +11/22 18:22:19Z -Runtime: fv3hafs_test 00:00:32 -- baseline 00:03:00 +11/22 18:22:19Z -Runtime: fv3hafs_pe_test 00:00:45 -- baseline 00:03:00 +11/22 18:22:19Z -Runtime: rtma_test 00:01:57 -- baseline 00:03:00 +11/22 18:22:19Z -Runtime: rtma_test_pe_test 00:01:41 -- baseline No changes in test results detected. ===== End of UPP Regression Testing Log ===== diff --git a/tests/logs/rt.log.HERCULES b/tests/logs/rt.log.HERCULES index cb9382172..451015f20 100644 --- a/tests/logs/rt.log.HERCULES +++ b/tests/logs/rt.log.HERCULES @@ -1,69 +1,69 @@ ===== Start of UPP Regression Testing Log ===== UPP Hash Tested: -25cbb5db2b38d44e665ac782cdb909a987feffc6 +37b7153aa49291e898b19768475ace063640ae13 Submodule hashes: -179cae1dd84401cf25d250bd9102e66560a9d328 sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d sorc/ncep_post.fd/post_gtg.fd -Run directory: /work/noaa/epic/gpetro/hercules/RTs/upp-rts/1062/ci/rundir/upp-HERCULES +Run directory: /work/noaa/epic/gpetro/hercules/RTs/upp-rts/1088/ci/rundir/upp-HERCULES Baseline directory: /work/noaa/epic/UPP -Total runtime: 00h:10m:48s -Test Date: 20241119 21:52:00 +Total runtime: 00h:11m:52s +Test Date: 20241121 09:39:43 Summary Results: -11/20 03:43:31Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 03:43:34Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 03:43:44Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 03:43:44Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 03:44:06Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk -11/20 03:44:06Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 03:44:12Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 -11/20 03:44:12Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 03:44:20Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 03:44:21Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 03:44:21Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 03:44:27Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 03:44:28Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 03:44:28Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 03:44:51Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 03:44:52Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 03:44:53Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 03:45:02Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 03:45:06Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 03:45:10Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 03:45:12Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 03:45:26Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 03:45:28Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 03:45:28Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 03:45:31Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 03:45:33Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 03:45:33Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 03:47:39Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 03:47:40Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 03:47:41Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 03:49:17Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 03:49:17Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 03:49:17Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 03:51:55Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 03:51:55Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 03:51:55Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 03:44:29Z -Runtime: nmmb_test 00:01:13 -- baseline 00:03:00 -11/20 03:44:29Z -Runtime: nmmb_pe_test 00:01:06 -- baseline 00:03:00 -11/20 03:44:29Z -Runtime: fv3gefs_test 00:00:16 -- baseline 01:20:00 -11/20 03:44:29Z -Runtime: fv3gefs_pe_test 00:00:19 -- baseline 01:20:00 -11/20 03:44:29Z -Runtime: rap_test 00:00:51 -- baseline 00:02:00 -11/20 03:44:29Z -Runtime: rap_pe_test 00:00:57 -- baseline 00:02:00 -11/20 03:47:45Z -Runtime: hrrr_test 00:04:26 -- baseline 00:02:00 -11/20 03:47:45Z -Runtime: hrrr_pe_test 00:01:38 -- baseline 00:02:00 -11/20 03:52:00Z -Runtime: fv3gfs_test 00:08:40 -- baseline 00:18:00 -11/20 03:52:00Z -Runtime: fv3gfs_pe_test 00:06:02 -- baseline 00:18:00 -11/20 03:52:00Z -Runtime: fv3r_test 00:01:51 -- baseline 00:03:00 -11/20 03:52:00Z -Runtime: fv3r_pe_test 00:01:57 -- baseline 00:03:00 -11/20 03:52:00Z -Runtime: fv3hafs_test 00:00:29 -- baseline 00:00:40 -11/20 03:52:00Z -Runtime: fv3hafs_pe_test 00:00:29 -- baseline 00:00:40 -11/20 03:52:00Z -Runtime: rtma_test 00:02:18 -- baseline 00:04:00 -11/20 03:52:00Z -Runtime: rtma_pe_test 00:02:13 -- baseline 00:04:00 +11/21 15:30:55Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/21 15:30:56Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/21 15:30:56Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/21 15:31:02Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/21 15:31:03Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/21 15:31:03Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/21 15:31:07Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/21 15:31:25Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/21 15:31:27Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/21 15:31:37Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 +11/21 15:31:38Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/21 15:31:38Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/21 15:31:58Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk +11/21 15:31:58Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/21 15:32:19Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/21 15:32:20Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/21 15:32:21Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/21 15:32:26Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/21 15:32:29Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/21 15:32:39Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/21 15:32:42Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/21 15:33:20Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/21 15:33:22Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/21 15:33:22Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/21 15:33:22Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/21 15:33:23Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/21 15:33:23Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/21 15:35:32Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/21 15:35:33Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/21 15:35:34Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/21 15:36:56Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/21 15:36:57Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/21 15:36:57Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/21 15:39:35Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/21 15:39:35Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/21 15:39:35Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/21 15:31:12Z -Runtime: nmmb_test 00:01:04 -- baseline 00:03:00 +11/21 15:31:12Z -Runtime: nmmb_pe_test 00:00:58 -- baseline 00:03:00 +11/21 15:31:27Z -Runtime: fv3gefs_test 00:00:15 -- baseline 01:20:00 +11/21 15:31:42Z -Runtime: fv3gefs_pe_test 00:00:17 -- baseline 01:20:00 +11/21 15:32:12Z -Runtime: rap_test 00:00:48 -- baseline 00:02:00 +11/21 15:32:12Z -Runtime: rap_pe_test 00:00:57 -- baseline 00:02:00 +11/21 15:35:42Z -Runtime: hrrr_test 00:04:24 -- baseline 00:02:00 +11/21 15:35:42Z -Runtime: hrrr_pe_test 00:01:40 -- baseline 00:02:00 +11/21 15:39:43Z -Runtime: fv3gfs_test 00:08:54 -- baseline 00:18:00 +11/21 15:39:43Z -Runtime: fv3gfs_pe_test 00:06:16 -- baseline 00:18:00 +11/21 15:39:43Z -Runtime: fv3r_test 00:01:48 -- baseline 00:03:00 +11/21 15:39:43Z -Runtime: fv3r_pe_test 00:02:01 -- baseline 00:03:00 +11/21 15:39:43Z -Runtime: fv3hafs_test 00:00:26 -- baseline 00:00:40 +11/21 15:39:43Z -Runtime: fv3hafs_pe_test 00:00:28 -- baseline 00:00:40 +11/21 15:39:43Z -Runtime: rtma_test 00:02:13 -- baseline 00:04:00 +11/21 15:39:43Z -Runtime: rtma_pe_test 00:02:12 -- baseline 00:04:00 No changes in test results detected. ===== End of UPP Regression Testing Log ===== diff --git a/tests/logs/rt.log.ORION b/tests/logs/rt.log.ORION index 0efefe4f2..cb3a82e28 100644 --- a/tests/logs/rt.log.ORION +++ b/tests/logs/rt.log.ORION @@ -1,69 +1,69 @@ ===== Start of UPP Regression Testing Log ===== UPP Hash Tested: -25cbb5db2b38d44e665ac782cdb909a987feffc6 +37b7153aa49291e898b19768475ace063640ae13 Submodule hashes: -179cae1dd84401cf25d250bd9102e66560a9d328 sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d sorc/ncep_post.fd/post_gtg.fd -Run directory: /work/noaa/epic/gpetro/orion/RTs/upp-rts/1062/ci/rundir/upp-ORION +Run directory: /work/noaa/epic/gpetro/orion/RTs/upp-rts/1088/ci/rundir/upp-ORION Baseline directory: /work/noaa/epic/UPP -Total runtime: 00h:16m:19s -Test Date: 20241119 22:09:27 +Total runtime: 00h:14m:12s +Test Date: 20241121 09:43:42 Summary Results: -11/20 03:57:39Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 03:57:40Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 03:57:41Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 03:57:50Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk -11/20 03:57:51Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk -11/20 03:57:51Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk -11/20 04:00:05Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 04:00:09Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk -11/20 04:00:15Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 04:00:16Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk -11/20 04:01:07Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 -11/20 04:01:08Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 04:01:08Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk -11/20 04:01:09Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk -11/20 04:01:47Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 04:01:50Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 04:01:52Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk -11/20 04:01:56Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk -11/20 04:02:22Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 04:02:23Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 04:02:25Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 04:02:25Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 04:02:26Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk -11/20 04:02:27Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 04:02:27Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 04:02:29Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk -11/20 04:02:29Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk -11/20 04:07:04Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk -11/20 04:07:05Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk -11/20 04:07:07Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk -11/20 04:07:45Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 04:07:45Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 04:07:45Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 04:09:18Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk -11/20 04:09:18Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk -11/20 04:09:19Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk -11/20 03:57:55Z -Runtime: nmmb_test 00:01:26 -- baseline 00:03:00 -11/20 03:57:55Z -Runtime: nmmb_pe_test 00:01:16 -- baseline 00:03:00 -11/20 04:00:10Z -Runtime: fv3gefs_test 00:00:22 -- baseline 01:20:00 -11/20 04:00:10Z -Runtime: fv3gefs_pe_test 00:00:26 -- baseline 01:20:00 -11/20 04:01:10Z -Runtime: rap_test 00:01:26 -- baseline 00:02:00 -11/20 04:01:10Z -Runtime: rap_pe_test 00:01:25 -- baseline 00:02:00 -11/20 04:07:11Z -Runtime: hrrr_test 00:07:24 -- baseline 00:02:00 -11/20 04:07:11Z -Runtime: hrrr_pe_test 00:02:42 -- baseline 00:02:00 -11/20 04:09:27Z -Runtime: fv3gfs_test 00:09:36 -- baseline 00:18:00 -11/20 04:09:27Z -Runtime: fv3gfs_pe_test 00:08:02 -- baseline 00:18:00 -11/20 04:09:27Z -Runtime: fv3r_test 00:02:07 -- baseline 00:03:00 -11/20 04:09:27Z -Runtime: fv3r_pe_test 00:02:13 -- baseline 00:03:00 -11/20 04:09:27Z -Runtime: fv3hafs_test 00:00:32 -- baseline 00:00:40 -11/20 04:09:27Z -Runtime: fv3hafs_pe_test 00:00:33 -- baseline 00:00:40 -11/20 04:09:27Z -Runtime: rtma_test 00:02:46 -- baseline 00:04:00 -11/20 04:09:27Z -Runtime: rtma_pe_test 00:02:44 -- baseline 00:04:00 +11/21 15:33:53Z -nmmb pe test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/21 15:33:57Z -nmmb pe test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/21 15:33:57Z -nmmb pe test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/21 15:34:04Z -nmmb test: your new post executable generates bit-identical BGDAWP03.tm00.Grib2 as the trunk +11/21 15:34:05Z -nmmb test: your new post executable generates bit-identical BGRD3D03.tm00.Grib2 as the trunk +11/21 15:34:06Z -nmmb test: your new post executable generates bit-identical BGRDSF03.tm00.Grib2 as the trunk +11/21 15:34:07Z -fv3gefs test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/21 15:34:12Z -fv3gefs pe test: your new post executable generates bit-identical geaer.t00z.master.grb2f060 as the trunk +11/21 15:34:19Z -fv3hafs test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/21 15:34:19Z -fv3hafs pe test: your new post executable generates bit-identical HURPRS09.tm00 as the trunk +11/21 15:35:10Z -rap pe test: your new post executable did generate changed results in WRFPRS.GrbF16 +11/21 15:35:11Z -rap pe test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/21 15:35:12Z -rap test: your new post executable generates bit-identical WRFPRS.GrbF16 as the trunk +11/21 15:35:13Z -rap test: your new post executable generates bit-identical WRFNAT.GrbF16 as the trunk +11/21 15:35:49Z -fv3r test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/21 15:35:53Z -fv3r test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/21 15:35:59Z -fv3r pe test: your new post executable generates bit-identical PRSLEV10.tm00 as the trunk +11/21 15:36:02Z -fv3r pe test: your new post executable generates bit-identical NATLEV10.tm00 as the trunk +11/21 15:36:27Z -rtma pe test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/21 15:36:27Z -hrrr pe test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/21 15:36:28Z -hrrr pe test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/21 15:36:28Z -rtma test: your new post executable generates bit-identical NATLEV00.tm00 as the trunk +11/21 15:36:29Z -rtma pe test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/21 15:36:29Z -hrrr pe test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/21 15:36:29Z -rtma pe test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/21 15:36:30Z -rtma test: your new post executable generates bit-identical PRSLEV00.tm00 as the trunk +11/21 15:36:30Z -rtma test: your new post executable generates bit-identical IFIFIP00.tm00 as the trunk +11/21 15:41:05Z -hrrr test: your new post executable generates bit-identical WRFTWO.GrbF04 as the trunk +11/21 15:41:06Z -hrrr test: your new post executable generates bit-identical WRFPRS.GrbF04 as the trunk +11/21 15:41:07Z -hrrr test: your new post executable generates bit-identical WRFNAT.GrbF04 as the trunk +11/21 15:41:49Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/21 15:41:49Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/21 15:41:50Z -fv3gfs pe test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/21 15:43:31Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.master.grb2f006 as the trunk +11/21 15:43:31Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.sfluxgrbf006.grib2 as the trunk +11/21 15:43:31Z -fv3gfs test: your new post executable generates bit-identical gfs.t00z.special.grb2f006 as the trunk +11/21 15:34:09Z -Runtime: nmmb_test 00:01:27 -- baseline 00:03:00 +11/21 15:34:10Z -Runtime: nmmb_pe_test 00:01:19 -- baseline 00:03:00 +11/21 15:34:10Z -Runtime: fv3gefs_test 00:00:21 -- baseline 01:20:00 +11/21 15:34:25Z -Runtime: fv3gefs_pe_test 00:00:26 -- baseline 01:20:00 +11/21 15:35:25Z -Runtime: rap_test 00:01:27 -- baseline 00:02:00 +11/21 15:35:25Z -Runtime: rap_pe_test 00:01:25 -- baseline 00:02:00 +11/21 15:41:11Z -Runtime: hrrr_test 00:07:21 -- baseline 00:02:00 +11/21 15:41:11Z -Runtime: hrrr_pe_test 00:02:43 -- baseline 00:02:00 +11/21 15:43:41Z -Runtime: fv3gfs_test 00:09:45 -- baseline 00:18:00 +11/21 15:43:41Z -Runtime: fv3gfs_pe_test 00:08:04 -- baseline 00:18:00 +11/21 15:43:41Z -Runtime: fv3r_test 00:02:07 -- baseline 00:03:00 +11/21 15:43:41Z -Runtime: fv3r_pe_test 00:02:16 -- baseline 00:03:00 +11/21 15:43:41Z -Runtime: fv3hafs_test 00:00:33 -- baseline 00:00:40 +11/21 15:43:41Z -Runtime: fv3hafs_pe_test 00:00:33 -- baseline 00:00:40 +11/21 15:43:42Z -Runtime: rtma_test 00:02:44 -- baseline 00:04:00 +11/21 15:43:42Z -Runtime: rtma_pe_test 00:02:43 -- baseline 00:04:00 No changes in test results detected. ===== End of UPP Regression Testing Log =====