Skip to content

Commit

Permalink
Increase string length of variable 'grid_files'.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Apr 17, 2023
1 parent d1e928b commit 91049dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/model_grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ subroutine get_model_latlons(mosaic_file, orog_dir, num_tiles, tile, &
real(esmf_kind_r8), intent(out) :: longitude_s(i_tile, jp1_tile)
real(esmf_kind_r8), intent(out) :: longitude_w(ip1_tile, j_tile)

character(len=25) :: grid_files(num_tiles)
character(len=50) :: grid_files(num_tiles)
character(len=255) :: grid_file

integer :: error, id_var, ncid
Expand Down

0 comments on commit 91049dc

Please sign in to comment.