Skip to content

Commit

Permalink
Initialize degree_i to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhi-Liang committed Apr 25, 2014
1 parent 48e01e8 commit 37aba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALE/MOM_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module MOM_regridding

integer :: nk ! Number of layers/levels

integer :: degree_i !Degree of interpolation polynomial
integer :: degree_i=4 !Degree of interpolation polynomial

! Indicates which grid to use in the vertical (z*, sigma, target interface
! densities)
Expand Down

0 comments on commit 37aba61

Please sign in to comment.