Skip to content

Commit

Permalink
updated directory structure, moved matlab stuff to obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Feb 23, 2016
1 parent 8d63433 commit 8da375a
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drive_allomtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def wait():
plt.ylabel('height [m]')
plt.title('Integrated Heights')
plt.grid(True)
plt.savefig("hi.png")
plt.savefig("plots/hi.png")


fig2=plt.figure()
Expand All @@ -355,7 +355,7 @@ def wait():
plt.ylabel('integrated [kgC]')
plt.title('Maximum Leaf Biomass')
plt.grid(True)
plt.savefig("blmaxdi.png")
plt.savefig("plots/blmaxdi.png")

fig3=plt.figure()
for ipft in range(numpft):
Expand All @@ -366,7 +366,7 @@ def wait():
plt.ylabel('mass [kgC]')
plt.title('Maximum Leaf Biomass')
plt.grid(True)
plt.savefig("blmaxi.png")
plt.savefig("plots/blmaxi.png")


fig4=plt.figure()
Expand All @@ -381,7 +381,7 @@ def wait():
plt.ylabel('mass [kgC]')
plt.title('Above Ground Biomass')
plt.grid(True)
plt.savefig("agbi.png")
plt.savefig("plots/agbi.png")


fig5=plt.figure()
Expand All @@ -393,7 +393,7 @@ def wait():
plt.ylabel('growth potential: bl/(dAGB/dh) [m]')
plt.title('Height Growth Potential')
plt.grid(True)
plt.savefig("gpot_h.png")
plt.savefig("plots/gpot_h.png")

fig6=plt.figure()
for ipft in range(numpft):
Expand All @@ -403,7 +403,7 @@ def wait():
plt.ylabel('growth potential: bl/(dAGB/dd) [cm]')
plt.title('Diameter Growth Potential')
plt.grid(True)
plt.savefig("gpot_d.png")
plt.savefig("plots/gpot_d.png")


plt.show()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added plots/agbi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/blmaxdi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/blmaxi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/gpot_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/gpot_h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/hi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8da375a

Please sign in to comment.