You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS WE2E test should successfully pass.
Current behavior
The get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS test is currently failing on Hera using GNU compilers with what appears to be a CFL violation:
FATAL from PE 7: compute_qs: saturation vapor pressure table overflow, nbad= 1
This is being seen in the Jenkins tests that have been run today, as well as manual tests of the HEAD of develop. Please note that I have not tried running this test using Intel compilers or on other machines as of this time.
Additionally, please note that the test successfully passed while run on the last PR that was merged, #898.
Machines affected
This failure has only been tested and seen on Hera using GNU compilers.
Steps To Reproduce
Run the get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS WE2E test on Hera using GNU-built executables.
The text was updated successfully, but these errors were encountered:
The date used in the failing run of get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS was 2023100200. Using this date and time for DATE_FIRST_CYCL and DATE_LAST_CYCL, along with changing DT_ATMOS to 60, allowed the test to pass:
----------------------------------------------------------------------------------------------------
Experiment name | Status | Core hours used
----------------------------------------------------------------------------------------------------
get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS COMPLETE 39.82
----------------------------------------------------------------------------------------------------
Total COMPLETE 39.82
The updating of DT_ATMOS to 60 has been made to PR #921, so this issue can be closed when that PR is merged.
Expected behavior
The
get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS
WE2E test should successfully pass.Current behavior
The
get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS
test is currently failing on Hera using GNU compilers with what appears to be a CFL violation:FATAL from PE 7: compute_qs: saturation vapor pressure table overflow, nbad= 1
This is being seen in the Jenkins tests that have been run today, as well as manual tests of the HEAD of develop. Please note that I have not tried running this test using Intel compilers or on other machines as of this time.
Additionally, please note that the test successfully passed while run on the last PR that was merged, #898.
Machines affected
This failure has only been tested and seen on Hera using GNU compilers.
Steps To Reproduce
Run the
get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS
WE2E test on Hera using GNU-built executables.The text was updated successfully, but these errors were encountered: