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

RT Failure using only -n in rt.sh still causes RT to pass. #1416

Closed
BrianCurtis-NOAA opened this issue Sep 13, 2022 · 2 comments
Closed

RT Failure using only -n in rt.sh still causes RT to pass. #1416

BrianCurtis-NOAA opened this issue Sep 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@BrianCurtis-NOAA
Copy link
Collaborator

BrianCurtis-NOAA commented Sep 13, 2022

Description

Running rt.sh -n rap_control with feature/merra2_thompson in https://github.com/ChunxiZhang-NOAA/ufs-weather-model.git causes comparisons to fail, but the regression test passes (is successful)

To Reproduce (hera.intel):

git clone -b feature/merra2_thompson --recursive https://github.com/ChunxiZhang-NOAA/ufs-weather-model.git
cd ufs-weather-model
module purge; module reset
module use modulefiles
module load ufs_hera.intel
cd tests
./rt.sh -n rap_control

Log File:

Tue Sep 13 20:11:18 UTC 2022
Start Regression test

Compile 001 elapsed time 395 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RR
TMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D3
2BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release

baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-2022090
9/INTEL/rap_control
working dir  = /scratch1/NCEPDEV/stmp2/Brian.Curtis/FV3_RT/rt_293243/rap_control
Checking test 001 rap_control results ....
 Comparing sfcf000.nc ............ALT CHECK......NOT OK
 Comparing sfcf021.nc ............ALT CHECK......NOT OK
 Comparing sfcf024.nc ............ALT CHECK......NOT OK
 Comparing atmf000.nc ............ALT CHECK......NOT OK
 Comparing atmf021.nc ............ALT CHECK......NOT OK
 Comparing atmf024.nc ............ALT CHECK......NOT OK
 Comparing GFSFLX.GrbF00 .........NOT OK
 Comparing GFSFLX.GrbF21 .........NOT OK
 Comparing GFSFLX.GrbF24 .........NOT OK
 Comparing GFSPRS.GrbF00 .........NOT OK
 Comparing GFSPRS.GrbF21 .........NOT OK
 Comparing GFSPRS.GrbF24 .........NOT OK
 Comparing RESTART/coupler.res .........OK
 Comparing RESTART/fv_core.res.nc .........OK
 Comparing RESTART/fv_core.res.tile1.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_core.res.tile2.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_core.res.tile3.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_core.res.tile4.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_core.res.tile5.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_core.res.tile6.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile1.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile2.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile3.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile4.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile5.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_srf_wnd.res.tile6.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile2.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile3.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile4.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile5.nc ............ALT CHECK......NOT OK
 Comparing RESTART/fv_tracer.res.tile6.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile1.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile2.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile3.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile4.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile5.nc ............ALT CHECK......NOT OK
 Comparing RESTART/phy_data.tile6.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile1.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile2.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile3.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile4.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile5.nc ............ALT CHECK......NOT OK
 Comparing RESTART/sfc_data.tile6.nc ............ALT CHECK......NOT OK

  0: The total amount of wall time                        = 440.733187
  0: The maximum resident set size (KB)                   = 1050028

Test 001 rap_control FAIL


REGRESSION TEST WAS SUCCESSFUL
Tue Sep 13 20:31:54 UTC 2022
Elapsed time: 00h:20m:37s. Have a nice day!
@BrianCurtis-NOAA BrianCurtis-NOAA added the bug Something isn't working label Sep 13, 2022
@DusanJovic-NOAA
Copy link
Collaborator

In run_test.sh this must be removed:

remove_fail_test

@BrianCurtis-NOAA
Copy link
Collaborator Author

Fixed in #1554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants