Skip to content

Commit b693b44

Browse files
committed
Debug the SGS namelist output
1 parent 3716c18 commit b693b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SGS_TKE/sgs.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ subroutine sgs_setparm()
112112
close(55)
113113
! write namelist values out to file for documentation
114114
if(masterproc) then
115-
open(unit=55,file='./OUT_STAT/'//trim(case)//'_'//trim(caseid)//'.nml', form='formatted', position='append')
115+
open(unit=55,file='./'//trim(case)//'/'//trim(case)//'_'//trim(caseid)//'.nml', form='formatted', position='append')
116116
write (unit=55,nml=SGS_TKE,IOSTAT=ios)
117117
write(55,*) ' '
118118
close(unit=55)

0 commit comments

Comments
 (0)