Skip to content

Commit

Permalink
Increase DUM length
Browse files Browse the repository at this point in the history
this was done to support reading YEDGE
for global grid run/HEMCO_sa_Grid.025x03125.rc
  • Loading branch information
zmoon committed Nov 25, 2024
1 parent f9ef39c commit b48a8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nuopc/cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,8 @@ subroutine hco_set_grid( HcoState, RC )
character(len=255) :: LOC
character(len= 1) :: COL
character(len=255) :: MyGridFile, ThisLoc
character(len=4095) :: DUM, ErrMsg, Msg
character(len=5500) :: DUM
character(len=255) :: ErrMsg, Msg

!=================================================================
! SET_GRID begins here
Expand Down

0 comments on commit b48a8f4

Please sign in to comment.