@@ -66,16 +66,11 @@ subroutine headout
66
66
if (ipdvas(1 ) > 0 ) then
67
67
if (icalen == 0 ) write (28 ,1020 ) (heds(ipdvas(j)), j = 1 , itots) !!custom printout
68
68
if (icalen == 1 ) write (28 ,1021 ) (heds(ipdvas(j)), j = 1 , itots) !!custom printout
69
- 1021 format (// ' LULC HRU GIS SUB MGT MO DA YR' , &
70
- &' AREAkm2' , 76 (a10))
71
69
else
72
70
if (icalen == 0 ) write (28 ,1020 ) (heds(j), j = 1 , mhruo) !!default printout
73
- if (icalen == 1 ) write (28 ,1021 ) (heds(j), j = 1 , mhruo) !!default printout
74
-
71
+ if (icalen == 1 ) write (28 ,1021 ) (heds(j), j = 1 , mhruo) !!default printout
75
72
endif
76
73
77
-
78
-
79
74
!! write headings to HRU output file (output2.hru)
80
75
if (isproj == 1 ) then
81
76
write (21 ,1000 )prog, values(2 ), values(3 ), values(1 ), values(5 ), &
@@ -231,16 +226,18 @@ subroutine headout
231
226
return
232
227
1000 format (' 1' ,/ t5,a80,t105,2 (i2,' /' ),i4,5x ,2 (i2,' :' ),i2)
233
228
1010 format (/ (t5,20a4 ))
234
- 1020 format (// ' LULC HRU GIS SUB MGT MON' ,' AREAkm2' ,
235
- * 76 (a10))
229
+ 1020 format (// ' LULC HRU GIS SUB MGT MON' ,' AREAkm2' ,
230
+ * 76 (a10)," GISnum" )
231
+ 1021 format (// ' LULC HRU GIS SUB MGT MO DA YR' , &
232
+ &' AREAkm2' , 76 (a10))
236
233
1030 format (// 6x ,' SUB GIS MON AREAkm2' ,22 (a10))
237
234
1040 format (// 7x ,' RCH GIS MON AREAkm2' ,56a12 )
238
235
1041 format (// 7x ,' RCH GIS DAY DET AREAkm2' ,45a12 )
239
236
1050 format (// 6x ,' RES MON' ,41a12 )
240
237
1060 format (// 6x ,' RCH GIS MON' ,26a12 )
241
238
2000 format (a12,12x ,i4,4x ,i4)
242
239
3000 format (" Pesticide loadings to main channel by HRU" ,/ )
243
- 3001 format (" Pesticide #" ,250 (13x ,i3,1x ))
240
+ 3001 format (" Pesticide #" ,250 (18x ,i3,1x ))
244
241
3002 format (" Pesticide name: " ,250 (a16,1x ))
245
- 3003 format (2x , ' HRU YEAR MON' ,7x ,125 (a26,8x ))
242
+ 3003 format (4x , ' GISnum YEAR MON' ,7x ,125 (a26,8x ))
246
243
end
0 commit comments