Skip to content

Commit

Permalink
fix: test errors from io flag (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Jul 5, 2023
1 parent 8c73bd1 commit dbed2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_fms/diag_manager/test_diag_manager.F90
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ PROGRAM test
#ifdef use_deprecated_io
USE fms_io_mod, ONLY: fms_io_init, file_exist, open_file
USE fms_io_mod, ONLY: fms_io_exit, set_filename_appendix
use mpp_io_mod, only: mpp_io_init
#endif
USE constants_mod, ONLY: constants_init, PI, RAD_TO_DEG

Expand Down
4 changes: 4 additions & 0 deletions test_fms/interpolator/test_interpolator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ program test_interpolator

use mpp_mod
use mpp_domains_mod
#ifdef use_deprecated_io
use fms_mod, old_open_file => open_file
#else
use fms_mod
#endif
use time_manager_mod
use diag_manager_mod
use interpolator_mod
Expand Down

0 comments on commit dbed2ce

Please sign in to comment.