Skip to content

Commit

Permalink
git confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Jul 28, 2023
2 parents 164fa0c + 1f52200 commit b08705d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions axis_utils/include/axis_utils2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@
!! lon = 0 1 2 3 4 5 ... 358 359; lon_strt = 3
!! ==> lon = 3 4 5 6 7 8 ... 359 360 361 362; istrt = 4
!!
!! lon = 0 1 2 3 4 5 ... 358 359; lon_strt = 0
!! ==> lon = 0 1 2 3 4 5 ... 358 359; istrt = 0
subroutine TRANLON_(lon, lon_start, istrt)
real(kind=FMS_AU_KIND_), intent(inout), dimension(:) :: lon
Expand Down
1 change: 1 addition & 0 deletions monin_obukhov/include/monin_obukhov.inc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ do j=1, n3
enddo



end subroutine STABLE_MIX_3D_

!=======================================================================
Expand Down

0 comments on commit b08705d

Please sign in to comment.