; IDL Version 5.6, Microsoft Windows (Win32 x86 m32) ; Journal File for adesai@GLAZE2 ; Working directory: c:\Documents and Settings\adesai\My Documents\co2\programs\idl ; Date: Wed Jan 29 14:21:03 2003 process_Storage ;Processing storage ;Calculating storage flux for YR 03 DOY 013 ; Reading MET data from C:\data\sylvania\qfiles\hl03.q.xdf ; Reading temp data from C:\data\sylvania\bfiles\03\hl03013.b.xdf ; Reading PPM data from C:\data\sylvania\ppm\03\hl03013.ppm.xdf ; Calculating storage ; % Expression must be a scalar or 1 element array in this context: . ; % Program caused arithmetic error: Floating illegal operand help,mixr print,mixr ; 0.00130946 ; 0.00131773 ; 0.00132600 ; 0.00121652 ; 0.00122118 ; 0.00120361 ; 0.00116382 ; 0.00108493 ; 0.00101164 ; 0.00101858 ; 0.00100021 ; 0.000980143 ; 0.00100858 ; 0.000993130 ; 0.000978203 ; 0.000946315 ; 0.000922371 ; 0.000885752 ; 0.000831503 ; 0.000815688 ; 0.000787623 ; 0.000768364 ; 0.000752638 ; 0.000738044 ; 0.000737836 ; 0.000736233 ; 0.000739285 ; 0.000738680 ; 0.000744035 ; 0.000743504 ; 0.000770457 ; 0.000843445 ; 0.000911878 ; 0.000902166 ; 0.000927013 ; 0.000938543 ; 0.000965315 ; 0.000976152 ; 0.000981872 ; 0.000966749 ; 0.000962565 ; 0.000970436 ; 0.000986394 ; 0.000983553 ; 0.000967626 ; 0.000955904 ; 0.000945884 ; 0.000920734 plot,mixr retall @c .com init .com meteo print,ddensity(1000.0,1.0,300.0) ; % Attempt to call undefined procedure/function: 'REPLACEBAD'. retall .com meteo print,ddensity(1000.0,1.0,300.0) ; % Attempt to call undefined procedure/function: 'REPLACEBAD'. retall print,replacebad([1,2,3],3) ; 0 @c .com init .com meteo print,replacebad([1,2,3],3) ; 0 replacebad,[1,2,3],3 i = [1,2,nan(),3] replacebad,i,3 print,i ; 1.00000 2.00000 3.00000 3.00000 i = 4 replacebad,i,3 print,i ; 4 i = nan() replacebad,i,3 print,i ; 3.00000 print,ddensity(980.0,1.0,280.0) ; 1.21463 print,ddensity(980.0,nan(),280.0) ; 1.20688 print,ddensity(100.0,nan(),280.0) ; 0.123151 print,ddensity(nan(),nan(),280.0) ; 1.15762 print,ddensity(nan(),nan(),nan()) ; 1.15762 retall .com meteo .com stats .com init .com meteo @c retall process_Avg ;Saving journal log to C:\data\sylvania\journal\03\journal.200301291429.txt C:\data\sylvania\journal\03\journal.200301291429.txt ;Processing averaging ;Writing cleaned C:\data\sylvania\micromet\hl03.m.xdf ;Outputting postscript plots to C:\data\sylvania\ps\mfiles\hl03.m.ps ;avg_m complete ;Average processing complete