Skip to content

Commit

Permalink
Fixed the order of column print out for hru_soilc_stat.csv to match h…
Browse files Browse the repository at this point in the history
…ru_soilc_stat.txt
  • Loading branch information
fgeter committed Dec 12, 2024
1 parent d7f4fa6 commit 363e471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/soil_nutcarb_write.f90
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ subroutine soil_nutcarb_write(out_freq)

if (pco%csvout == "y") then
write (4565,'(*(G0.3,:,","))') time%day, time%mo, time%day_mo, time%yrc, j, ob(iob)%gis_id, ob(iob)%name, &
soil1(j)%tot_org%c, soil_prof_str%c, soil_prof_lig%c, soil_prof_meta%c, &
soil_prof_man%c, soil_prof_hs%c, soil_prof_hp%c, soil_prof_microb%c
soil1(j)%tot_org%c, soil_prof_hs%c, soil_prof_hp%c, soil_prof_microb%c, &
soil_prof_meta%c, soil_prof_str%c, soil_prof_lig%c, soil_prof_man%c
end if

!write organic flux pools for the soil profile
Expand Down

0 comments on commit 363e471

Please sign in to comment.