We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d574fc commit 30d336cCopy full SHA for 30d336c
src/physics/utils/pio_reader.F90
@@ -65,7 +65,7 @@ subroutine open_netcdf_file(this, file_path, errmsg, errcode)
65
66
if(this%sima_pio_fh%is_file_open) then
67
errcode = 1
68
- errmsg = "Trying to reuse pio_reader already used for: '"//this%sima_pio_fh%file_path//"'"
+ errmsg = "Trying to reuse pio_reader already used for: '"//trim(this%sima_pio_fh%file_path)//"'"
69
return
70
end if
71
0 commit comments