Skip to content

Commit dae5db8

Browse files
authored
Merge pull request #480 from nmizukami/cesm-coupling_typo
typo
2 parents 1d23a71 + 7c8fc17 commit dae5db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route/build/src/standalone/model_setup.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ SUBROUTINE inFile_pop(dir_name, & ! input: name of the directory of the
315315
close(unit=funit,iostat=ierr) ! close ascii file
316316
if(ierr/=0)then;message=trim(message)//'problem closing forcing file list'; return; end if
317317

318-
call execute_command_line("rm -r "//trim(tmp_file_list))
318+
call execute_command_line("rm -f "//trim(tmp_file_list))
319319

320320
END SUBROUTINE inFile_pop
321321

0 commit comments

Comments
 (0)