Skip to content

Commit

Permalink
clean debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Mar 13, 2024
1 parent 79cfb7d commit c0b9ac3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/nuopc/lnd_comp_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ subroutine read_static(noahmp, rc)
flds(1)%nrec = 1; flds(1)%ptr2r8 => tmp2r8
call read_tiled_file(noahmp, filename, flds, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
print*, 'tg3, lb, ub = ', lbound(tmp2r8, dim=1), ubound(tmp2r8, dim=1)
noahmp%model%tg3 = tmp2r8(:,1)
deallocate(flds)
else
Expand Down

0 comments on commit c0b9ac3

Please sign in to comment.