Skip to content

Commit 13a94d2

Browse files
committed
Toward #1 (or #2?)
1 parent e8f1b6f commit 13a94d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/readfile.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,8 @@ subroutine readfile
768768
!! sj september 2010 CSWAT final output
769769
if (cswat == 1) then
770770
open (100,file="cswat_profile.txt",recl=280)
771-
write (100,*) 'year',';','day',';','hru',';','cmass',';','sol_rsd',
772-
&';','mancmass'
771+
write (100,*) 'year',';','day',';','hru',';','cmass',';',
772+
$ 'sol_rsd',';','mancmass'
773773
end if
774774

775775

src/stdaa.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ subroutine stdaa
600600
& 'P LEACHED = ',f8.3,' (KG/HA)',/,t20, &
601601
& 'N UPTAKE = ',f8.3,' (KG/HA)',/,t20,'P UPTAKE = ',f8.3, &
602602
& ' (KG/HA)',/,t20,'NO3 YIELD (GWQ) = ',f8.3,' (KG/HA)')
603-
2800 format (t20,'ACTIVE TO SOLUTION P FLOW = ',f12.3,' (KG/HA)',/,t20,&
603+
2800 format(t20,'ACTIVE TO SOLUTION P FLOW = ',f12.3,' (KG/HA)',/,t20,&
604604
& 'ACTIVE TO STABLE P FLOW = ',f12.3,' (KG/HA)',/,t20, &
605605
& 'N FERTILIZER APPLIED = ',f9.3,' (KG/HA)',/,t20, &
606606
& 'P FERTILIZER APPLIED = ',f9.3,' (KG/HA)',/,t20, &

0 commit comments

Comments
 (0)