# This file pertains to the "Soil Layer Properties" table in the SoilUI screen. # # All lines starting with the "#" character are comment lines # As such, they are ignored by the program reading this file # and are used to describe the file contents to facilitate changes # that may be made to this file. # # This file configures the 3rd table in the soil screen. # #specify number row headers (leftmost columns), control, date, operation & crop frozenColumns=0 # #[column] - WIDTH: colNum;colSize STYLE: colNum;color;alignment;font # These set the default column widths (in pixels?) for each specified column # to "hide" a column, set the span to zero, e.g: width3=21;0 width0=0;90 #width1=1;70 #width2=2;150 #width3=3;90 #width4=4;100 #width5=5;110 #width6=6;120 #width7=7;80 # Don't know why we did this. I'm turning it back on because it keeps # one from creating a soil IFC file from scratch. 8/24/06 LEW # Hide the agg density value from the user (we want it set to 1.8 for now) # width18=18;0 # # The "style#" lines correspond to row header formatting. # style#=x;(v,v,v):JUSTIFICATION;(fonttype,FONTATTRIBUTE,fontsize)" # Where: "x" is the column number # "(v,v,v)" is the color number triplet for background colors # "JUSTIFICATION" is the text justification to use (RIGHT, LEFT, CENTER) # "fonttype" is the name of the font to use # "FONTATTRIBUTE" is the font attribute specified # "fontsize" is the font size specified # # We want the "Period Date" columnt to be right justified with a fixed width font # to ensure that the dates line up vertically style1=1;(0,0,0);RIGHT;(monospaced,PLAIN,11) # Operation column style2=2;(0,0,0);LEFT;(sansserif,PLAIN,10) # Crop column style3=3;(0,0,0);LEFT;(sansserif,PLAIN,10) # # # Column Header style lines for rows 1 through 6 hstyle2=1;(220,220,220);CENTER;(Helvetica,PLAIN,12) hstyle3=2;(255,255,210);CENTER;(Helvetica,PLAIN,12) # [row] - highlight color for some rows highlight=(0,255,255) # # This contains the code for superscript 2, it may display strangely in certain editors: "²" # # Row title (header) info for tabular data # These are for the SI units [title] - style: row;color;alignment;font #~*R #~*D #-- kg/m² -- #colnumber|0 |1 | 2 | 3 | 4 | 5 | 6 | 7 |8 | 9 | 10 |11 |12 | 13 |14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |23 | 24 | 25 |26 | 27 | 28 | 29 | title2= 0;| |Soil Layer Properties|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R|~*R| title3= 1;| | |~*R |Mineral Fractions|~*R |~*R |~*R |Sand Fractions |~*R |~*R |~*R |~*R | |~*R |Aggregate|~*R|~*R |~*R |~*R |~*R |Water Content|~*R |~*R |~*R | |~*R |~*R |~*R|~*R | |Linear | title4= 2;| |Thickness|Organic Matter|Sand |Silt|Clay|Rock |Very Coarse |Coarse|Medium|Fine|Very Fine|Bulk Density|~*R |GMD |GSD|Max. Size|Min. Size|Density|Stability|Initial |Saturation|Field Capacity|Wilting Point|CB |Air Entry Pot.|Sat. Hydraulic|pH |CaCO3|CEC |Extensibility| title5= 3;| | | | | | |Fragments| |~*R |~*R |~*R |~*R |Wet |Initial| | | | | | | | |1/3 bar |15 bar | | |Conductivity | | | |Percent | title6= 4;| |mm |kg/kg | kg/kg |~*R |~*R |m^3/m^3 |kg/kg of total soil|~*R |~*R |~*R |~*R | Mg/m^3 |~*R |mm |~*R| mm |~*R |Mg/m^3 |In(J/kg) | cm^3/cm^3 |~*R |~*R |~*R | |J/kg |m/s | |kg/kg|meq/100g|(cm/cm)*100| # #help1=0;r0c0 |r0c1 |r0c2 |r0c3 | #help2= 1;| |Period |Operation|Crop| | | | | | | | | | | | | | | | | | | | | | | | | | | # # # #specify color of rows with given control character # Rotation year averages row (aqua) #rowColor1=Y;(0,210,210) # Total rotation averages row (purple) #rowColor2=T;(210,0,210) # # This specifies the table columns to display in the "All Fields" view # report1=all|* #report2=select|1;2;3;5;11;12;13;28;29;30 # # This specifies the table columns to display in the "Minimum Fields" view # (Layer Thickness, OM, Sand, Clay, Very Fine Sand, Wet Bulk Density, CaCO3) report2=select|1;2;3;5;11;12;28