Skip to content

Commit

Permalink
Do not handle lai_dtlimit as a string and the code builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Apr 18, 2024
1 parent 4a19a1c commit 690caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpl/share_esmf/laiStreamMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subroutine lai_init(bounds)
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)
write(iulog,'(a,a)' ) ' lai_dtlimit = ', lai_dtlimit

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

0 comments on commit 690caa5

Please sign in to comment.