Skip to content

Commit

Permalink
Use only for netcdf in MOM_horizontal_regridding
Browse files Browse the repository at this point in the history
  Made netcdf module use dependencies explicit in MOM_horizontal_regridding.F90.
All answers are bitwise identical.
  • Loading branch information
Hallberg-NOAA committed Jan 14, 2021
1 parent e4d984a commit 76b3ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/framework/MOM_horizontal_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module MOM_horizontal_regridding
use MOM_io_wrapper, only : axistype, get_axis_data
use MOM_time_manager, only : time_type

use netcdf
use netcdf, only : NF90_OPEN, NF90_NOWRITE, NF90_GET_ATT, NF90_GET_VAR
use netcdf, only : NF90_INQ_VARID, NF90_INQUIRE_VARIABLE, NF90_INQUIRE_DIMENSION

implicit none ; private

Expand Down

0 comments on commit 76b3ccc

Please sign in to comment.