Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed May 20, 2024
1 parent 517ade9 commit 65c6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeomIO/pFIOServerBounds.F90
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ subroutine create_server_bounds(this, grid, field_shape, time_index, rc)
if (present(time_index)) this%global_start(n_dims+1) = time_index

this%global_count(1:grid_dims) = [global_dim(1), global_dim(2)]
this%global_count(grid_dims+1:grid_dims+ungrid_dims) = field_shape(grid_dims:n_dims)
this%global_count(grid_dims+1:grid_dims+ungrid_dims) = field_shape(grid_dims+1:n_dims)
if (present(time_index)) this%global_count(n_dims+1) = 1

this%local_start = 1
Expand Down

0 comments on commit 65c6955

Please sign in to comment.