Skip to content

Commit

Permalink
Merge pull request #742 from rem1776/grid2_libfms
Browse files Browse the repository at this point in the history
Replace grid_mod with grid2_mod in libFMS.F90
  • Loading branch information
rem1776 committed May 5, 2021
2 parents c0b3f0e + cc4c4b9 commit 9d55115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libFMS.F90
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ module fms
calc_mosaic_grid_area, calc_mosaic_grid_great_circle_area, &
is_inside_polygon, &
mosaic2_get_mosaic_tile_grid => get_mosaic_tile_grid !overloaded in fms2_io
use grid_mod, only: get_grid_ntiles, get_grid_size, get_grid_cell_centers, &
use grid2_mod, only: get_grid_ntiles, get_grid_size, get_grid_cell_centers, &
get_grid_cell_vertices, get_grid_cell_Area, get_grid_comp_area, &
define_cube_mosaic
define_cube_mosaic, get_great_circle_algorithm, grid_init, grid_end
use gradient_mod, only: gradient_cubic, calc_cubic_grid_info

!> mpp
Expand Down

0 comments on commit 9d55115

Please sign in to comment.