Skip to content

Commit

Permalink
adding a bit to log file
Browse files Browse the repository at this point in the history
  • Loading branch information
wwieder committed Apr 15, 2024
1 parent 1548c0b commit 7aafb0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpl/share_esmf/laiStreamMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ subroutine lai_init(bounds)
write(iulog,'(a,a)' ) ' stream_fldFileName_lai = ',trim(stream_fldFileName_lai)
write(iulog,'(a,a)' ) ' stream_meshfile_lai = ',trim(stream_meshfile_lai)
write(iulog,'(a,a)' ) ' lai_tintalgo = ',trim(lai_tintalgo)
write(iulog,'(a,a)' ) ' lai_mapalgo = ',trim(lai_mapalgo)
write(iulog,'(a,a)' ) ' lai_dtlimit = ',trim(lai_dtlimit)

do n = 1,numLaiFields
write(iulog,'(a,a)' ) ' stream_varname = ',trim(stream_varnames(n))
end do
Expand Down

0 comments on commit 7aafb0c

Please sign in to comment.