Skip to content

Commit

Permalink
remove duplicate read_data in fms_mod in external_ic.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
junwang-noaa authored and climbfuji committed Nov 13, 2020
1 parent baca8de commit c3ab9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/external_ic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module external_ic_mod
use external_sst_mod, only: i_sst, j_sst, sst_ncep
use fms_mod, only: file_exist, read_data, field_exist, write_version_number
use fms_mod, only: open_namelist_file, check_nml_error, close_file
use fms_mod, only: get_mosaic_tile_file, read_data, error_mesg
use fms_mod, only: get_mosaic_tile_file, error_mesg
use fms_io_mod, only: get_tile_string, field_size, free_restart_type
use fms_io_mod, only: restart_file_type, register_restart_field
use fms_io_mod, only: save_restart, restore_state, set_filename_appendix, get_global_att_value
Expand Down

0 comments on commit c3ab9a9

Please sign in to comment.