header_lu_change.f90 Source File


This file depends on

sourcefile~~header_lu_change.f90~~EfferentGraph sourcefile~header_lu_change.f90 header_lu_change.f90 sourcefile~basin_module.f90 basin_module.f90 sourcefile~header_lu_change.f90->sourcefile~basin_module.f90

Source Code

     subroutine header_lu_change
    
     use basin_module
     
     implicit none 
!!   open lu_change output file 
        open (3612,file="lu_change_out.txt",recl=800)
        write (3612,*) bsn%name, prog
        write (3612,100) 
100     format (1x,'         hru','       year','         mon','         day','     operation', &
        '   lu_before','         lu_after')  
        write (9000,*) "DTBL                      lu_change_out.txt"
         
      return
      end subroutine header_lu_change