Diagnostics and Utilities
/Sys/Utility Programs
Using the LI-6400
21-13
LOOP
"Enter: P_kPa vap_kPa Trans_mmol Tair\n" PRINT
&tair &trans_mmol &vap_kPa &p_kPa "%f%*c%f%*c%f%*c%f" KBD
ENTER
4 <> IF RETURN THEN
p_kpa vap_kPa trans_mmol 1000 / tair
EnergyBalanceAnalysis
"BLC = %1.3G Tleaf = %1.3G\n\n" PRINT
ENDLOOP
}
:FLOAT
_EBtrans_mol 0 /* trans. mol/m2/s */
_EBtair 0 /* air temp C */
_EBvap_kPa 0 /* vapor press kPa */
_EBp_kPa 0 /* barometric press kPa */
_EBepsilon 0.95 /* emissivity */
_EBsigma 5.67E-8 /* Steffan-Boltzman */
_EBcp 29.3 /* heap cap air J/mol/K */
_EBbbTair 0 /* black body rad @ tair */
:FCT
EnergyBalanceAnalysis
{
/* press, vap, trans, tair */
/* tleaf, blc */
&_EBtair =
&_EBtrans_mol =
&_EBvap_kPa =
&_EBp_kpa =
0 :FLOAT t2
0 :FLOAT lnRatio
0 :FLOAT tleaf
0 :FLOAT blc_mol
$
_EBbbTair = EBBlackBody(_EBtair)
lnRatio = LOG(_EBvap_kPa / 0.61365)
tleaf = 240.97 * lnRatio / (17.502 - lnRatio) + 0.5
tleaf = EBIterate(&EBQDenom, tleaf)
tleaf = EBIterate(&EBEnergyBal, tleaf)
blc_mol = /* 0.5 * */ _EBtrans_mol * _EBp_kPa / (EBSatVap(tleaf)
- _EBvap_kPa)
RETURN(tleaf, blc_mol)
}
EBIterate
{
/* &fct, FirstGuessT */
/* final T */
:FLOAT t1
:PTR fct
0 :FLOAT x
0 :FLOAT t2
$
Summary of Contents for LI-6400
Page 1: ...Using the LI 6400 Portable Photosynthesis System ...
Page 15: ...Part I The Basics ...
Page 16: ......
Page 174: ...Making Measurements Answers to Questions 4 56 Using the LI 6400 4 ...
Page 175: ...Part II Useful Details ...
Page 176: ......
Page 200: ...Standard Tools Power ON Hooks 5 24 Using the LI 6400 5 ...
Page 214: ...Real Time Data Real Time Graphics 6 14 Using the LI 6400 6 ...
Page 234: ...Environmental Control Light Control 7 20 Using the LI 6400 7 ...
Page 244: ...Light Sensor Considerations Gallium Arsenide Phosphide GaAsP Sensor 8 10 Using the LI 6400 8 ...
Page 288: ...Data Logging Making Your Own AutoPrograms 9 44 Using the LI 6400 9 ...
Page 289: ...Part III Working With Files ...
Page 290: ......
Page 312: ...The LPL File System Troubleshooting 10 22 Using the LI 6400 10 ...
Page 340: ...Downloading Files Using a Data Capture Program 11 28 Using the LI 6400 11 ...
Page 375: ...Part IV Configuration Issues ...
Page 376: ......
Page 420: ...Defining User Variables Old Style vs New Style 15 18 Using the LI 6400 15 ...
Page 454: ...Using an Energy Balance Further Reading 17 12 Using the LI 6400 17 ...
Page 455: ...Part V Maintenance Troubleshooting ...
Page 456: ......
Page 572: ...Troubleshooting Useful Information 20 46 Using the LI 6400 20 ...
Page 593: ...Part VI Programming ...
Page 594: ......
Page 622: ...Programming with LPL Compiler Directives 22 28 Using the LI 6400 22 ...
Page 846: ...Index I 16 Using the LI 6400 ...