Skip to content

Commit

Permalink
Merge pull request #480 from nmizukami/cesm-coupling_typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
nmizukami authored Sep 3, 2024
2 parents 1d23a71 + 7c8fc17 commit dae5db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/build/src/standalone/model_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ SUBROUTINE inFile_pop(dir_name, & ! input: name of the directory of the
close(unit=funit,iostat=ierr) ! close ascii file
if(ierr/=0)then;message=trim(message)//'problem closing forcing file list'; return; end if

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

END SUBROUTINE inFile_pop

Expand Down

0 comments on commit dae5db8

Please sign in to comment.