Skip to content

Commit

Permalink
modify test_stdlog to ignore the fms_io warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Oct 30, 2024
1 parent eaafdb4 commit f410df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_fms/mpp/test_stdlog.F90
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ subroutine check_write()
if (trim(line) == '') cycle
!! if we're testing with the old io enabled, we'll have some additional output we can skip
if (trim(line) == 'NOTE from PE 0: MPP_IO_SET_STACK_SIZE: stack size set to 131072.') cycle
if (index(trim(line), "fms_io") .ne. 0) cycle
if(trim(line) .ne. trim(ref_line(ref_num))) call mpp_error(FATAL, "warnfile output does not match reference data"&
//"reference line:"//ref_line(ref_num) &
//"output line:"//line)
Expand Down

0 comments on commit f410df3

Please sign in to comment.