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

Add controlled stop when detect timing problems with lateral boundary data #875

Merged
Merged
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions share/input_wrf.F
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,7 @@ SUBROUTINE input_wrf ( fid , grid , config_flags , switch , ierr )
CALL wrf_message ( TRIM(wrf_err_message ) )
IF ( switch .EQ. boundary_only ) THEN
WRITE(wrf_err_message,*) '---- ERROR: Ran out of valid boundary conditions in file ',TRIM(fname)
CALL wrf_debug ( 0, TRIM( wrf_err_message ) )
count_fatal_error = count_fatal_error + 1
CALL wrf_error_fatal ( TRIM( wrf_err_message ) )
ELSE
#if ( NMM_CORE != 1 )
WRITE(wrf_err_message,*) '---- ERROR: Could not find matching time in input file ',TRIM(fname)
Expand Down