Skip to content

Commit

Permalink
added readme placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Oct 19, 2024
1 parent 77657ab commit bd89109
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 12 additions & 3 deletions functional_unit_testing/leaf_biophys/DriveFUnitLeafBiophys.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@ def main(argv):
if(pdf):
pdf.savefig(fig2)
plt.close(fig2)
else:
plt.savefig('images/rates_pft%2.2i.png'%(pft))


# Lets plot metrics by temperature, using the
# 10th, 50th and 90th percentiles of both RH and PAR
Expand Down Expand Up @@ -638,7 +641,11 @@ def main(argv):
if(pdf):
pdf.savefig(fig3)
plt.close(fig3)

else:
plt.savefig('images/AgGsCI_temp_v1_pft%2.2i.png'%(pft))



fig5, ((ax1,ax2),(ax3,ax4)) = plt.subplots(2,2,figsize=(8.,7.))
gb_id = 4
LinePlotY3dM1(ax1,leaf_tempc_vec,rh_vec,par_abs_vec, \
Expand Down Expand Up @@ -677,7 +684,8 @@ def main(argv):
if(pdf):
pdf.savefig(fig5)
plt.close(fig5)

else:
plt.savefig('images/AgGsCI_temp_v2_pft%2.2i.png'%(pft))


# Metrics across the boundary layer conductivity gradient
Expand Down Expand Up @@ -714,7 +722,8 @@ def main(argv):
if(pdf):
pdf.savefig(fig4)
plt.close(fig4)

else:
plt.savefig('images/AgGsCI_temp_v3_pft%2.2i.png'%(pft))


# Metrics across the PAR Gradient
Expand Down
1 change: 1 addition & 0 deletions functional_unit_testing/leaf_biophys/images/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Placeholder for folder

0 comments on commit bd89109

Please sign in to comment.