set term pdf enhanced color font "helvetica,20" linewidth 1 size 6,10
set output "forcing_profile_1D.pdf"
set xlabel "Forcing (W/m^{2})"
set ylabel "P (atm)"
set yrange [1:0]
plot "./rad_forcing_profile_1D_2b-1a.txt" u 2:1 title "2b-1a" w lines lt -1 lw 1 \
    ,"./rad_forcing_profile_1D_4a-2b.txt" u 2:1 title "4a-2b" w lines lt 1 lw 1 \
    ,"./horizontal_bar_1D.txt" u 2:1 notitle w lines lt 2 lw 1
    
quit
