Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jan 27, 2025
1 parent 15b3929 commit 9bb97d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moving_nest/fv_moving_nest_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ module fv_moving_nest_types_mod
!> positive is to move in increasing i and j direction, and
!> negative is to move in decreasing i and j direction.
!> 0 means no move. The limitation is to move only 1 grid cell at each move.
integer, dimension(MAX_NNEST) :: move_cd_y = 0
integer, dimension(MAX_NNEST) :: move_cd_y = 0 !> ???
integer, dimension(MAX_NNEST) :: corral_x = 5 !> Minimum parent gridpoints on each side of nest in i direction
integer, dimension(MAX_NNEST) :: corral_y = 5 !> Minimum parent gridpoints on each side of nest in j direction

Expand Down

0 comments on commit 9bb97d8

Please sign in to comment.