Skip to content

Commit

Permalink
Merge pull request #56 from jedwards4b/main
Browse files Browse the repository at this point in the history
make sure rpfile has no left space
  • Loading branch information
jedwards4b authored Nov 5, 2024
2 parents abc8a64 + 777501c commit 3dd7edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nuopc_shr_methods.F90
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ subroutine shr_get_rpointer_name(gcomp, compname, ymd, time, rpfile, mode, rc)
endif
endif
endif
rpfile = adjustl(rpfile)
end subroutine shr_get_rpointer_name

logical function chkerr(rc, line, file)
Expand Down

0 comments on commit 3dd7edb

Please sign in to comment.