Skip to content

Commit

Permalink
rm whitespace in mom_cap
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Mar 24, 2023
1 parent a3685af commit 4346431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc)
! Multiinstance logfile name needs a correction
if(logfile(4:4) == '_') then
logfile = logfile(1:3)//trim(inst_suffix)//logfile(9:)
endif
endif
endif

open(newunit=stdout,file=trim(diro)//"/"//trim(logfile))
Expand Down

0 comments on commit 4346431

Please sign in to comment.