Skip to content

Commit

Permalink
Moved diag_util fms2_io_mod placement
Browse files Browse the repository at this point in the history
  • Loading branch information
GFDL-Eric committed Mar 3, 2022
1 parent 9d3e487 commit 6a607fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag_manager/diag_util.F90
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ MODULE diag_util_mod
USE diag_grid_mod, ONLY: get_local_indexes
USE fms_mod, ONLY: error_mesg, FATAL, WARNING, NOTE, mpp_pe, mpp_root_pe, lowercase, fms_error_handler,&
& string, write_version_number
USE fms2_io_mod
USE mpp_domains_mod,ONLY: domain1d, domain2d, mpp_get_compute_domain, null_domain1d, null_domain2d,&
& OPERATOR(.NE.), OPERATOR(.EQ.), mpp_modify_domain, mpp_get_domain_components,&
& mpp_get_ntile_count, mpp_get_current_ntile, mpp_get_tile_id, mpp_mosaic_defined, mpp_get_tile_npes,&
Expand All @@ -74,6 +73,7 @@ MODULE diag_util_mod
& OPERATOR(<), OPERATOR(>=), OPERATOR(<=), OPERATOR(==)
USE mpp_mod, ONLY: mpp_npes
USE constants_mod, ONLY: SECONDS_PER_DAY, SECONDS_PER_HOUR, SECONDS_PER_MINUTE
USE fms2_io_mod
#ifdef use_netCDF
USE netcdf, ONLY: NF90_CHAR
#endif
Expand Down

0 comments on commit 6a607fa

Please sign in to comment.